climbing mode improvement

This commit is contained in:
2026-04-09 21:33:52 +02:00
parent e379a6a783
commit 4338efdb30
8 changed files with 32 additions and 23 deletions

View File

@@ -7,19 +7,13 @@
{
"Name": "lost_planet",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
"Enabled": true
},
{
"Name": "GameplayStateTree",
@@ -31,10 +25,22 @@
},
{
"Name": "GaeaUnrealTools",
"Enabled": false
"Enabled": true
},
{
"Name": "VisualStudioTools",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64"
],
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/362651520df94e4fa65492dbcba44ae2"
}
],
"AdditionalPluginDirectories": [
"../../Unreal Plugins"
],
"TargetPlatforms": [
"Linux",
"Windows"
]
}