This commit is contained in:
2025-04-18 18:17:02 +08:00
parent 80fdce96b2
commit e15eafe5d4
18 changed files with 259 additions and 493 deletions

View File

@@ -19,6 +19,11 @@
"Name": "FLESH",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "FLESHEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
@@ -32,7 +37,7 @@
},
{
"Name": "GeometryScripting",
"Enabled": false
"Enabled": true
},
{
"Name": "ChaosCloth",
@@ -54,5 +59,11 @@
"Name": "ProceduralMeshComponent",
"Enabled": true
}
],
"Dependencies": [
{
"Name": "GeometryScripting",
"Enabled": true
}
]
}