Global Game Jam 2023
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.

1029 lines
39 KiB

1 year ago
  1. {
  2. "name": "PlayerInput",
  3. "maps": [
  4. {
  5. "name": "Player",
  6. "id": "df70fa95-8a34-4494-b137-73ab6b9c7d37",
  7. "actions": [
  8. {
  9. "name": "Move",
  10. "type": "Value",
  11. "id": "351f2ccd-1f9f-44bf-9bec-d62ac5c5f408",
  12. "expectedControlType": "Vector2",
  13. "processors": "",
  14. "interactions": "",
  15. "initialStateCheck": true
  16. },
  17. {
  18. "name": "Look",
  19. "type": "Value",
  20. "id": "6b444451-8a00-4d00-a97e-f47457f736a8",
  21. "expectedControlType": "Vector2",
  22. "processors": "",
  23. "interactions": "",
  24. "initialStateCheck": true
  25. },
  26. {
  27. "name": "Fire",
  28. "type": "Button",
  29. "id": "6c2ab1b8-8984-453a-af3d-a3c78ae1679a",
  30. "expectedControlType": "Button",
  31. "processors": "",
  32. "interactions": "",
  33. "initialStateCheck": false
  34. },
  35. {
  36. "name": "LeftHand",
  37. "type": "Value",
  38. "id": "f6cfb44c-f6bc-43dd-8a14-c8fd46d8b5ae",
  39. "expectedControlType": "Vector2",
  40. "processors": "",
  41. "interactions": "",
  42. "initialStateCheck": true
  43. },
  44. {
  45. "name": "RightHand",
  46. "type": "Value",
  47. "id": "a4b5a635-a9e0-423a-acb3-9a5d06d7695f",
  48. "expectedControlType": "Vector2",
  49. "processors": "",
  50. "interactions": "",
  51. "initialStateCheck": true
  52. },
  53. {
  54. "name": "Row",
  55. "type": "Button",
  56. "id": "bab9bf2a-8991-4a16-a9a2-c34fe8614ab2",
  57. "expectedControlType": "Button",
  58. "processors": "",
  59. "interactions": "",
  60. "initialStateCheck": false
  61. }
  62. ],
  63. "bindings": [
  64. {
  65. "name": "",
  66. "id": "978bfe49-cc26-4a3d-ab7b-7d7a29327403",
  67. "path": "<Gamepad>/leftStick",
  68. "interactions": "",
  69. "processors": "",
  70. "groups": ";Gamepad",
  71. "action": "Move",
  72. "isComposite": false,
  73. "isPartOfComposite": false
  74. },
  75. {
  76. "name": "WASD",
  77. "id": "00ca640b-d935-4593-8157-c05846ea39b3",
  78. "path": "Dpad",
  79. "interactions": "",
  80. "processors": "",
  81. "groups": "",
  82. "action": "Move",
  83. "isComposite": true,
  84. "isPartOfComposite": false
  85. },
  86. {
  87. "name": "up",
  88. "id": "e2062cb9-1b15-46a2-838c-2f8d72a0bdd9",
  89. "path": "<Keyboard>/w",
  90. "interactions": "",
  91. "processors": "",
  92. "groups": ";Keyboard&Mouse",
  93. "action": "Move",
  94. "isComposite": false,
  95. "isPartOfComposite": true
  96. },
  97. {
  98. "name": "up",
  99. "id": "8180e8bd-4097-4f4e-ab88-4523101a6ce9",
  100. "path": "<Keyboard>/upArrow",
  101. "interactions": "",
  102. "processors": "",
  103. "groups": ";Keyboard&Mouse",
  104. "action": "Move",
  105. "isComposite": false,
  106. "isPartOfComposite": true
  107. },
  108. {
  109. "name": "down",
  110. "id": "320bffee-a40b-4347-ac70-c210eb8bc73a",
  111. "path": "<Keyboard>/s",
  112. "interactions": "",
  113. "processors": "",
  114. "groups": ";Keyboard&Mouse",
  115. "action": "Move",
  116. "isComposite": false,
  117. "isPartOfComposite": true
  118. },
  119. {
  120. "name": "down",
  121. "id": "1c5327b5-f71c-4f60-99c7-4e737386f1d1",
  122. "path": "<Keyboard>/downArrow",
  123. "interactions": "",
  124. "processors": "",
  125. "groups": ";Keyboard&Mouse",
  126. "action": "Move",
  127. "isComposite": false,
  128. "isPartOfComposite": true
  129. },
  130. {
  131. "name": "left",
  132. "id": "d2581a9b-1d11-4566-b27d-b92aff5fabbc",
  133. "path": "<Keyboard>/a",
  134. "interactions": "",
  135. "processors": "",
  136. "groups": ";Keyboard&Mouse",
  137. "action": "Move",
  138. "isComposite": false,
  139. "isPartOfComposite": true
  140. },
  141. {
  142. "name": "left",
  143. "id": "2e46982e-44cc-431b-9f0b-c11910bf467a",
  144. "path": "<Keyboard>/leftArrow",
  145. "interactions": "",
  146. "processors": "",
  147. "groups": ";Keyboard&Mouse",
  148. "action": "Move",
  149. "isComposite": false,
  150. "isPartOfComposite": true
  151. },
  152. {
  153. "name": "right",
  154. "id": "fcfe95b8-67b9-4526-84b5-5d0bc98d6400",
  155. "path": "<Keyboard>/d",
  156. "interactions": "",
  157. "processors": "",
  158. "groups": ";Keyboard&Mouse",
  159. "action": "Move",
  160. "isComposite": false,
  161. "isPartOfComposite": true
  162. },
  163. {
  164. "name": "right",
  165. "id": "77bff152-3580-4b21-b6de-dcd0c7e41164",
  166. "path": "<Keyboard>/rightArrow",
  167. "interactions": "",
  168. "processors": "",
  169. "groups": ";Keyboard&Mouse",
  170. "action": "Move",
  171. "isComposite": false,
  172. "isPartOfComposite": true
  173. },
  174. {
  175. "name": "",
  176. "id": "1635d3fe-58b6-4ba9-a4e2-f4b964f6b5c8",
  177. "path": "<XRController>/{Primary2DAxis}",
  178. "interactions": "",
  179. "processors": "",
  180. "groups": "XR",
  181. "action": "Move",
  182. "isComposite": false,
  183. "isPartOfComposite": false
  184. },
  185. {
  186. "name": "",
  187. "id": "3ea4d645-4504-4529-b061-ab81934c3752",
  188. "path": "<Joystick>/stick",
  189. "interactions": "",
  190. "processors": "",
  191. "groups": "Joystick",
  192. "action": "Move",
  193. "isComposite": false,
  194. "isPartOfComposite": false
  195. },
  196. {
  197. "name": "",
  198. "id": "c1f7a91b-d0fd-4a62-997e-7fb9b69bf235",
  199. "path": "<Gamepad>/rightStick",
  200. "interactions": "",
  201. "processors": "",
  202. "groups": ";Gamepad",
  203. "action": "Look",
  204. "isComposite": false,
  205. "isPartOfComposite": false
  206. },
  207. {
  208. "name": "",
  209. "id": "8c8e490b-c610-4785-884f-f04217b23ca4",
  210. "path": "<Pointer>/delta",
  211. "interactions": "",
  212. "processors": "",
  213. "groups": ";Keyboard&Mouse;Touch",
  214. "action": "Look",
  215. "isComposite": false,
  216. "isPartOfComposite": false
  217. },
  218. {
  219. "name": "",
  220. "id": "3e5f5442-8668-4b27-a940-df99bad7e831",
  221. "path": "<Joystick>/{Hatswitch}",
  222. "interactions": "",
  223. "processors": "",
  224. "groups": "Joystick",
  225. "action": "Look",
  226. "isComposite": false,
  227. "isPartOfComposite": false
  228. },
  229. {
  230. "name": "",
  231. "id": "143bb1cd-cc10-4eca-a2f0-a3664166fe91",
  232. "path": "<Gamepad>/rightTrigger",
  233. "interactions": "",
  234. "processors": "",
  235. "groups": ";Gamepad",
  236. "action": "Fire",
  237. "isComposite": false,
  238. "isPartOfComposite": false
  239. },
  240. {
  241. "name": "",
  242. "id": "05f6913d-c316-48b2-a6bb-e225f14c7960",
  243. "path": "<Mouse>/leftButton",
  244. "interactions": "",
  245. "processors": "",
  246. "groups": ";Keyboard&Mouse",
  247. "action": "Fire",
  248. "isComposite": false,
  249. "isPartOfComposite": false
  250. },
  251. {
  252. "name": "",
  253. "id": "886e731e-7071-4ae4-95c0-e61739dad6fd",
  254. "path": "<Touchscreen>/primaryTouch/tap",
  255. "interactions": "",
  256. "processors": "",
  257. "groups": ";Touch",
  258. "action": "Fire",
  259. "isComposite": false,
  260. "isPartOfComposite": false
  261. },
  262. {
  263. "name": "",
  264. "id": "ee3d0cd2-254e-47a7-a8cb-bc94d9658c54",
  265. "path": "<Joystick>/trigger",
  266. "interactions": "",
  267. "processors": "",
  268. "groups": "Joystick",
  269. "action": "Fire",
  270. "isComposite": false,
  271. "isPartOfComposite": false
  272. },
  273. {
  274. "name": "",
  275. "id": "8255d333-5683-4943-a58a-ccb207ff1dce",
  276. "path": "<XRController>/{PrimaryAction}",
  277. "interactions": "",
  278. "processors": "",
  279. "groups": "XR",
  280. "action": "Fire",
  281. "isComposite": false,
  282. "isPartOfComposite": false
  283. },
  284. {
  285. "name": "",
  286. "id": "10001f63-63d0-4b8e-b30a-c5c2fdd1141f",
  287. "path": "<Gamepad>/leftStick",
  288. "interactions": "",
  289. "processors": "",
  290. "groups": "",
  291. "action": "LeftHand",
  292. "isComposite": false,
  293. "isPartOfComposite": false
  294. },
  295. {
  296. "name": "WASD",
  297. "id": "f6c53763-cc3d-4b21-84f9-602e6b1f4670",
  298. "path": "2DVector",
  299. "interactions": "",
  300. "processors": "",
  301. "groups": "",
  302. "action": "LeftHand",
  303. "isComposite": true,
  304. "isPartOfComposite": false
  305. },
  306. {
  307. "name": "up",
  308. "id": "d53b8c44-d967-4187-8a4c-6963ea596cff",
  309. "path": "<Keyboard>/w",
  310. "interactions": "",
  311. "processors": "",
  312. "groups": "",
  313. "action": "LeftHand",
  314. "isComposite": false,
  315. "isPartOfComposite": true
  316. },
  317. {
  318. "name": "down",
  319. "id": "736b095d-e648-404d-b0f5-a5d6236a4b96",
  320. "path": "<Keyboard>/s",
  321. "interactions": "",
  322. "processors": "",
  323. "groups": "",
  324. "action": "LeftHand",
  325. "isComposite": false,
  326. "isPartOfComposite": true
  327. },
  328. {
  329. "name": "left",
  330. "id": "43153739-4f10-4130-bd34-4dc5fc5bb7d1",
  331. "path": "<Keyboard>/a",
  332. "interactions": "",
  333. "processors": "",
  334. "groups": "",
  335. "action": "LeftHand",
  336. "isComposite": false,
  337. "isPartOfComposite": true
  338. },
  339. {
  340. "name": "right",
  341. "id": "cef898a2-b5ee-41d3-b185-893c3ae86225",
  342. "path": "<Keyboard>/d",
  343. "interactions": "",
  344. "processors": "",
  345. "groups": "",
  346. "action": "LeftHand",
  347. "isComposite": false,
  348. "isPartOfComposite": true
  349. },
  350. {
  351. "name": "",
  352. "id": "84789845-d0bc-4668-8ad3-8587dc89a28a",
  353. "path": "<Gamepad>/rightStick",
  354. "interactions": "",
  355. "processors": "",
  356. "groups": "",
  357. "action": "RightHand",
  358. "isComposite": false,
  359. "isPartOfComposite": false
  360. },
  361. {
  362. "name": "ArrowKeys",
  363. "id": "067853e7-5077-421f-9bea-fc03f25bc81a",
  364. "path": "2DVector",
  365. "interactions": "",
  366. "processors": "",
  367. "groups": "",
  368. "action": "RightHand",
  369. "isComposite": true,
  370. "isPartOfComposite": false
  371. },
  372. {
  373. "name": "up",
  374. "id": "fbe4fcff-b6cf-4af9-b7de-061bb198b57c",
  375. "path": "<Keyboard>/upArrow",
  376. "interactions": "",
  377. "processors": "",
  378. "groups": "",
  379. "action": "RightHand",
  380. "isComposite": false,
  381. "isPartOfComposite": true
  382. },
  383. {
  384. "name": "down",
  385. "id": "4045a41e-2340-49db-bcb6-0c791af02b9c",
  386. "path": "<Keyboard>/downArrow",
  387. "interactions": "",
  388. "processors": "",
  389. "groups": "",
  390. "action": "RightHand",
  391. "isComposite": false,
  392. "isPartOfComposite": true
  393. },
  394. {
  395. "name": "left",
  396. "id": "669c30cc-0f52-4ade-baa7-e6a65416f090",
  397. "path": "<Keyboard>/leftArrow",
  398. "interactions": "",
  399. "processors": "",
  400. "groups": "",
  401. "action": "RightHand",
  402. "isComposite": false,
  403. "isPartOfComposite": true
  404. },
  405. {
  406. "name": "right",
  407. "id": "4ca5482a-57cf-4153-90b7-80fd9911a290",
  408. "path": "<Keyboard>/rightArrow",
  409. "interactions": "",
  410. "processors": "",
  411. "groups": "",
  412. "action": "RightHand",
  413. "isComposite": false,
  414. "isPartOfComposite": true
  415. },
  416. {
  417. "name": "",
  418. "id": "6009b550-8e91-447e-b630-8933c8bd3991",
  419. "path": "<Gamepad>/buttonSouth",
  420. "interactions": "",
  421. "processors": "",
  422. "groups": "",
  423. "action": "Row",
  424. "isComposite": false,
  425. "isPartOfComposite": false
  426. },
  427. {
  428. "name": "",
  429. "id": "50946bf3-61bf-4f2c-9cb5-5458282eb46e",
  430. "path": "<Keyboard>/space",
  431. "interactions": "",
  432. "processors": "",
  433. "groups": "",
  434. "action": "Row",
  435. "isComposite": false,
  436. "isPartOfComposite": false
  437. },
  438. {
  439. "name": "",
  440. "id": "0da292da-ec77-42c6-8da3-8878664a7745",
  441. "path": "<Gamepad>/rightTrigger",
  442. "interactions": "",
  443. "processors": "",
  444. "groups": "",
  445. "action": "Row",
  446. "isComposite": false,
  447. "isPartOfComposite": false
  448. }
  449. ]
  450. },
  451. {
  452. "name": "UI",
  453. "id": "272f6d14-89ba-496f-b7ff-215263d3219f",
  454. "actions": [
  455. {
  456. "name": "Navigate",
  457. "type": "PassThrough",
  458. "id": "c95b2375-e6d9-4b88-9c4c-c5e76515df4b",
  459. "expectedControlType": "Vector2",
  460. "processors": "",
  461. "interactions": "",
  462. "initialStateCheck": false
  463. },
  464. {
  465. "name": "Submit",
  466. "type": "Button",
  467. "id": "7607c7b6-cd76-4816-beef-bd0341cfe950",
  468. "expectedControlType": "Button",
  469. "processors": "",
  470. "interactions": "",
  471. "initialStateCheck": false
  472. },
  473. {
  474. "name": "Cancel",
  475. "type": "Button",
  476. "id": "15cef263-9014-4fd5-94d9-4e4a6234a6ef",
  477. "expectedControlType": "Button",
  478. "processors": "",
  479. "interactions": "",
  480. "initialStateCheck": false
  481. },
  482. {
  483. "name": "Point",
  484. "type": "PassThrough",
  485. "id": "32b35790-4ed0-4e9a-aa41-69ac6d629449",
  486. "expectedControlType": "Vector2",
  487. "processors": "",
  488. "interactions": "",
  489. "initialStateCheck": true
  490. },
  491. {
  492. "name": "Click",
  493. "type": "PassThrough",
  494. "id": "3c7022bf-7922-4f7c-a998-c437916075ad",
  495. "expectedControlType": "Button",
  496. "processors": "",
  497. "interactions": "",
  498. "initialStateCheck": true
  499. },
  500. {
  501. "name": "ScrollWheel",
  502. "type": "PassThrough",
  503. "id": "0489e84a-4833-4c40-bfae-cea84b696689",
  504. "expectedControlType": "Vector2",
  505. "processors": "",
  506. "interactions": "",
  507. "initialStateCheck": false
  508. },
  509. {
  510. "name": "MiddleClick",
  511. "type": "PassThrough",
  512. "id": "dad70c86-b58c-4b17-88ad-f5e53adf419e",
  513. "expectedControlType": "Button",
  514. "processors": "",
  515. "interactions": "",
  516. "initialStateCheck": false
  517. },
  518. {
  519. "name": "RightClick",
  520. "type": "PassThrough",
  521. "id": "44b200b1-1557-4083-816c-b22cbdf77ddf",
  522. "expectedControlType": "Button",
  523. "processors": "",
  524. "interactions": "",
  525. "initialStateCheck": false
  526. },
  527. {
  528. "name": "TrackedDevicePosition",
  529. "type": "PassThrough",
  530. "id": "24908448-c609-4bc3-a128-ea258674378a",
  531. "expectedControlType": "Vector3",
  532. "processors": "",
  533. "interactions": "",
  534. "initialStateCheck": false
  535. },
  536. {
  537. "name": "TrackedDeviceOrientation",
  538. "type": "PassThrough",
  539. "id": "9caa3d8a-6b2f-4e8e-8bad-6ede561bd9be",
  540. "expectedControlType": "Quaternion",
  541. "processors": "",
  542. "interactions": "",
  543. "initialStateCheck": false
  544. }
  545. ],
  546. "bindings": [
  547. {
  548. "name": "Gamepad",
  549. "id": "809f371f-c5e2-4e7a-83a1-d867598f40dd",
  550. "path": "2DVector",
  551. "interactions": "",
  552. "processors": "",
  553. "groups": "",
  554. "action": "Navigate",
  555. "isComposite": true,
  556. "isPartOfComposite": false
  557. },
  558. {
  559. "name": "up",
  560. "id": "14a5d6e8-4aaf-4119-a9ef-34b8c2c548bf",
  561. "path": "<Gamepad>/leftStick/up",
  562. "interactions": "",
  563. "processors": "",
  564. "groups": ";Gamepad",
  565. "action": "Navigate",
  566. "isComposite": false,
  567. "isPartOfComposite": true
  568. },
  569. {
  570. "name": "up",
  571. "id": "9144cbe6-05e1-4687-a6d7-24f99d23dd81",
  572. "path": "<Gamepad>/rightStick/up",
  573. "interactions": "",
  574. "processors": "",
  575. "groups": ";Gamepad",
  576. "action": "Navigate",
  577. "isComposite": false,
  578. "isPartOfComposite": true
  579. },
  580. {
  581. "name": "down",
  582. "id": "2db08d65-c5fb-421b-983f-c71163608d67",
  583. "path": "<Gamepad>/leftStick/down",
  584. "interactions": "",
  585. "processors": "",
  586. "groups": ";Gamepad",
  587. "action": "Navigate",
  588. "isComposite": false,
  589. "isPartOfComposite": true
  590. },
  591. {
  592. "name": "down",
  593. "id": "58748904-2ea9-4a80-8579-b500e6a76df8",
  594. "path": "<Gamepad>/rightStick/down",
  595. "interactions": "",
  596. "processors": "",
  597. "groups": ";Gamepad",
  598. "action": "Navigate",
  599. "isComposite": false,
  600. "isPartOfComposite": true
  601. },
  602. {
  603. "name": "left",
  604. "id": "8ba04515-75aa-45de-966d-393d9bbd1c14",
  605. "path": "<Gamepad>/leftStick/left",
  606. "interactions": "",
  607. "processors": "",
  608. "groups": ";Gamepad",
  609. "action": "Navigate",
  610. "isComposite": false,
  611. "isPartOfComposite": true
  612. },
  613. {
  614. "name": "left",
  615. "id": "712e721c-bdfb-4b23-a86c-a0d9fcfea921",
  616. "path": "<Gamepad>/rightStick/left",
  617. "interactions": "",
  618. "processors": "",
  619. "groups": ";Gamepad",
  620. "action": "Navigate",
  621. "isComposite": false,
  622. "isPartOfComposite": true
  623. },
  624. {
  625. "name": "right",
  626. "id": "fcd248ae-a788-4676-a12e-f4d81205600b",
  627. "path": "<Gamepad>/leftStick/right",
  628. "interactions": "",
  629. "processors": "",
  630. "groups": ";Gamepad",
  631. "action": "Navigate",
  632. "isComposite": false,
  633. "isPartOfComposite": true
  634. },
  635. {
  636. "name": "right",
  637. "id": "1f04d9bc-c50b-41a1-bfcc-afb75475ec20",
  638. "path": "<Gamepad>/rightStick/right",
  639. "interactions": "",
  640. "processors": "",
  641. "groups": ";Gamepad",
  642. "action": "Navigate",
  643. "isComposite": false,
  644. "isPartOfComposite": true
  645. },
  646. {
  647. "name": "",
  648. "id": "fb8277d4-c5cd-4663-9dc7-ee3f0b506d90",
  649. "path": "<Gamepad>/dpad",
  650. "interactions": "",
  651. "processors": "",
  652. "groups": ";Gamepad",
  653. "action": "Navigate",
  654. "isComposite": false,
  655. "isPartOfComposite": false
  656. },
  657. {
  658. "name": "Joystick",
  659. "id": "e25d9774-381c-4a61-b47c-7b6b299ad9f9",
  660. "path": "2DVector",
  661. "interactions": "",
  662. "processors": "",
  663. "groups": "",
  664. "action": "Navigate",
  665. "isComposite": true,
  666. "isPartOfComposite": false
  667. },
  668. {
  669. "name": "up",
  670. "id": "3db53b26-6601-41be-9887-63ac74e79d19",
  671. "path": "<Joystick>/stick/up",
  672. "interactions": "",
  673. "processors": "",
  674. "groups": "Joystick",
  675. "action": "Navigate",
  676. "isComposite": false,
  677. "isPartOfComposite": true
  678. },
  679. {
  680. "name": "down",
  681. "id": "0cb3e13e-3d90-4178-8ae6-d9c5501d653f",
  682. "path": "<Joystick>/stick/down",
  683. "interactions": "",
  684. "processors": "",
  685. "groups": "Joystick",
  686. "action": "Navigate",
  687. "isComposite": false,
  688. "isPartOfComposite": true
  689. },
  690. {
  691. "name": "left",
  692. "id": "0392d399-f6dd-4c82-8062-c1e9c0d34835",
  693. "path": "<Joystick>/stick/left",
  694. "interactions": "",
  695. "processors": "",
  696. "groups": "Joystick",
  697. "action": "Navigate",
  698. "isComposite": false,
  699. "isPartOfComposite": true
  700. },
  701. {
  702. "name": "right",
  703. "id": "942a66d9-d42f-43d6-8d70-ecb4ba5363bc",
  704. "path": "<Joystick>/stick/right",
  705. "interactions": "",
  706. "processors": "",
  707. "groups": "Joystick",
  708. "action": "Navigate",
  709. "isComposite": false,
  710. "isPartOfComposite": true
  711. },
  712. {
  713. "name": "Keyboard",
  714. "id": "ff527021-f211-4c02-933e-5976594c46ed",
  715. "path": "2DVector",
  716. "interactions": "",
  717. "processors": "",
  718. "groups": "",
  719. "action": "Navigate",
  720. "isComposite": true,
  721. "isPartOfComposite": false
  722. },
  723. {
  724. "name": "up",
  725. "id": "563fbfdd-0f09-408d-aa75-8642c4f08ef0",
  726. "path": "<Keyboard>/w",
  727. "interactions": "",
  728. "processors": "",
  729. "groups": "Keyboard&Mouse",
  730. "action": "Navigate",
  731. "isComposite": false,
  732. "isPartOfComposite": true
  733. },
  734. {
  735. "name": "up",
  736. "id": "eb480147-c587-4a33-85ed-eb0ab9942c43",
  737. "path": "<Keyboard>/upArrow",
  738. "interactions": "",
  739. "processors": "",
  740. "groups": "Keyboard&Mouse",
  741. "action": "Navigate",
  742. "isComposite": false,
  743. "isPartOfComposite": true
  744. },
  745. {
  746. "name": "down",
  747. "id": "2bf42165-60bc-42ca-8072-8c13ab40239b",
  748. "path": "<Keyboard>/s",
  749. "interactions": "",
  750. "processors": "",
  751. "groups": "Keyboard&Mouse",
  752. "action": "Navigate",
  753. "isComposite": false,
  754. "isPartOfComposite": true
  755. },
  756. {
  757. "name": "down",
  758. "id": "85d264ad-e0a0-4565-b7ff-1a37edde51ac",
  759. "path": "<Keyboard>/downArrow",
  760. "interactions": "",
  761. "processors": "",
  762. "groups": "Keyboard&Mouse",
  763. "action": "Navigate",
  764. "isComposite": false,
  765. "isPartOfComposite": true
  766. },
  767. {
  768. "name": "left",
  769. "id": "74214943-c580-44e4-98eb-ad7eebe17902",
  770. "path": "<Keyboard>/a",
  771. "interactions": "",
  772. "processors": "",
  773. "groups": "Keyboard&Mouse",
  774. "action": "Navigate",
  775. "isComposite": false,
  776. "isPartOfComposite": true
  777. },
  778. {
  779. "name": "left",
  780. "id": "cea9b045-a000-445b-95b8-0c171af70a3b",
  781. "path": "<Keyboard>/leftArrow",
  782. "interactions": "",
  783. "processors": "",
  784. "groups": "Keyboard&Mouse",
  785. "action": "Navigate",
  786. "isComposite": false,
  787. "isPartOfComposite": true
  788. },
  789. {
  790. "name": "right",
  791. "id": "8607c725-d935-4808-84b1-8354e29bab63",
  792. "path": "<Keyboard>/d",
  793. "interactions": "",
  794. "processors": "",
  795. "groups": "Keyboard&Mouse",
  796. "action": "Navigate",
  797. "isComposite": false,
  798. "isPartOfComposite": true
  799. },
  800. {
  801. "name": "right",
  802. "id": "4cda81dc-9edd-4e03-9d7c-a71a14345d0b",
  803. "path": "<Keyboard>/rightArrow",
  804. "interactions": "",
  805. "processors": "",
  806. "groups": "Keyboard&Mouse",
  807. "action": "Navigate",
  808. "isComposite": false,
  809. "isPartOfComposite": true
  810. },
  811. {
  812. "name": "",
  813. "id": "9e92bb26-7e3b-4ec4-b06b-3c8f8e498ddc",
  814. "path": "*/{Submit}",
  815. "interactions": "",
  816. "processors": "",
  817. "groups": "Keyboard&Mouse;Gamepad;Touch;Joystick;XR",
  818. "action": "Submit",
  819. "isComposite": false,
  820. "isPartOfComposite": false
  821. },
  822. {
  823. "name": "",
  824. "id": "82627dcc-3b13-4ba9-841d-e4b746d6553e",
  825. "path": "*/{Cancel}",
  826. "interactions": "",
  827. "processors": "",
  828. "groups": "Keyboard&Mouse;Gamepad;Touch;Joystick;XR",
  829. "action": "Cancel",
  830. "isComposite": false,
  831. "isPartOfComposite": false
  832. },
  833. {
  834. "name": "",
  835. "id": "c52c8e0b-8179-41d3-b8a1-d149033bbe86",
  836. "path": "<Mouse>/position",
  837. "interactions": "",
  838. "processors": "",
  839. "groups": "Keyboard&Mouse",
  840. "action": "Point",
  841. "isComposite": false,
  842. "isPartOfComposite": false
  843. },
  844. {
  845. "name": "",
  846. "id": "e1394cbc-336e-44ce-9ea8-6007ed6193f7",
  847. "path": "<Pen>/position",
  848. "interactions": "",
  849. "processors": "",
  850. "groups": "Keyboard&Mouse",
  851. "action": "Point",
  852. "isComposite": false,
  853. "isPartOfComposite": false
  854. },
  855. {
  856. "name": "",
  857. "id": "5693e57a-238a-46ed-b5ae-e64e6e574302",
  858. "path": "<Touchscreen>/touch*/position",
  859. "interactions": "",
  860. "processors": "",
  861. "groups": "Touch",
  862. "action": "Point",
  863. "isComposite": false,
  864. "isPartOfComposite": false
  865. },
  866. {
  867. "name": "",
  868. "id": "4faf7dc9-b979-4210-aa8c-e808e1ef89f5",
  869. "path": "<Mouse>/leftButton",
  870. "interactions": "",
  871. "processors": "",
  872. "groups": ";Keyboard&Mouse",
  873. "action": "Click",
  874. "isComposite": false,
  875. "isPartOfComposite": false
  876. },
  877. {
  878. "name": "",
  879. "id": "8d66d5ba-88d7-48e6-b1cd-198bbfef7ace",
  880. "path": "<Pen>/tip",
  881. "interactions": "",
  882. "processors": "",
  883. "groups": ";Keyboard&Mouse",
  884. "action": "Click",
  885. "isComposite": false,
  886. "isPartOfComposite": false
  887. },
  888. {
  889. "name": "",
  890. "id": "47c2a644-3ebc-4dae-a106-589b7ca75b59",
  891. "path": "<Touchscreen>/touch*/press",
  892. "interactions": "",
  893. "processors": "",
  894. "groups": "Touch",
  895. "action": "Click",
  896. "isComposite": false,
  897. "isPartOfComposite": false
  898. },
  899. {
  900. "name": "",
  901. "id": "bb9e6b34-44bf-4381-ac63-5aa15d19f677",
  902. "path": "<XRController>/trigger",
  903. "interactions": "",
  904. "processors": "",
  905. "groups": "XR",
  906. "action": "Click",
  907. "isComposite": false,
  908. "isPartOfComposite": false
  909. },
  910. {
  911. "name": "",
  912. "id": "38c99815-14ea-4617-8627-164d27641299",
  913. "path": "<Mouse>/scroll",
  914. "interactions": "",
  915. "processors": "",
  916. "groups": ";Keyboard&Mouse",
  917. "action": "ScrollWheel",
  918. "isComposite": false,
  919. "isPartOfComposite": false
  920. },
  921. {
  922. "name": "",
  923. "id": "24066f69-da47-44f3-a07e-0015fb02eb2e",
  924. "path": "<Mouse>/middleButton",
  925. "interactions": "",
  926. "processors": "",
  927. "groups": ";Keyboard&Mouse",
  928. "action": "MiddleClick",
  929. "isComposite": false,
  930. "isPartOfComposite": false
  931. },
  932. {
  933. "name": "",
  934. "id": "4c191405-5738-4d4b-a523-c6a301dbf754",
  935. "path": "<Mouse>/rightButton",
  936. "interactions": "",
  937. "processors": "",
  938. "groups": ";Keyboard&Mouse",
  939. "action": "RightClick",
  940. "isComposite": false,
  941. "isPartOfComposite": false
  942. },
  943. {
  944. "name": "",
  945. "id": "7236c0d9-6ca3-47cf-a6ee-a97f5b59ea77",
  946. "path": "<XRController>/devicePosition",
  947. "interactions": "",
  948. "processors": "",
  949. "groups": "XR",
  950. "action": "TrackedDevicePosition",
  951. "isComposite": false,
  952. "isPartOfComposite": false
  953. },
  954. {
  955. "name": "",
  956. "id": "23e01e3a-f935-4948-8d8b-9bcac77714fb",
  957. "path": "<XRController>/deviceRotation",
  958. "interactions": "",
  959. "processors": "",
  960. "groups": "XR",
  961. "action": "TrackedDeviceOrientation",
  962. "isComposite": false,
  963. "isPartOfComposite": false
  964. }
  965. ]
  966. }
  967. ],
  968. "controlSchemes": [
  969. {
  970. "name": "Keyboard&Mouse",
  971. "bindingGroup": "Keyboard&Mouse",
  972. "devices": [
  973. {
  974. "devicePath": "<Keyboard>",
  975. "isOptional": false,
  976. "isOR": false
  977. },
  978. {
  979. "devicePath": "<Mouse>",
  980. "isOptional": false,
  981. "isOR": false
  982. }
  983. ]
  984. },
  985. {
  986. "name": "Gamepad",
  987. "bindingGroup": "Gamepad",
  988. "devices": [
  989. {
  990. "devicePath": "<Gamepad>",
  991. "isOptional": false,
  992. "isOR": false
  993. }
  994. ]
  995. },
  996. {
  997. "name": "Touch",
  998. "bindingGroup": "Touch",
  999. "devices": [
  1000. {
  1001. "devicePath": "<Touchscreen>",
  1002. "isOptional": false,
  1003. "isOR": false
  1004. }
  1005. ]
  1006. },
  1007. {
  1008. "name": "Joystick",
  1009. "bindingGroup": "Joystick",
  1010. "devices": [
  1011. {
  1012. "devicePath": "<Joystick>",
  1013. "isOptional": false,
  1014. "isOR": false
  1015. }
  1016. ]
  1017. },
  1018. {
  1019. "name": "XR",
  1020. "bindingGroup": "XR",
  1021. "devices": [
  1022. {
  1023. "devicePath": "<XRController>",
  1024. "isOptional": false,
  1025. "isOR": false
  1026. }
  1027. ]
  1028. }
  1029. ]
  1030. }