From 343a1aa731a85a8a866d0466d29931e5a9c8dfb0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 31 Jan 2026 11:10:04 +0800 Subject: 完成了罗师傅的移动系统 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/MultiplayInput.inputactions | 154 +++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) (limited to 'Assets/MultiplayInput.inputactions') diff --git a/Assets/MultiplayInput.inputactions b/Assets/MultiplayInput.inputactions index b3e169c..3c08fce 100644 --- a/Assets/MultiplayInput.inputactions +++ b/Assets/MultiplayInput.inputactions @@ -37,6 +37,116 @@ "isComposite": false, "isPartOfComposite": false }, + { + "name": "2D Vector", + "id": "e62fc7fa-06f3-45fe-a37d-ba8972c8ef98", + "path": "2DVector", + "interactions": "", + "processors": "", + "groups": "", + "action": "Movement", + "isComposite": true, + "isPartOfComposite": false + }, + { + "name": "up", + "id": "a9759bca-4731-4b1f-866c-2c0df76e881c", + "path": "/w", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "down", + "id": "318fec5a-0927-49c0-bf18-a37951f4ff59", + "path": "/s", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "left", + "id": "fd270657-2d49-4d83-a669-aa297a4daf0d", + "path": "/a", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "right", + "id": "4b75a3bb-bd04-42d2-9808-b24896463f86", + "path": "/d", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "2D Vector", + "id": "170dc890-7676-4781-9eba-9781c9d57213", + "path": "2DVector", + "interactions": "", + "processors": "", + "groups": "", + "action": "Movement", + "isComposite": true, + "isPartOfComposite": false + }, + { + "name": "up", + "id": "f1fa6215-cf75-4617-80a7-9a2910b04207", + "path": "/upArrow", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "down", + "id": "9d120c86-fbe8-4cf3-bbc5-3cb4e74ac6f4", + "path": "/downArrow", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "left", + "id": "b4d82347-987b-41e9-a4b5-ee4f483aab6f", + "path": "/leftArrow", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "right", + "id": "bcc1dcdb-53b6-48a5-a69d-52284a6f224f", + "path": "/rightArrow", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, { "name": "", "id": "ba722a4c-12ce-40df-bb52-43672eec34fc", @@ -47,6 +157,28 @@ "action": "Grabbing", "isComposite": false, "isPartOfComposite": false + }, + { + "name": "", + "id": "c7a7e159-3dd0-41ca-bda7-8dbece6db3ef", + "path": "/g", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Grabbing", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "5c1c8d15-ca01-4cef-8337-188691347106", + "path": "/rightCtrl", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Grabbing", + "isComposite": false, + "isPartOfComposite": false } ] } @@ -62,6 +194,28 @@ "isOR": false } ] + }, + { + "name": "PlayerA", + "bindingGroup": "PlayerA", + "devices": [ + { + "devicePath": "", + "isOptional": false, + "isOR": false + } + ] + }, + { + "name": "PlayerB", + "bindingGroup": "PlayerB", + "devices": [ + { + "devicePath": "", + "isOptional": false, + "isOR": false + } + ] } ] } \ No newline at end of file -- cgit