-
-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathProceduralDungeon.uplugin
More file actions
35 lines (35 loc) · 1.08 KB
/
ProceduralDungeon.uplugin
File metadata and controls
35 lines (35 loc) · 1.08 KB
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
{
"FileVersion": 3,
"Version": 30801,
"VersionName": "3.8.1",
"FriendlyName": "Procedural Dungeon",
"Description": "Create rich and diverse dungeon experiences that combine the best of both worlds: the creativity and precision of handmade room designs, paired with the unpredictability and excitement of procedural generation.",
"Category": "Procedural",
"CreatedBy": "Ben Pyton",
"CreatedByURL": "https://chat-cripant.com",
"DocsURL": "https://BenPyton.github.io/ProceduralDungeon",
"FabURL": "com.epicgames.launcher://ue/Fab/product/62cbdceb-ae3c-4fe4-adac-39d751a15df9",
"SupportURL": "https://github.com/BenPyton/ProceduralDungeon/issues",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "ProceduralDungeon",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64", "Mac", "Linux", "IOS", "Android"
]
},
{
"Name": "ProceduralDungeonEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64", "Mac", "Linux"
]
}
]
}