-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathPaperZD.uplugin
More file actions
49 lines (49 loc) · 947 Bytes
/
Copy pathPaperZD.uplugin
File metadata and controls
49 lines (49 loc) · 947 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"FileVersion": 3,
"Version": 33,
"VersionName": "2.2.4",
"FriendlyName": "PaperZD",
"Description": "Animation Graph and Notify Support for 2D Development",
"Category": "Other",
"CreatedBy": "Critical Failure Studio",
"CreatedByURL": "http://www.criticalfailure-studio.com",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/c4b43502026047d89296cd7bffd92828",
"SupportURL": "",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "PaperZD",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac",
"Android",
"IOS"
]
},
{
"Name": "PaperZDEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
}
],
"Plugins": [
{
"Name": "Paper2D",
"Enabled": true
},
{
"Name": "Niagara",
"Enabled": true
}
]
}