-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathProceduralDungeon.uplugin
36 lines (35 loc) · 1.01 KB
/
ProceduralDungeon.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
{
"FileVersion": 3,
"Version": 30501,
"VersionName": "3.5.1",
"FriendlyName": "Procedural Dungeon",
"Description": "This Unreal Engine plugin allows you to create rich, 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://github.com/BenPyton",
"DocsURL": "https://BenPyton.github.io/ProceduralDungeon",
"MarketplaceURL": "",
"SupportURL": "https://github.com/BenPyton/ProceduralDungeon/issues",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "ProceduralDungeon",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "ProceduralDungeonEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
}
]
}