feat(): 大量更新

This commit is contained in:
2025-10-15 21:31:13 +08:00
parent 546f08c53a
commit 668bfe12eb
178 changed files with 11318 additions and 446 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 1398fae1742c4a5478b232df8ffe9c04
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3}
generateWrapperCode: 0
wrapperCodePath:
wrapperClassName:
wrapperCodeNamespace:

View File

@@ -7,12 +7,12 @@
"actions": [
{
"name": "Move",
"type": "Button",
"type": "Value",
"id": "cba876cd-5594-42ac-a4b0-2f2ed0f0e120",
"expectedControlType": "",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": false
"initialStateCheck": true
},
{
"name": "Look",
@@ -22,28 +22,123 @@
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "Jump",
"type": "Button",
"id": "850284f0-b2d8-412c-9970-c1a7256e29de",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Interact",
"type": "Button",
"id": "b405cb77-699f-4558-831a-c6c12a5c0300",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "dab4d8f6-9492-4327-8944-76f09907ba54",
"id": "d7c34f0b-b18e-4498-8d3e-1bdec4cb355d",
"path": "<Mouse>/delta",
"interactions": "",
"processors": "",
"groups": "",
"action": "Look",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "2D Vector",
"id": "132c4a80-d02d-43c4-bf7b-8e0ff43a44de",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "a4d4ec38-2560-46b0-b57b-d9ea0f35d701",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "f1c59ea2-0648-4f49-8cfb-d566be529303",
"path": "<Keyboard>/s",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "529b3ae4-cbf4-412c-a783-5bf62c57de72",
"path": "<Keyboard>/a",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "57ddd6bd-cbf7-4cfb-98d3-5b4458a21562",
"path": "<Keyboard>/d",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "b6a61d59-edf3-4759-8791-8967ffa1e187",
"path": "<Keyboard>/space",
"interactions": "",
"processors": "",
"groups": "",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "d7c34f0b-b18e-4498-8d3e-1bdec4cb355d",
"path": "<Mouse>/position",
"id": "c7bb1d3e-20de-4ff9-96fc-bfc70ca54e20",
"path": "<Keyboard>/f",
"interactions": "",
"processors": "",
"groups": "",
"action": "Look",
"action": "Interact",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "ab4a9194-7003-42f9-a13b-f6edf0427a6e",
"path": "<Mouse>/leftButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "Interact",
"isComposite": false,
"isPartOfComposite": false
}

View File

@@ -9,6 +9,6 @@ ScriptedImporter:
assetBundleVariant:
script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3}
generateWrapperCode: 1
wrapperCodePath: Assets/Script/Core/Input/PlayerInputActions.cs
wrapperCodePath: Assets/Script/Gameplay/Input/PlayerInputActions.cs
wrapperClassName:
wrapperCodeNamespace: Core
wrapperCodeNamespace: Input