feat(init): 搭建初始的项目框架

This commit is contained in:
2025-10-14 12:39:53 +08:00
parent 3cf503bfa6
commit eba8d5792d
89 changed files with 2782 additions and 100 deletions

View File

@@ -0,0 +1,54 @@
{
"name": "PlayerInputActions",
"maps": [
{
"name": "Player",
"id": "c76c22e9-2e4a-4535-bf00-ee32c0071ec4",
"actions": [
{
"name": "Move",
"type": "Button",
"id": "cba876cd-5594-42ac-a4b0-2f2ed0f0e120",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Look",
"type": "Value",
"id": "e288a319-23aa-463c-bd94-e6a00eec4e3b",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
}
],
"bindings": [
{
"name": "",
"id": "dab4d8f6-9492-4327-8944-76f09907ba54",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "d7c34f0b-b18e-4498-8d3e-1bdec4cb355d",
"path": "<Mouse>/position",
"interactions": "",
"processors": "",
"groups": "",
"action": "Look",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": []
}

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 9969030104edd024688434d8cd8360c4
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3}
generateWrapperCode: 1
wrapperCodePath: Assets/Script/Core/Input/PlayerInputActions.cs
wrapperClassName:
wrapperCodeNamespace: Core