123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "name": "SimpleMultiplayerControls",
- "maps": [
- {
- "name": "Player",
- "id": "fb8d6404-ed77-4dcb-9196-b47c736924a7",
- "actions": [
- {
- "name": "Teleport",
- "type": "Button",
- "id": "da5efce7-0b41-45bb-9a3c-2c57823845bf",
- "expectedControlType": "Button",
- "processors": "",
- "interactions": ""
- }
- ],
- "bindings": [
- {
- "name": "",
- "id": "143bb1cd-cc10-4eca-a2f0-a3664166fe91",
- "path": "<Gamepad>/rightTrigger",
- "interactions": "",
- "processors": "",
- "groups": ";Gamepad",
- "action": "Teleport",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "05f6913d-c316-48b2-a6bb-e225f14c7960",
- "path": "<Mouse>/leftButton",
- "interactions": "",
- "processors": "",
- "groups": ";Keyboard&Mouse",
- "action": "Teleport",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "886e731e-7071-4ae4-95c0-e61739dad6fd",
- "path": "<Touchscreen>/primaryTouch/tap",
- "interactions": "",
- "processors": "",
- "groups": ";Touch",
- "action": "Teleport",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "ee3d0cd2-254e-47a7-a8cb-bc94d9658c54",
- "path": "<Joystick>/trigger",
- "interactions": "",
- "processors": "",
- "groups": "Joystick",
- "action": "Teleport",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "8255d333-5683-4943-a58a-ccb207ff1dce",
- "path": "<XRController>/{PrimaryAction}",
- "interactions": "",
- "processors": "",
- "groups": "XR",
- "action": "Teleport",
- "isComposite": false,
- "isPartOfComposite": false
- }
- ]
- }
- ],
- "controlSchemes": [
- {
- "name": "Keyboard&Mouse",
- "bindingGroup": "Keyboard&Mouse",
- "devices": [
- {
- "devicePath": "<Keyboard>",
- "isOptional": false,
- "isOR": false
- },
- {
- "devicePath": "<Mouse>",
- "isOptional": false,
- "isOR": false
- }
- ]
- },
- {
- "name": "Gamepad",
- "bindingGroup": "Gamepad",
- "devices": [
- {
- "devicePath": "<Gamepad>",
- "isOptional": false,
- "isOR": false
- }
- ]
- },
- {
- "name": "Touch",
- "bindingGroup": "Touch",
- "devices": [
- {
- "devicePath": "<Touchscreen>",
- "isOptional": false,
- "isOR": false
- }
- ]
- },
- {
- "name": "Joystick",
- "bindingGroup": "Joystick",
- "devices": [
- {
- "devicePath": "<Joystick>",
- "isOptional": false,
- "isOR": false
- }
- ]
- },
- {
- "name": "XR",
- "bindingGroup": "XR",
- "devices": [
- {
- "devicePath": "<XRController>",
- "isOptional": false,
- "isOR": false
- }
- ]
- }
- ]
- }
|