Initial. Added files
This commit is contained in:
209
Assets/Inputs/DefaultInput.inputactions
Executable file
209
Assets/Inputs/DefaultInput.inputactions
Executable file
@ -0,0 +1,209 @@
|
||||
{
|
||||
"name": "DefaultInput",
|
||||
"maps": [
|
||||
{
|
||||
"name": "Character",
|
||||
"id": "5c609d30-a186-4f25-862a-fc0f6cd87927",
|
||||
"actions": [
|
||||
{
|
||||
"name": "Movement",
|
||||
"type": "PassThrough",
|
||||
"id": "5e4fb69c-d72f-4ad2-9606-963f204d4456",
|
||||
"expectedControlType": "Vector2",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
},
|
||||
{
|
||||
"name": "View",
|
||||
"type": "PassThrough",
|
||||
"id": "40f28412-d0ff-465d-95dc-ba0c2d1aa942",
|
||||
"expectedControlType": "Vector2",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
},
|
||||
{
|
||||
"name": "Jump",
|
||||
"type": "Button",
|
||||
"id": "f1d3a423-64ad-46b7-b7df-8ac906168bfe",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
},
|
||||
{
|
||||
"name": "Crouch",
|
||||
"type": "Button",
|
||||
"id": "e6499705-a84f-48dd-95c8-f11039da000c",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
},
|
||||
{
|
||||
"name": "Prone",
|
||||
"type": "PassThrough",
|
||||
"id": "5dea4b39-61fb-40da-8f4b-6f896577b593",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
},
|
||||
{
|
||||
"name": "Sprint",
|
||||
"type": "Button",
|
||||
"id": "812bbe74-6780-4569-aede-5596b6bcfcf2",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
},
|
||||
{
|
||||
"name": "SprintReleased",
|
||||
"type": "Button",
|
||||
"id": "c2057392-5437-4eba-94c6-47a5210bb75e",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
}
|
||||
],
|
||||
"bindings": [
|
||||
{
|
||||
"name": "",
|
||||
"id": "020fbfee-7fa7-4d94-914d-5745033676bc",
|
||||
"path": "<Mouse>/delta",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "View",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "WASD",
|
||||
"id": "10c0b015-e03e-419b-9b07-829082f81054",
|
||||
"path": "2DVector",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Movement",
|
||||
"isComposite": true,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "up",
|
||||
"id": "96348528-d228-43c7-8283-1f1b76358fae",
|
||||
"path": "<Keyboard>/w",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Movement",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "down",
|
||||
"id": "e253c1d5-e495-4868-a32e-d79f90df6c99",
|
||||
"path": "<Keyboard>/s",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Movement",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "left",
|
||||
"id": "a4c8377a-070f-4e42-8f4c-f9a9b5ca948e",
|
||||
"path": "<Keyboard>/a",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Movement",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "right",
|
||||
"id": "6aca627a-c86c-4757-8062-03ff293adc4c",
|
||||
"path": "<Keyboard>/d",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Movement",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "cfc4db91-7102-4110-a416-9f4af204b788",
|
||||
"path": "<Keyboard>/space",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Jump",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "ab00bee0-4207-41ec-a3e4-ff89c905a81f",
|
||||
"path": "<Keyboard>/c",
|
||||
"interactions": "Tap",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Crouch",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "1cec8bfc-56c7-403e-94e0-031ace3ea596",
|
||||
"path": "<Keyboard>/x",
|
||||
"interactions": "Press",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Prone",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "e4ef4e95-82c4-4791-bb06-29120df734f3",
|
||||
"path": "<Keyboard>/c",
|
||||
"interactions": "Hold",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Prone",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "ad6e15bf-3543-4a73-8d4f-424f7eb047df",
|
||||
"path": "<Keyboard>/shift",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Sprint",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "44af7903-e9a9-4f59-a17d-ac7dd14a7974",
|
||||
"path": "<Keyboard>/shift",
|
||||
"interactions": "Press(behavior=1)",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "SprintReleased",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"controlSchemes": []
|
||||
}
|
Reference in New Issue
Block a user