1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
{
"version": 1,
"name": "MultiplayInput",
"maps": [
{
"name": "Player",
"id": "769d94de-829b-42fe-883f-3cc8e156d6c2",
"actions": [
{
"name": "Movement",
"type": "Value",
"id": "7d9ad0c8-f488-4a9a-9a73-47f4e6155aaf",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "Grabbing",
"type": "Button",
"id": "9ad831f2-7a5b-488c-9595-7bfe45bec0c2",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "f9159894-82c1-4f13-a4e7-4439e7129827",
"path": "<Gamepad>/leftStick",
"interactions": "",
"processors": "",
"groups": ";General;XboxController",
"action": "Movement",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "ba722a4c-12ce-40df-bb52-43672eec34fc",
"path": "<Gamepad>/buttonSouth",
"interactions": "",
"processors": "",
"groups": ";General;XboxController",
"action": "Grabbing",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": [
{
"name": "General",
"bindingGroup": "General",
"devices": [
{
"devicePath": "<Gamepad>",
"isOptional": false,
"isOR": false
}
]
}
]
}
|