SimpleMultiplayerControls.inputactions 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "name": "SimpleMultiplayerControls",
  3. "maps": [
  4. {
  5. "name": "Player",
  6. "id": "fb8d6404-ed77-4dcb-9196-b47c736924a7",
  7. "actions": [
  8. {
  9. "name": "Teleport",
  10. "type": "Button",
  11. "id": "da5efce7-0b41-45bb-9a3c-2c57823845bf",
  12. "expectedControlType": "Button",
  13. "processors": "",
  14. "interactions": ""
  15. }
  16. ],
  17. "bindings": [
  18. {
  19. "name": "",
  20. "id": "143bb1cd-cc10-4eca-a2f0-a3664166fe91",
  21. "path": "<Gamepad>/rightTrigger",
  22. "interactions": "",
  23. "processors": "",
  24. "groups": ";Gamepad",
  25. "action": "Teleport",
  26. "isComposite": false,
  27. "isPartOfComposite": false
  28. },
  29. {
  30. "name": "",
  31. "id": "05f6913d-c316-48b2-a6bb-e225f14c7960",
  32. "path": "<Mouse>/leftButton",
  33. "interactions": "",
  34. "processors": "",
  35. "groups": ";Keyboard&Mouse",
  36. "action": "Teleport",
  37. "isComposite": false,
  38. "isPartOfComposite": false
  39. },
  40. {
  41. "name": "",
  42. "id": "886e731e-7071-4ae4-95c0-e61739dad6fd",
  43. "path": "<Touchscreen>/primaryTouch/tap",
  44. "interactions": "",
  45. "processors": "",
  46. "groups": ";Touch",
  47. "action": "Teleport",
  48. "isComposite": false,
  49. "isPartOfComposite": false
  50. },
  51. {
  52. "name": "",
  53. "id": "ee3d0cd2-254e-47a7-a8cb-bc94d9658c54",
  54. "path": "<Joystick>/trigger",
  55. "interactions": "",
  56. "processors": "",
  57. "groups": "Joystick",
  58. "action": "Teleport",
  59. "isComposite": false,
  60. "isPartOfComposite": false
  61. },
  62. {
  63. "name": "",
  64. "id": "8255d333-5683-4943-a58a-ccb207ff1dce",
  65. "path": "<XRController>/{PrimaryAction}",
  66. "interactions": "",
  67. "processors": "",
  68. "groups": "XR",
  69. "action": "Teleport",
  70. "isComposite": false,
  71. "isPartOfComposite": false
  72. }
  73. ]
  74. }
  75. ],
  76. "controlSchemes": [
  77. {
  78. "name": "Keyboard&Mouse",
  79. "bindingGroup": "Keyboard&Mouse",
  80. "devices": [
  81. {
  82. "devicePath": "<Keyboard>",
  83. "isOptional": false,
  84. "isOR": false
  85. },
  86. {
  87. "devicePath": "<Mouse>",
  88. "isOptional": false,
  89. "isOR": false
  90. }
  91. ]
  92. },
  93. {
  94. "name": "Gamepad",
  95. "bindingGroup": "Gamepad",
  96. "devices": [
  97. {
  98. "devicePath": "<Gamepad>",
  99. "isOptional": false,
  100. "isOR": false
  101. }
  102. ]
  103. },
  104. {
  105. "name": "Touch",
  106. "bindingGroup": "Touch",
  107. "devices": [
  108. {
  109. "devicePath": "<Touchscreen>",
  110. "isOptional": false,
  111. "isOR": false
  112. }
  113. ]
  114. },
  115. {
  116. "name": "Joystick",
  117. "bindingGroup": "Joystick",
  118. "devices": [
  119. {
  120. "devicePath": "<Joystick>",
  121. "isOptional": false,
  122. "isOR": false
  123. }
  124. ]
  125. },
  126. {
  127. "name": "XR",
  128. "bindingGroup": "XR",
  129. "devices": [
  130. {
  131. "devicePath": "<XRController>",
  132. "isOptional": false,
  133. "isOR": false
  134. }
  135. ]
  136. }
  137. ]
  138. }