-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
DungeonGenerator.uplugin
36 lines (36 loc) · 1 KB
/
DungeonGenerator.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": 41,
"VersionName": "1.6.12",
"FriendlyName": "Procedural Dungeon Generator",
"Description": "Procedural 3d dungeon generator plugin. Easy generation of levels, mini-maps and missions.",
"Category": "Procedural",
"CreatedBy": "Narcis Software",
"CreatedByURL": "https://github.com/shun126/UE5-DungeonGeneratorDemo",
"DocsURL": "https://github.com/shun126/UE5-DungeonGeneratorDemo/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/36a8b87d859f44439cfe1515975d7197",
"SupportURL": "https://github.com/shun126/UE5-DungeonGeneratorDemo/issues",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "DungeonGenerator",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android"
]
},
{
"Name": "DungeonGeneratorEditor",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}