Files
lostPlanet/lost_planet.uproject

40 lines
649 B
Plaintext
Raw Normal View History

2026-01-25 18:31:24 +01:00
{
"FileVersion": 3,
"EngineAssociation": "5.7",
"Category": "",
"Description": "",
2026-03-21 22:36:51 +01:00
"Modules": [
{
"Name": "lost_planet",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
2026-01-25 18:31:24 +01:00
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GameplayStateTree",
"Enabled": true
},
{
"Name": "ChaosVehiclesPlugin",
"Enabled": true
},
{
"Name": "GaeaUnrealTools",
2026-03-21 22:36:51 +01:00
"Enabled": false
2026-01-25 18:31:24 +01:00
}
],
"AdditionalPluginDirectories": [
"../../Unreal Plugins"
2026-01-25 18:31:24 +01:00
]
}