Création d'un petit party-game anonyme de Build + Bagar sous Unity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Controls.inputactions 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. {
  2. "name": "Controls",
  3. "maps": [
  4. {
  5. "name": "Player",
  6. "id": "550a94df-cccb-4beb-9873-90bf2f4f61a1",
  7. "actions": [
  8. {
  9. "name": "Movement",
  10. "type": "Value",
  11. "id": "7d6a4d64-5d25-4d85-9a46-c5296c05096b",
  12. "expectedControlType": "Vector2",
  13. "processors": "",
  14. "interactions": ""
  15. },
  16. {
  17. "name": "Look",
  18. "type": "Value",
  19. "id": "f8e8a1ac-6c91-426a-ae3e-aac0b2ec831e",
  20. "expectedControlType": "Vector2",
  21. "processors": "",
  22. "interactions": ""
  23. },
  24. {
  25. "name": "Place Block",
  26. "type": "Button",
  27. "id": "4b7ab0aa-cda3-4160-a713-27c305d29dcd",
  28. "expectedControlType": "Button",
  29. "processors": "",
  30. "interactions": ""
  31. },
  32. {
  33. "name": "Toggle Preview Mode",
  34. "type": "Value",
  35. "id": "eb19afaa-83cb-48ec-8718-af2ea48a9bc8",
  36. "expectedControlType": "Button",
  37. "processors": "",
  38. "interactions": ""
  39. },
  40. {
  41. "name": "Sprint",
  42. "type": "Value",
  43. "id": "ad65292f-dcff-4d57-b698-482297345782",
  44. "expectedControlType": "Button",
  45. "processors": "",
  46. "interactions": ""
  47. },
  48. {
  49. "name": "Scroll",
  50. "type": "Value",
  51. "id": "40fedfa7-6a1a-4fca-9d4f-b84ca6ee1159",
  52. "expectedControlType": "Axis",
  53. "processors": "",
  54. "interactions": ""
  55. }
  56. ],
  57. "bindings": [
  58. {
  59. "name": "Arrows",
  60. "id": "b17dd930-9d59-47c5-8167-275a864dea8c",
  61. "path": "2DVector",
  62. "interactions": "",
  63. "processors": "",
  64. "groups": "",
  65. "action": "Movement",
  66. "isComposite": true,
  67. "isPartOfComposite": false
  68. },
  69. {
  70. "name": "up",
  71. "id": "23a3e4f1-9ec3-49b5-b52e-8d152c0036a3",
  72. "path": "<Keyboard>/upArrow",
  73. "interactions": "",
  74. "processors": "",
  75. "groups": "",
  76. "action": "Movement",
  77. "isComposite": false,
  78. "isPartOfComposite": true
  79. },
  80. {
  81. "name": "down",
  82. "id": "85dd8816-7746-4fbd-a345-a42c9011bce4",
  83. "path": "<Keyboard>/downArrow",
  84. "interactions": "",
  85. "processors": "",
  86. "groups": "",
  87. "action": "Movement",
  88. "isComposite": false,
  89. "isPartOfComposite": true
  90. },
  91. {
  92. "name": "left",
  93. "id": "3ffebb75-1982-4567-82aa-97f1f6a8e915",
  94. "path": "<Keyboard>/leftArrow",
  95. "interactions": "",
  96. "processors": "",
  97. "groups": "",
  98. "action": "Movement",
  99. "isComposite": false,
  100. "isPartOfComposite": true
  101. },
  102. {
  103. "name": "right",
  104. "id": "ab52d431-904a-4b0b-a12b-52de565a9b39",
  105. "path": "<Keyboard>/rightArrow",
  106. "interactions": "",
  107. "processors": "",
  108. "groups": "",
  109. "action": "Movement",
  110. "isComposite": false,
  111. "isPartOfComposite": true
  112. },
  113. {
  114. "name": "WASD",
  115. "id": "437251c2-ab5e-4ecd-9da0-054532ba3060",
  116. "path": "2DVector",
  117. "interactions": "",
  118. "processors": "",
  119. "groups": "",
  120. "action": "Movement",
  121. "isComposite": true,
  122. "isPartOfComposite": false
  123. },
  124. {
  125. "name": "up",
  126. "id": "b69f7258-14ce-4041-aba3-8c569de69dc7",
  127. "path": "<Keyboard>/w",
  128. "interactions": "",
  129. "processors": "",
  130. "groups": "",
  131. "action": "Movement",
  132. "isComposite": false,
  133. "isPartOfComposite": true
  134. },
  135. {
  136. "name": "down",
  137. "id": "65c57866-904c-45d0-b16c-1454bd2597e2",
  138. "path": "<Keyboard>/s",
  139. "interactions": "",
  140. "processors": "",
  141. "groups": "",
  142. "action": "Movement",
  143. "isComposite": false,
  144. "isPartOfComposite": true
  145. },
  146. {
  147. "name": "left",
  148. "id": "c61cc306-727b-4470-b581-d2c472ada66e",
  149. "path": "<Keyboard>/a",
  150. "interactions": "",
  151. "processors": "",
  152. "groups": "",
  153. "action": "Movement",
  154. "isComposite": false,
  155. "isPartOfComposite": true
  156. },
  157. {
  158. "name": "right",
  159. "id": "0813b56f-d53f-4bd1-bae8-2e7cfb4f644f",
  160. "path": "<Keyboard>/d",
  161. "interactions": "",
  162. "processors": "",
  163. "groups": "",
  164. "action": "Movement",
  165. "isComposite": false,
  166. "isPartOfComposite": true
  167. },
  168. {
  169. "name": "LeftStick",
  170. "id": "cb6bfab6-d59d-440d-9b84-e96befd5162a",
  171. "path": "2DVector",
  172. "interactions": "",
  173. "processors": "",
  174. "groups": "",
  175. "action": "Movement",
  176. "isComposite": true,
  177. "isPartOfComposite": false
  178. },
  179. {
  180. "name": "up",
  181. "id": "802477a2-89d6-471d-b894-fb13edd0dfb0",
  182. "path": "<Gamepad>/leftStick/up",
  183. "interactions": "",
  184. "processors": "",
  185. "groups": "",
  186. "action": "Movement",
  187. "isComposite": false,
  188. "isPartOfComposite": true
  189. },
  190. {
  191. "name": "down",
  192. "id": "1384a4f0-0b2a-496e-8cd2-8df844bba293",
  193. "path": "<Gamepad>/leftStick/down",
  194. "interactions": "",
  195. "processors": "",
  196. "groups": "",
  197. "action": "Movement",
  198. "isComposite": false,
  199. "isPartOfComposite": true
  200. },
  201. {
  202. "name": "left",
  203. "id": "55fdefb5-540c-4bbc-9f92-0880f3969920",
  204. "path": "<Gamepad>/leftStick/left",
  205. "interactions": "",
  206. "processors": "",
  207. "groups": "",
  208. "action": "Movement",
  209. "isComposite": false,
  210. "isPartOfComposite": true
  211. },
  212. {
  213. "name": "right",
  214. "id": "330bd10f-55c0-43c4-8c43-4d01624ec4a7",
  215. "path": "<Gamepad>/leftStick/right",
  216. "interactions": "",
  217. "processors": "",
  218. "groups": "",
  219. "action": "Movement",
  220. "isComposite": false,
  221. "isPartOfComposite": true
  222. },
  223. {
  224. "name": "",
  225. "id": "b00386e1-8b81-4b23-add0-14dfd7c1fc48",
  226. "path": "<Mouse>/delta",
  227. "interactions": "",
  228. "processors": "",
  229. "groups": "",
  230. "action": "Look",
  231. "isComposite": false,
  232. "isPartOfComposite": false
  233. },
  234. {
  235. "name": "RightStick",
  236. "id": "8bf2f081-6008-4d90-91d4-7c8e4aaa222f",
  237. "path": "2DVector(mode=1)",
  238. "interactions": "",
  239. "processors": "ScaleVector2(x=5,y=5)",
  240. "groups": "",
  241. "action": "Look",
  242. "isComposite": true,
  243. "isPartOfComposite": false
  244. },
  245. {
  246. "name": "up",
  247. "id": "866d01b6-7ab7-43fa-8faf-97ecf71106ca",
  248. "path": "<Gamepad>/rightStick/up",
  249. "interactions": "",
  250. "processors": "",
  251. "groups": "",
  252. "action": "Look",
  253. "isComposite": false,
  254. "isPartOfComposite": true
  255. },
  256. {
  257. "name": "down",
  258. "id": "a201db96-0788-48c6-9f03-10a304cf7b3f",
  259. "path": "<Gamepad>/rightStick/down",
  260. "interactions": "",
  261. "processors": "",
  262. "groups": "",
  263. "action": "Look",
  264. "isComposite": false,
  265. "isPartOfComposite": true
  266. },
  267. {
  268. "name": "left",
  269. "id": "2ddf98ff-08ec-4160-a957-6419c09c893f",
  270. "path": "<Gamepad>/rightStick/left",
  271. "interactions": "",
  272. "processors": "",
  273. "groups": "",
  274. "action": "Look",
  275. "isComposite": false,
  276. "isPartOfComposite": true
  277. },
  278. {
  279. "name": "right",
  280. "id": "3a5d4bad-ed96-4d2e-852c-30a19b4534e1",
  281. "path": "<Gamepad>/rightStick/right",
  282. "interactions": "",
  283. "processors": "",
  284. "groups": "",
  285. "action": "Look",
  286. "isComposite": false,
  287. "isPartOfComposite": true
  288. },
  289. {
  290. "name": "",
  291. "id": "a629ccdb-feec-4006-99da-ecd1fc2a582a",
  292. "path": "<Mouse>/leftButton",
  293. "interactions": "",
  294. "processors": "",
  295. "groups": "",
  296. "action": "Place Block",
  297. "isComposite": false,
  298. "isPartOfComposite": false
  299. },
  300. {
  301. "name": "",
  302. "id": "3e7e30ad-939c-4c2f-b103-a38c34876f68",
  303. "path": "<Gamepad>/buttonSouth",
  304. "interactions": "",
  305. "processors": "",
  306. "groups": "",
  307. "action": "Place Block",
  308. "isComposite": false,
  309. "isPartOfComposite": false
  310. },
  311. {
  312. "name": "",
  313. "id": "8f6ba03e-dbdb-42ce-be6f-5550c0a2a444",
  314. "path": "<Mouse>/rightButton",
  315. "interactions": "",
  316. "processors": "",
  317. "groups": "",
  318. "action": "Toggle Preview Mode",
  319. "isComposite": false,
  320. "isPartOfComposite": false
  321. },
  322. {
  323. "name": "",
  324. "id": "688248a0-7b0e-4e31-8c1a-d59a24fe3312",
  325. "path": "<Gamepad>/rightTrigger",
  326. "interactions": "",
  327. "processors": "",
  328. "groups": "",
  329. "action": "Toggle Preview Mode",
  330. "isComposite": false,
  331. "isPartOfComposite": false
  332. },
  333. {
  334. "name": "",
  335. "id": "171894bd-9d65-472e-8e83-7cf79f2057ab",
  336. "path": "<Keyboard>/leftShift",
  337. "interactions": "",
  338. "processors": "",
  339. "groups": "",
  340. "action": "Sprint",
  341. "isComposite": false,
  342. "isPartOfComposite": false
  343. },
  344. {
  345. "name": "",
  346. "id": "83ad7e9d-9c8e-4f3f-85a8-fbbe926f0908",
  347. "path": "<Gamepad>/leftTrigger",
  348. "interactions": "",
  349. "processors": "",
  350. "groups": "",
  351. "action": "Sprint",
  352. "isComposite": false,
  353. "isPartOfComposite": false
  354. },
  355. {
  356. "name": "",
  357. "id": "2186c4b0-7170-4ece-8710-808cbb276599",
  358. "path": "<Mouse>/scroll/y",
  359. "interactions": "",
  360. "processors": "",
  361. "groups": "",
  362. "action": "Scroll",
  363. "isComposite": false,
  364. "isPartOfComposite": false
  365. }
  366. ]
  367. }
  368. ],
  369. "controlSchemes": []
  370. }