-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDreamGUI.uplugin
More file actions
49 lines (49 loc) · 1.58 KB
/
Copy pathDreamGUI.uplugin
File metadata and controls
49 lines (49 loc) · 1.58 KB
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"FriendlyName": "DreamGUI",
"Description": "DreamGUI - 3D UI System, Event Framework, Widget Blueprints and Designer, Tween Animation. A fork of LGUI/LexUI by Lex Liu (MIT). Platform status: Win64 is verified (editor plus the automation suite); Mac, Linux, iOS and Android build and carry the mobile touch and virtual-keyboard paths, but none has been run on a device; no dedicated-server target has been built. See the Platforms section of README.md.",
"Category": "UI",
"CreatedBy": "TypeDreamMoon",
"CreatedByURL": "https://github.com/TypeDreamMoon",
"DocsURL": "https://github.com/TypeDreamMoon/DreamGUI",
"MarketplaceURL": "",
"SupportURL": "https://github.com/TypeDreamMoon/DreamGUI/issues",
"EngineVersion": "5.8",
"CanContainContent": true,
"SupportedTargetPlatforms": [ "Win64", "Mac", "Linux", "IOS", "Android" ],
"Installed": false,
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
}
],
"Modules": [
{
"Name": "DreamGUI",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [ "Win64", "Mac", "Linux", "IOS", "Android" ]
},
{
"Name": "DreamGUIEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ]
},
{
"Name": "DreamGUIK2Nodes",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ]
},
{
"Name": "DreamTween",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Mac", "Linux", "IOS", "Android" ]
}
]
}