-
Notifications
You must be signed in to change notification settings - Fork 3
/
VisualU.uplugin
50 lines (50 loc) · 1.12 KB
/
VisualU.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.2.1",
"FriendlyName": "VisualU",
"Description": "Plugin for Unreal Engine 5 that brings core functionality for a widget-based visual novel narrative",
"Category": "Other",
"CreatedBy": "Evgeny Shustov",
"CreatedByURL": "https://github.com/Razdvizh",
"DocsURL": "https://razdvizh.github.io/VisualU/",
"FabURL": "com.epicgames.launcher://ue/Fab/product/1954ce20-35b2-470e-b4b4-e968bd166d1f",
"SupportURL": "https://discord.gg/9FcxEdgXP7",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "VisualU",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64",
"Mac",
"Android"
]
},
{
"Name": "VisualUEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64",
"Mac",
"Android"
]
}
],
"Plugins": [
{
"Name": "Paper2D",
"Enabled": true
}
]
}