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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
{
"name": "PlayerControls",
"maps": [
{
"name": "Player Movement",
"id": "cfb355ad-e0aa-4dad-9111-af6e3f1271b2",
"actions": [
{
"name": "Movement",
"type": "PassThrough",
"id": "1ab3b457-9558-4d1c-b580-1b6a7d3cbd45",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Camera",
"type": "PassThrough",
"id": "bb5b6b4b-5b42-4192-a498-10356a2b125a",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
}
],
"bindings": [
{
"name": "WASD",
"id": "d8a77518-37e0-4dd9-8c87-9a6f159ed71b",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "4eb43c7b-9a1d-4f13-877b-6b3acf19ad17",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "2228edfc-964a-42e3-b1ba-53aebb8f0d5f",
"path": "<Keyboard>/s",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "a35a6c7a-e429-4cb5-90d4-edf345cd188d",
"path": "<Keyboard>/a",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "c9d8817d-167d-4526-b441-3bfd52363503",
"path": "<Keyboard>/d",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "d0d72338-edcb-44b9-a675-823b93f06cc0",
"path": "<Gamepad>/rightStick",
"interactions": "",
"processors": "StickDeadzone",
"groups": "",
"action": "Camera",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "b1f249ca-76f5-4443-85fe-eff12e361675",
"path": "<Mouse>/delta",
"interactions": "",
"processors": "NormalizeVector2",
"groups": "",
"action": "Camera",
"isComposite": false,
"isPartOfComposite": false
}
]
},
{
"name": "Player Actions",
"id": "e698248c-d44d-4c32-9308-df1fb8952042",
"actions": [
{
"name": "Roll",
"type": "Button",
"id": "b5381d00-a598-472a-96b6-e7a5ed618a96",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "8af511c9-0a47-4f49-b1e0-a98500b70c9d",
"path": "<Gamepad>/buttonEast",
"interactions": "",
"processors": "",
"groups": "",
"action": "Roll",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "a76c6730-3d6e-4609-a3fb-450fe20ef6e2",
"path": "<Keyboard>/space",
"interactions": "",
"processors": "",
"groups": "",
"action": "Roll",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": []
}
|