InputActions.inputactions 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. {
  2. "name": "InputActions",
  3. "maps": [
  4. {
  5. "name": "Player",
  6. "id": "c3a65a74-d8a0-4b42-a881-420d05e6ac1f",
  7. "actions": [
  8. {
  9. "name": "Move",
  10. "type": "Value",
  11. "id": "7cb39be5-6517-4a02-8242-00eb49325f65",
  12. "expectedControlType": "Vector2",
  13. "processors": "",
  14. "interactions": "",
  15. "initialStateCheck": true
  16. },
  17. {
  18. "name": "Jump",
  19. "type": "Button",
  20. "id": "4e602a82-721c-42c3-87c8-8fe0c196c42f",
  21. "expectedControlType": "Button",
  22. "processors": "",
  23. "interactions": "",
  24. "initialStateCheck": false
  25. },
  26. {
  27. "name": "UIRot",
  28. "type": "Value",
  29. "id": "0cba42ec-bb9f-44a9-914d-b9edfb4136a0",
  30. "expectedControlType": "Vector2",
  31. "processors": "",
  32. "interactions": "",
  33. "initialStateCheck": true
  34. },
  35. {
  36. "name": "PressDown",
  37. "type": "Button",
  38. "id": "dcc64a51-10fb-41c2-a496-fdffe2b6307e",
  39. "expectedControlType": "Button",
  40. "processors": "",
  41. "interactions": "",
  42. "initialStateCheck": false
  43. },
  44. {
  45. "name": "Touch0",
  46. "type": "Value",
  47. "id": "4184bff5-7d5e-4eb0-a2b6-c3e57c323516",
  48. "expectedControlType": "Vector2",
  49. "processors": "",
  50. "interactions": "",
  51. "initialStateCheck": true
  52. },
  53. {
  54. "name": "Touch1",
  55. "type": "Value",
  56. "id": "857e8ab0-8f79-4c77-9c21-974520656eea",
  57. "expectedControlType": "Vector2",
  58. "processors": "",
  59. "interactions": "",
  60. "initialStateCheck": true
  61. },
  62. {
  63. "name": "Camera",
  64. "type": "Value",
  65. "id": "bf0b2066-2bff-42a3-9b65-402f6d8066a9",
  66. "expectedControlType": "Vector2",
  67. "processors": "",
  68. "interactions": "",
  69. "initialStateCheck": true
  70. }
  71. ],
  72. "bindings": [
  73. {
  74. "name": "WASD",
  75. "id": "bab08eb7-782f-4e21-9a72-6b3c190c0e0f",
  76. "path": "2DVector",
  77. "interactions": "",
  78. "processors": "",
  79. "groups": "",
  80. "action": "Move",
  81. "isComposite": true,
  82. "isPartOfComposite": false
  83. },
  84. {
  85. "name": "up",
  86. "id": "b78b9ec3-a775-4e11-86c0-e72efad24452",
  87. "path": "<Keyboard>/w",
  88. "interactions": "",
  89. "processors": "",
  90. "groups": "",
  91. "action": "Move",
  92. "isComposite": false,
  93. "isPartOfComposite": true
  94. },
  95. {
  96. "name": "down",
  97. "id": "a108c3a8-d606-48b1-a267-1230d4924a06",
  98. "path": "<Keyboard>/s",
  99. "interactions": "",
  100. "processors": "",
  101. "groups": "",
  102. "action": "Move",
  103. "isComposite": false,
  104. "isPartOfComposite": true
  105. },
  106. {
  107. "name": "left",
  108. "id": "ef42e706-084a-441a-971c-b37b9ff51d54",
  109. "path": "<Keyboard>/a",
  110. "interactions": "",
  111. "processors": "",
  112. "groups": "",
  113. "action": "Move",
  114. "isComposite": false,
  115. "isPartOfComposite": true
  116. },
  117. {
  118. "name": "right",
  119. "id": "0671f667-a5f4-4be0-b096-f30e049e8b67",
  120. "path": "<Keyboard>/d",
  121. "interactions": "",
  122. "processors": "",
  123. "groups": "",
  124. "action": "Move",
  125. "isComposite": false,
  126. "isPartOfComposite": true
  127. },
  128. {
  129. "name": "",
  130. "id": "8f6591a1-b519-45a1-8f85-0900c22e0bfa",
  131. "path": "<Gamepad>/leftStick",
  132. "interactions": "",
  133. "processors": "",
  134. "groups": "",
  135. "action": "Move",
  136. "isComposite": false,
  137. "isPartOfComposite": false
  138. },
  139. {
  140. "name": "",
  141. "id": "6ffa5d62-d6f9-4e28-ac49-1194132095e0",
  142. "path": "<Keyboard>/space",
  143. "interactions": "",
  144. "processors": "",
  145. "groups": "",
  146. "action": "Jump",
  147. "isComposite": false,
  148. "isPartOfComposite": false
  149. },
  150. {
  151. "name": "",
  152. "id": "f4e974b0-ee7b-4e3e-a28e-2bd654b60a8f",
  153. "path": "<Gamepad>/buttonSouth",
  154. "interactions": "",
  155. "processors": "",
  156. "groups": "",
  157. "action": "Jump",
  158. "isComposite": false,
  159. "isPartOfComposite": false
  160. },
  161. {
  162. "name": "",
  163. "id": "d4ccbb01-d9b6-4358-a81e-c96621bfb98a",
  164. "path": "<Mouse>/delta",
  165. "interactions": "",
  166. "processors": "ScaleVector2",
  167. "groups": "",
  168. "action": "UIRot",
  169. "isComposite": false,
  170. "isPartOfComposite": false
  171. },
  172. {
  173. "name": "",
  174. "id": "ea41aaa3-71af-4a0f-a472-46b9f582153a",
  175. "path": "<Touchscreen>/touch0/delta",
  176. "interactions": "",
  177. "processors": "",
  178. "groups": "",
  179. "action": "UIRot",
  180. "isComposite": false,
  181. "isPartOfComposite": false
  182. },
  183. {
  184. "name": "",
  185. "id": "4077713c-4a4a-4a7d-b59c-3844eff339b8",
  186. "path": "<Mouse>/leftButton",
  187. "interactions": "",
  188. "processors": "",
  189. "groups": "",
  190. "action": "PressDown",
  191. "isComposite": false,
  192. "isPartOfComposite": false
  193. },
  194. {
  195. "name": "",
  196. "id": "1f3ce28e-26f4-4475-9185-1d065b52e2b8",
  197. "path": "<Pointer>/press",
  198. "interactions": "",
  199. "processors": "",
  200. "groups": "",
  201. "action": "PressDown",
  202. "isComposite": false,
  203. "isPartOfComposite": false
  204. },
  205. {
  206. "name": "",
  207. "id": "ce253bba-0484-4170-ac71-817a0d336bb2",
  208. "path": "<Touchscreen>/touch0/delta",
  209. "interactions": "",
  210. "processors": "",
  211. "groups": "",
  212. "action": "Touch0",
  213. "isComposite": false,
  214. "isPartOfComposite": false
  215. },
  216. {
  217. "name": "",
  218. "id": "2777540a-a6da-42d2-9968-207cb69b0dc6",
  219. "path": "<Touchscreen>/touch1/delta",
  220. "interactions": "",
  221. "processors": "",
  222. "groups": "",
  223. "action": "Touch1",
  224. "isComposite": false,
  225. "isPartOfComposite": false
  226. },
  227. {
  228. "name": "",
  229. "id": "22ca5a7c-ec1e-4637-bf79-ae08d35db535",
  230. "path": "<Mouse>/delta",
  231. "interactions": "",
  232. "processors": "",
  233. "groups": "",
  234. "action": "Camera",
  235. "isComposite": false,
  236. "isPartOfComposite": false
  237. }
  238. ]
  239. }
  240. ],
  241. "controlSchemes": []
  242. }