Files
project-reset/Assets/Player/Input/PlayerInputs.inputactions
2025-03-12 14:22:16 -04:00

182 lines
6.4 KiB
Plaintext

{
"name": "PlayerInputs",
"maps": [
{
"name": "In-Game",
"id": "b2eefcc8-f0a6-4007-854d-f0b59159e624",
"actions": [
{
"name": "Move",
"type": "Value",
"id": "41601e85-3a3a-4865-9f70-b65ab837729f",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "Jump",
"type": "Button",
"id": "1e973b69-1ed8-4400-9bf1-5eaa4fe948de",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Look",
"type": "Value",
"id": "eed161d4-9040-4c9b-819e-19c74f9a5eaa",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "Sprint",
"type": "Button",
"id": "96c67847-6fdb-414e-92a8-96291cfb76d4",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "3a45214b-2843-4ccb-8e46-fa3a48b2db34",
"path": "<Gamepad>/leftStick",
"interactions": "",
"processors": "",
"groups": ";Controller",
"action": "Move",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "2D Vector",
"id": "a129cc03-7f0b-462f-a482-66953f5425b0",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "6a80eb76-f646-4503-8c00-c5cc59b15505",
"path": "<Keyboard>/upArrow",
"interactions": "",
"processors": "",
"groups": ";Mouse and Keyboard",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "c363b7e9-dc14-442a-99e2-3d01d3add079",
"path": "<Keyboard>/downArrow",
"interactions": "",
"processors": "",
"groups": ";Mouse and Keyboard",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "ed05960b-fc86-4e05-a493-62c598254992",
"path": "<Keyboard>/leftArrow",
"interactions": "",
"processors": "",
"groups": ";Mouse and Keyboard",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "6b0f60c1-d8f4-4169-af98-bccc51ff8f0d",
"path": "<Keyboard>/rightArrow",
"interactions": "",
"processors": "",
"groups": ";Mouse and Keyboard",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "0e718dbf-72f9-4583-817b-6ef7856830bb",
"path": "<Gamepad>/buttonSouth",
"interactions": "",
"processors": "",
"groups": ";Controller",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "d5dd6ba2-6f53-4ffa-b0f4-9bf0f160bcc0",
"path": "<Gamepad>/rightStick",
"interactions": "",
"processors": "",
"groups": ";Controller",
"action": "Look",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "17ccd7fc-f831-4a14-9bca-e78161ba3b25",
"path": "<Gamepad>/leftStickPress",
"interactions": "",
"processors": "",
"groups": "",
"action": "Sprint",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": [
{
"name": "Controller",
"bindingGroup": "Controller",
"devices": [
{
"devicePath": "<Gamepad>",
"isOptional": true,
"isOR": false
},
{
"devicePath": "<Joystick>",
"isOptional": true,
"isOR": false
}
]
},
{
"name": "Mouse and Keyboard",
"bindingGroup": "Mouse and Keyboard",
"devices": [
{
"devicePath": "<Keyboard>",
"isOptional": false,
"isOR": false
},
{
"devicePath": "<Mouse>",
"isOptional": false,
"isOR": false
}
]
}
]
}