-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathInstantOrganicCaves.uplugin
More file actions
38 lines (38 loc) · 881 Bytes
/
InstantOrganicCaves.uplugin
File metadata and controls
38 lines (38 loc) · 881 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
{
"FileVersion": 3,
"Version": 2,
"VersionName": "0.3.0",
"FriendlyName": "Instant Organic Caves",
"Description": "High-performance C++ Cellular Automata for procedural environments.",
"Category": "Procedural",
"CreatedBy": "GregOrigin",
"DocsURL": "https://gregorigin.com/InstantOrganicCaves/",
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/016b22dc-d04c-41fa-857c-d4f391a96c12",
"EngineVersion": "5.7.0",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "InstantOrganicCaves",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ]
}
],
"Plugins": [
{
"Name": "PCG",
"Enabled": true
},
{
"Name": "GeometryScripting",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}