forked from GiM-GamesInMotion/gFurPro
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGFur.uplugin
More file actions
34 lines (34 loc) · 790 Bytes
/
GFur.uplugin
File metadata and controls
34 lines (34 loc) · 790 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
{
"FileVersion": 3,
"Version": 3,
"VersionName": "5.4.1",
"FriendlyName": "GFur PRO",
"Description": "Shell based fur plugin.",
"Category": "Rendering",
"CreatedBy": "GiM, s.r.o.",
"CreatedByURL": "www.gim.studio",
"DocsURL": "gim.studio/animalia/gfur",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/c657e6d3d6c9467db3e96c828529841b",
"SupportURL": "gfur@gim.studio",
"EngineVersion": "5.6.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "GFur",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "GFurEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
}
]
}