actions.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. {
  2. "action_sets" : [
  3. {
  4. "name" : "/actions/default",
  5. "usage" : "single"
  6. },
  7. {
  8. "name" : "/actions/platformer",
  9. "usage" : "single"
  10. },
  11. {
  12. "name" : "/actions/buggy",
  13. "usage" : "single"
  14. },
  15. {
  16. "name" : "/actions/mixedreality",
  17. "usage" : "single"
  18. },
  19. {
  20. "name" : "/actions/bikevr",
  21. "usage" : "single"
  22. }
  23. ],
  24. "actions" : [
  25. {
  26. "name" : "/actions/default/in/InteractUI",
  27. "type" : "boolean"
  28. },
  29. {
  30. "name" : "/actions/default/in/Teleport",
  31. "type" : "boolean"
  32. },
  33. {
  34. "name" : "/actions/default/in/GrabPinch",
  35. "type" : "boolean"
  36. },
  37. {
  38. "name" : "/actions/default/in/GrabGrip",
  39. "type" : "boolean"
  40. },
  41. {
  42. "name" : "/actions/default/in/Pose",
  43. "type" : "pose"
  44. },
  45. {
  46. "name" : "/actions/default/in/SkeletonLeftHand",
  47. "skeleton" : "/skeleton/hand/left",
  48. "type" : "skeleton"
  49. },
  50. {
  51. "name" : "/actions/default/in/SkeletonRightHand",
  52. "skeleton" : "/skeleton/hand/right",
  53. "type" : "skeleton"
  54. },
  55. {
  56. "name" : "/actions/default/in/Squeeze",
  57. "requirement" : "optional",
  58. "type" : "vector1"
  59. },
  60. {
  61. "name" : "/actions/default/in/HeadsetOnHead",
  62. "requirement" : "optional",
  63. "type" : "boolean"
  64. },
  65. {
  66. "name" : "/actions/default/in/SnapTurnLeft",
  67. "requirement" : "suggested",
  68. "type" : "boolean"
  69. },
  70. {
  71. "name" : "/actions/default/in/SnapTurnRight",
  72. "type" : "boolean"
  73. },
  74. {
  75. "name" : "/actions/default/out/Haptic",
  76. "type" : "vibration"
  77. },
  78. {
  79. "name" : "/actions/platformer/in/Move",
  80. "type" : "vector2"
  81. },
  82. {
  83. "name" : "/actions/platformer/in/Jump",
  84. "type" : "boolean"
  85. },
  86. {
  87. "name" : "/actions/buggy/in/Steering",
  88. "type" : "vector2"
  89. },
  90. {
  91. "name" : "/actions/buggy/in/Throttle",
  92. "type" : "vector1"
  93. },
  94. {
  95. "name" : "/actions/buggy/in/Brake",
  96. "type" : "boolean"
  97. },
  98. {
  99. "name" : "/actions/buggy/in/Reset",
  100. "type" : "boolean"
  101. },
  102. {
  103. "name" : "/actions/mixedreality/in/ExternalCamera",
  104. "requirement" : "optional",
  105. "type" : "pose"
  106. },
  107. {
  108. "name" : "/actions/bikevr/in/ResetPosition",
  109. "requirement" : "mandatory",
  110. "type" : "boolean"
  111. },
  112. {
  113. "name" : "/actions/bikevr/in/MovePlayerForward",
  114. "requirement" : "mandatory",
  115. "type" : "boolean"
  116. },
  117. {
  118. "name" : "/actions/bikevr/in/MovePlayerModeSwitch",
  119. "type" : "boolean"
  120. },
  121. {
  122. "name" : "/actions/bikevr/in/MovePlayerBackward",
  123. "requirement" : "mandatory",
  124. "type" : "boolean"
  125. },
  126. {
  127. "name" : "/actions/bikevr/in/MovePlayerLeft",
  128. "requirement" : "mandatory",
  129. "type" : "boolean"
  130. },
  131. {
  132. "name" : "/actions/bikevr/in/MovePlayerRight",
  133. "requirement" : "mandatory",
  134. "type" : "boolean"
  135. },
  136. {
  137. "name" : "/actions/bikevr/in/ResetBikePosition",
  138. "type" : "boolean"
  139. },
  140. {
  141. "name" : "/actions/bikevr/in/Steer",
  142. "type" : "pose"
  143. }
  144. ],
  145. "default_bindings" : [
  146. {
  147. "binding_url" : "bindings_vive_controller.json",
  148. "controller_type" : "vive_controller"
  149. },
  150. {
  151. "binding_url" : "bindings_oculus_touch.json",
  152. "controller_type" : "oculus_touch"
  153. },
  154. {
  155. "binding_url" : "bindings_knuckles.json",
  156. "controller_type" : "knuckles"
  157. },
  158. {
  159. "binding_url" : "bindings_holographic_controller.json",
  160. "controller_type" : "holographic_controller"
  161. },
  162. {
  163. "binding_url" : "bindings_vive_cosmos_controller.json",
  164. "controller_type" : "vive_cosmos_controller"
  165. },
  166. {
  167. "binding_url" : "bindings_logitech_stylus.json",
  168. "controller_type" : "logitech_stylus"
  169. },
  170. {
  171. "binding_url" : "binding_vive_cosmos.json",
  172. "controller_type" : "vive_cosmos"
  173. },
  174. {
  175. "binding_url" : "binding_vive.json",
  176. "controller_type" : "vive"
  177. },
  178. {
  179. "binding_url" : "binding_index_hmd.json",
  180. "controller_type" : "indexhmd"
  181. },
  182. {
  183. "binding_url" : "binding_vive_pro.json",
  184. "controller_type" : "vive_pro"
  185. },
  186. {
  187. "binding_url" : "binding_rift.json",
  188. "controller_type" : "rift"
  189. },
  190. {
  191. "binding_url" : "binding_holographic_hmd.json",
  192. "controller_type" : "holographic_hmd"
  193. },
  194. {
  195. "binding_url" : "binding_vive_tracker_camera.json",
  196. "controller_type" : "vive_tracker_camera"
  197. },
  198. {
  199. "binding_url" : "application_generated_unity_vrcycling_exe_binding_vive_tracker_handed.json",
  200. "controller_type" : "vive_tracker_handed"
  201. }
  202. ],
  203. "localization" : [
  204. {
  205. "/actions/bikevr/in/MovePlayerBackward" : "MovePlayerBackward",
  206. "/actions/bikevr/in/MovePlayerLeft" : "MovePlayerLeft",
  207. "/actions/bikevr/in/MovePlayerModeSwitch" : "MovePlayerModeSwitch",
  208. "/actions/bikevr/in/MovePlayerRight" : "MovePlayerRight",
  209. "/actions/bikevr/in/ResetBikePosition" : "ResetBikePosition",
  210. "/actions/bikevr/in/ResetPosition" : "ResetPosition",
  211. "/actions/default/in/GrabGrip" : "Grab Grip",
  212. "/actions/default/in/GrabPinch" : "Grab Pinch",
  213. "/actions/default/in/HeadsetOnHead" : "Headset on head (proximity sensor)",
  214. "/actions/default/in/InteractUI" : "Interact With UI",
  215. "/actions/default/in/Pose" : "Pose",
  216. "/actions/default/in/SkeletonLeftHand" : "Skeleton (Left)",
  217. "/actions/default/in/SkeletonRightHand" : "Skeleton (Right)",
  218. "/actions/default/in/SnapTurnLeft" : "Snap Turn (Left)",
  219. "/actions/default/in/SnapTurnRight" : "Snap Turn (Right)",
  220. "/actions/default/in/Teleport" : "Teleport",
  221. "/actions/default/out/Haptic" : "Haptic",
  222. "/actions/platformer/in/Jump" : "Jump",
  223. "language_tag" : "en_US"
  224. }
  225. ]
  226. }