initial commit

This commit is contained in:
2025-12-03 22:01:44 +08:00
commit 9ad658d268
597 changed files with 6158 additions and 0 deletions

35
FirstPersonDemo.uproject Normal file
View File

@@ -0,0 +1,35 @@
{
"FileVersion": 3,
"EngineAssociation": "5.7",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "FirstPersonDemo",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"AIModule",
"UMG"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "StateTree",
"Enabled": true
},
{
"Name": "GameplayStateTree",
"Enabled": true
}
]
}