-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubstance.uplugin
64 lines (64 loc) · 1.28 KB
/
Substance.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"FileVersion": 3,
"Version": 58,
"VersionName": "4.21.0.31",
"FriendlyName": "Substance in UE4",
"Description": "Adds support for Substance (sbsar) textures",
"Category": "Editor",
"CreatedBy": "Allegorithmic Inc.",
"CreatedByURL": "http://www.allegorithmic.com/",
"DocsURL": "https://support.allegorithmic.com/documentation/display/integrations/Unreal+Engine",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/2f6439c2f9584f49809d9b13b16c2ba4",
"SupportURL": "",
"EngineVersion": "4.21.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "SubstanceCore",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac",
"Linux",
"PS4",
"XboxOne"
]
},
{
"Name": "SubstanceEditor",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac",
"Linux"
]
},
{
"Name": "SubstanceSource",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac",
"Linux"
]
},
{
"Name": "SubstanceLiveLink",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac",
"Linux"
]
}
]
}