123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636 |
- {
- "name": "Player",
- "maps": [
- {
- "name": "Player Controls",
- "id": "cb4067f3-a685-4c86-b9ea-46a6eabfada7",
- "actions": [
- {
- "name": "Movement",
- "type": "Value",
- "id": "548e32fd-77d1-40e5-8197-32ca56b41bc0",
- "expectedControlType": "Vector2",
- "processors": "",
- "interactions": ""
- },
- {
- "name": "Look",
- "type": "Value",
- "id": "8ebbde1f-3044-41bc-bdac-430e0eae1a68",
- "expectedControlType": "Vector2",
- "processors": "",
- "interactions": ""
- },
- {
- "name": "Jump",
- "type": "Button",
- "id": "10fecf58-9483-40e0-ae20-15c8d01a4288",
- "expectedControlType": "",
- "processors": "",
- "interactions": "Press"
- },
- {
- "name": "TogglePause",
- "type": "Button",
- "id": "a70a208e-b491-4921-b460-a0144030ef2a",
- "expectedControlType": "Button",
- "processors": "",
- "interactions": "Press"
- }
- ],
- "bindings": [
- {
- "name": "WASD",
- "id": "99258992-afbc-4513-a4ee-24146566e341",
- "path": "2DVector",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "Movement",
- "isComposite": true,
- "isPartOfComposite": false
- },
- {
- "name": "up",
- "id": "d57e0987-ea9f-4b18-9042-239931d4c060",
- "path": "<Keyboard>/w",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Movement",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "down",
- "id": "75168890-922f-4122-9968-1ecac0f33c28",
- "path": "<Keyboard>/s",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Movement",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "left",
- "id": "54b99838-0c45-421e-af38-b1f25b3f6927",
- "path": "<Keyboard>/a",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Movement",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "right",
- "id": "77680fb0-0b9d-4a74-97de-9e3149ad6526",
- "path": "<Keyboard>/d",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Movement",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "",
- "id": "df04a4e1-fc36-4ebd-b050-536736220da7",
- "path": "<Gamepad>/leftStick",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Movement",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "be6b2b51-d13a-4040-bb92-a825e7d4f764",
- "path": "<Touchscreen>/primaryTouch/delta",
- "interactions": "",
- "processors": "ScaleVector2(x=0.3,y=0.3)",
- "groups": "Touchscreen",
- "action": "Movement",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "42716e15-291c-4c71-8ded-0d03279959df",
- "path": "<Keyboard>/p",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "TogglePause",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "7bc14fbd-1107-4761-aa6f-b3367d7705e6",
- "path": "<Gamepad>/start",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "TogglePause",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "b12426a0-38ab-4d90-95e0-6840fcd30db6",
- "path": "<Keyboard>/space",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Jump",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "3e6d6425-a990-4434-b58d-57464db363d4",
- "path": "<Gamepad>/buttonSouth",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Jump",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "faa12d77-e42c-4d9f-9871-56381a35ba8f",
- "path": "<Touchscreen>/primaryTouch/tap",
- "interactions": "",
- "processors": "",
- "groups": "Touchscreen",
- "action": "Jump",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "43d1488b-4ff2-4456-b1bf-a368a70fb680",
- "path": "<Mouse>/delta",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Look",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "d23f9eb5-e32b-417b-8edf-d10cd6bdc1d3",
- "path": "<Gamepad>/rightStick",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Look",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "48bc601e-db29-4e46-8a0f-3698ec3025a4",
- "path": "<Touchscreen>/touch1/delta",
- "interactions": "",
- "processors": "ScaleVector2(x=0.3,y=0.3)",
- "groups": "Touchscreen",
- "action": "Look",
- "isComposite": false,
- "isPartOfComposite": false
- }
- ]
- },
- {
- "name": "Menu Controls",
- "id": "0914fb5b-51f6-4b26-9ed7-a3e72d065118",
- "actions": [
- {
- "name": "Navigate",
- "type": "PassThrough",
- "id": "538ffe95-ba92-4acb-84f7-314f6ac8e0a5",
- "expectedControlType": "Vector2",
- "processors": "",
- "interactions": ""
- },
- {
- "name": "Left Click",
- "type": "PassThrough",
- "id": "96c8be88-a7bb-4861-b5e9-956b4208d043",
- "expectedControlType": "Button",
- "processors": "",
- "interactions": ""
- },
- {
- "name": "Point",
- "type": "PassThrough",
- "id": "d54e5ff5-4f35-4d2f-a745-95d14aef8c43",
- "expectedControlType": "Vector2",
- "processors": "",
- "interactions": ""
- },
- {
- "name": "Submit",
- "type": "PassThrough",
- "id": "5f571f6a-e9e7-4120-ae3c-79f846bdd202",
- "expectedControlType": "Button",
- "processors": "",
- "interactions": ""
- },
- {
- "name": "Cancel",
- "type": "PassThrough",
- "id": "146e681c-77dd-4ff0-9ad5-f4351fea14cc",
- "expectedControlType": "Button",
- "processors": "",
- "interactions": ""
- },
- {
- "name": "TogglePause",
- "type": "Button",
- "id": "e773b1f9-ce5b-4fa2-9c1f-d194202c43b7",
- "expectedControlType": "",
- "processors": "",
- "interactions": "Press"
- }
- ],
- "bindings": [
- {
- "name": "Gamepad Right Stick",
- "id": "c1491510-9d0f-47b0-868e-99575e46d097",
- "path": "2DVector",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "Navigate",
- "isComposite": true,
- "isPartOfComposite": false
- },
- {
- "name": "up",
- "id": "57fb7217-68c1-483e-a15b-0fd1e5ab3fc3",
- "path": "<Gamepad>/leftStick/up",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "down",
- "id": "0c09243f-be8c-44a1-87c4-a0d3ca3a27a5",
- "path": "<Gamepad>/leftStick/down",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "left",
- "id": "a16b4641-1591-4d94-9fd4-e1eafd539931",
- "path": "<Gamepad>/leftStick/left",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "right",
- "id": "341f36e1-889b-4d62-834f-622378da658d",
- "path": "<Gamepad>/leftStick/right",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "Gamepad Left Stick",
- "id": "c2c92ef2-a9d0-4393-86c7-4180acc16b6d",
- "path": "2DVector",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "Navigate",
- "isComposite": true,
- "isPartOfComposite": false
- },
- {
- "name": "up",
- "id": "bed70561-f1cc-4c56-9715-66475aa6437f",
- "path": "<Gamepad>/leftStick/up",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "down",
- "id": "0005d032-151a-4ee0-8127-110d55e5ed9d",
- "path": "<Gamepad>/leftStick/down",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "left",
- "id": "84fcadd5-5853-4142-b3f9-58a5ab2ad788",
- "path": "<Gamepad>/leftStick/left",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "right",
- "id": "233f731d-8d73-4761-8879-66c0e0da124d",
- "path": "<Gamepad>/leftStick/right",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "",
- "id": "d687f18d-7559-488c-8542-e3da3a3dd1f7",
- "path": "<Gamepad>/dpad",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "WASD Keys",
- "id": "c2a77ff0-1ce1-4c49-a4dd-94601087a2a2",
- "path": "2DVector",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "Navigate",
- "isComposite": true,
- "isPartOfComposite": false
- },
- {
- "name": "up",
- "id": "a67b96dc-9151-496b-9be2-b4d65a82f52a",
- "path": "<Keyboard>/w",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "down",
- "id": "4f8ac3a8-5653-4cf1-9687-259b7e6bfca4",
- "path": "<Keyboard>/s",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "left",
- "id": "a3da140b-c504-4aea-9824-ffd10d44e52a",
- "path": "<Keyboard>/a",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "right",
- "id": "d2cdc452-d127-4c2c-b57c-1f78e29cb425",
- "path": "<Keyboard>/d",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "Arrow Keys",
- "id": "c50ac654-ca86-486c-b427-057a0aacbb3b",
- "path": "2DVector",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "Navigate",
- "isComposite": true,
- "isPartOfComposite": false
- },
- {
- "name": "up",
- "id": "80a43030-09a8-4324-b825-39a685b9a975",
- "path": "<Keyboard>/upArrow",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "down",
- "id": "0284caff-9cfb-477f-901c-c6be4082785f",
- "path": "<Keyboard>/downArrow",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "left",
- "id": "359d5348-82b3-4e60-9536-8c817495d31a",
- "path": "<Keyboard>/leftArrow",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "right",
- "id": "b77717c3-b7e9-450f-8bc2-3aa284fac5cd",
- "path": "<Keyboard>/rightArrow",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Navigate",
- "isComposite": false,
- "isPartOfComposite": true
- },
- {
- "name": "",
- "id": "b5076a57-fe62-4632-8d6c-da0844960a14",
- "path": "<Mouse>/position",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Point",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "e7658a78-a141-4f0c-beb5-0a6a3e393c7b",
- "path": "<Touchscreen>/touch*/position",
- "interactions": "",
- "processors": "",
- "groups": "Touchscreen",
- "action": "Point",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "dfac3b8e-d348-4a7a-b60b-14745c641340",
- "path": "<Keyboard>/p",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "TogglePause",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "f509a7b5-e79a-485e-ba2f-da5431d6fe4c",
- "path": "<Gamepad>/start",
- "interactions": "",
- "processors": "",
- "groups": "Gamepad",
- "action": "TogglePause",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "6fee8919-99e7-4770-abd4-da1b7d4e4cc4",
- "path": "*/{Cancel}",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "Cancel",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "14559c94-e8a7-426b-8687-fa5f1420a0c1",
- "path": "<Mouse>/leftButton",
- "interactions": "",
- "processors": "",
- "groups": "Keyboard And Mouse",
- "action": "Left Click",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "b35f103a-716c-4078-ad8d-66c5fb7fbb45",
- "path": "<Touchscreen>/touch*/press",
- "interactions": "",
- "processors": "",
- "groups": "Touchscreen",
- "action": "Left Click",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "40b14102-9017-4522-862f-97d92a0da5f6",
- "path": "*/{Submit}",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "Submit",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "c88534db-dffe-4245-85c8-f41ba53024a1",
- "path": "<Gamepad>/buttonSouth",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "Submit",
- "isComposite": false,
- "isPartOfComposite": false
- }
- ]
- }
- ],
- "controlSchemes": [
- {
- "name": "Gamepad",
- "bindingGroup": "Gamepad",
- "devices": [
- {
- "devicePath": "<Gamepad>",
- "isOptional": false,
- "isOR": false
- }
- ]
- },
- {
- "name": "Keyboard And Mouse",
- "bindingGroup": "Keyboard And Mouse",
- "devices": [
- {
- "devicePath": "<Keyboard>",
- "isOptional": false,
- "isOR": false
- },
- {
- "devicePath": "<Mouse>",
- "isOptional": false,
- "isOR": false
- }
- ]
- },
- {
- "name": "Touchscreen",
- "bindingGroup": "Touchscreen",
- "devices": [
- {
- "devicePath": "<Touchscreen>",
- "isOptional": false,
- "isOR": false
- }
- ]
- }
- ]
- }
|