-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMDA.uplugin
More file actions
37 lines (37 loc) · 825 Bytes
/
MDA.uplugin
File metadata and controls
37 lines (37 loc) · 825 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "MDA",
"Description": "A plugin that provides an animation blueprint node for using additive animations.",
"Category": "Animation",
"CreatedBy": "dest1yo",
"CreatedByURL": "https://github.com/dest1yo/MDA",
"DocsURL": "https://github.com/dest1yo/MDA",
"MarketplaceURL": "",
"SupportURL": "https://github.com/dest1yo/MDA",
"CanContainContent": false,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": true,
"EnabledByDefault": true,
"Modules": [
{
"Name": "MDARuntime",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"Android",
"IOS"
]
},
{
"Name": "MDAEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
]
}