-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKittensMaze.uproject
More file actions
60 lines (60 loc) · 1.25 KB
/
Copy pathKittensMaze.uproject
File metadata and controls
60 lines (60 loc) · 1.25 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"FileVersion": 3,
"EngineAssociation": "{B7C1B15B-4168-87C0-225D-76B9C85CBDBF}",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "KittensMaze",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"Voxel",
"CoreUObject",
"GameplayAbilities",
"UMG",
"GameplayTasks"
]
}
],
"Plugins": [
{
"Name": "VoxelFree",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/c61d1941c8664436be42d649404a10e0"
},
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "ParticleText",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/0c2d7c278eb645d5b8c3be41e2bc859e"
},
{
"Name": "ApexDestruction",
"Enabled": true
},
{
"Name": "AutoSettings",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/7f6a777da2724d4a9a3dd551f03a3ad1"
},
{
"Name": "SurfaceFootstepSystem",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/d605a2cceb8546b39accf458c022b0df"
},
{
"Name": "OculusVR",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Android"
]
}
]
}