fr.jeanf.universal.player 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (957) hide show
  1. package/.github/workflows/publish.yml +23 -0
  2. package/.github/workflows.meta +8 -0
  3. package/Editor/CreateEventChannelsEditor.cs +22 -0
  4. package/Editor/CreateEventChannelsEditor.cs.meta +11 -0
  5. package/Editor/CreatePlayerActionsEditor.cs +23 -0
  6. package/Editor/CreatePlayerActionsEditor.cs.meta +11 -0
  7. package/Editor/CreateVRHands.cs +28 -0
  8. package/Editor/CreateVRHands.cs.meta +11 -0
  9. package/Editor/CreateVrPlayer.cs +44 -0
  10. package/Editor/CreateVrPlayer.cs.meta +11 -0
  11. package/Editor.meta +8 -0
  12. package/LICENSE +175 -0
  13. package/LICENSE.meta +7 -0
  14. package/README.md +70 -0
  15. package/README.md.meta +7 -0
  16. package/Runtime/InputActions/vr-player_InputActions.inputactions +2598 -0
  17. package/Runtime/InputActions/vr-player_InputActions.inputactions.meta +14 -0
  18. package/Runtime/InputActions/vrPlayer_ContinuousMove.preset +125 -0
  19. package/Runtime/InputActions/vrPlayer_ContinuousMove.preset.meta +8 -0
  20. package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset +109 -0
  21. package/Runtime/InputActions/vrPlayer_ContinuousTurn.preset.meta +8 -0
  22. package/Runtime/InputActions/vrPlayer_LeftController.preset +511 -0
  23. package/Runtime/InputActions/vrPlayer_LeftController.preset.meta +8 -0
  24. package/Runtime/InputActions/vrPlayer_RightController.preset +600 -0
  25. package/Runtime/InputActions/vrPlayer_RightController.preset.meta +8 -0
  26. package/Runtime/InputActions/vrPlayer_SnapTurn.preset +121 -0
  27. package/Runtime/InputActions/vrPlayer_SnapTurn.preset.meta +8 -0
  28. package/Runtime/InputActions.meta +8 -0
  29. package/Runtime/Materials/GhostHands.mat +76 -0
  30. package/Runtime/Materials/GhostHands.mat.meta +8 -0
  31. package/Runtime/Materials/GloveManager.cs +18 -0
  32. package/Runtime/Materials/GloveManager.cs.meta +11 -0
  33. package/Runtime/Materials/Grey.mat +355 -0
  34. package/Runtime/Materials/Grey.mat.meta +8 -0
  35. package/Runtime/Materials/Pink.mat +355 -0
  36. package/Runtime/Materials/Pink.mat.meta +8 -0
  37. package/Runtime/Materials/SimpleColor.shadergraph +1206 -0
  38. package/Runtime/Materials/SimpleColor.shadergraph.meta +10 -0
  39. package/Runtime/Materials/White.mat +355 -0
  40. package/Runtime/Materials/White.mat.meta +8 -0
  41. package/Runtime/Materials.meta +8 -0
  42. package/Runtime/Physics/HandPhysicsMaterial.physicMaterial +15 -0
  43. package/Runtime/Physics/HandPhysicsMaterial.physicMaterial.meta +8 -0
  44. package/Runtime/Physics.meta +8 -0
  45. package/Runtime/Prefabs/CustomPass_Fade.prefab +106 -0
  46. package/Runtime/Prefabs/CustomPass_Fade.prefab.meta +7 -0
  47. package/Runtime/Prefabs/HandDetector.prefab +234 -0
  48. package/Runtime/Prefabs/HandDetector.prefab.meta +7 -0
  49. package/Runtime/Prefabs/Player.prefab +10602 -0
  50. package/Runtime/Prefabs/Player.prefab.meta +7 -0
  51. package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab +503 -0
  52. package/Runtime/Prefabs/XR/Complete Teleport Area Set Up.prefab.meta +7 -0
  53. package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab +272 -0
  54. package/Runtime/Prefabs/XR/Complete XR Origin Set Up.prefab.meta +7 -0
  55. package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab +337 -0
  56. package/Runtime/Prefabs/XR/Interactables/Interactable Instant Pyramid.prefab.meta +7 -0
  57. package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab +337 -0
  58. package/Runtime/Prefabs/XR/Interactables/Interactable Kinematic Torus.prefab.meta +7 -0
  59. package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab +276 -0
  60. package/Runtime/Prefabs/XR/Interactables/Interactable Simple Cube.prefab.meta +7 -0
  61. package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab +337 -0
  62. package/Runtime/Prefabs/XR/Interactables/Interactable Velocity Tracked Wedge.prefab.meta +7 -0
  63. package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab +199 -0
  64. package/Runtime/Prefabs/XR/Interactables/Interaction Affordance.prefab.meta +7 -0
  65. package/Runtime/Prefabs/XR/Interactables Sample.prefab +260 -0
  66. package/Runtime/Prefabs/XR/Interactables Sample.prefab.meta +7 -0
  67. package/Runtime/Prefabs/XR/Interactables.meta +8 -0
  68. package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab +278 -0
  69. package/Runtime/Prefabs/XR/Teleport/Blocking Teleport Reticle.prefab.meta +7 -0
  70. package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab +396 -0
  71. package/Runtime/Prefabs/XR/Teleport/Directional Teleport Reticle.prefab.meta +7 -0
  72. package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab +229 -0
  73. package/Runtime/Prefabs/XR/Teleport/Teleport Anchor.prefab.meta +7 -0
  74. package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab +231 -0
  75. package/Runtime/Prefabs/XR/Teleport/Teleport Area.prefab.meta +7 -0
  76. package/Runtime/Prefabs/XR/Teleport.meta +8 -0
  77. package/Runtime/Prefabs/XR/UI Sample.prefab +533 -0
  78. package/Runtime/Prefabs/XR/UI Sample.prefab.meta +7 -0
  79. package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab +527 -0
  80. package/Runtime/Prefabs/XR/UI_2D/MinMaxSlider.prefab.meta +7 -0
  81. package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab +537 -0
  82. package/Runtime/Prefabs/XR/UI_2D/ModalSingleButton.prefab.meta +7 -0
  83. package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab +338 -0
  84. package/Runtime/Prefabs/XR/UI_2D/TextButton.prefab.meta +7 -0
  85. package/Runtime/Prefabs/XR/UI_2D.meta +8 -0
  86. package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab +499 -0
  87. package/Runtime/Prefabs/XR/UI_3D/Push Button.prefab.meta +7 -0
  88. package/Runtime/Prefabs/XR/UI_3D.meta +8 -0
  89. package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab +133 -0
  90. package/Runtime/Prefabs/XR/XR Origin Pieces/Direct Interactor.prefab.meta +7 -0
  91. package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab +355 -0
  92. package/Runtime/Prefabs/XR/XR Origin Pieces/Gaze Interactor.prefab.meta +7 -0
  93. package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab +254 -0
  94. package/Runtime/Prefabs/XR/XR Origin Pieces/Poke Interactor.prefab.meta +7 -0
  95. package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab +437 -0
  96. package/Runtime/Prefabs/XR/XR Origin Pieces/Ray Interactor.prefab.meta +7 -0
  97. package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab +439 -0
  98. package/Runtime/Prefabs/XR/XR Origin Pieces/Teleport Interactor.prefab.meta +7 -0
  99. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab +804 -0
  100. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Left.prefab.meta +7 -0
  101. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab +801 -0
  102. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Controller Right.prefab.meta +7 -0
  103. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab +2371 -0
  104. package/Runtime/Prefabs/XR/XR Origin Pieces/XR Origin Preconfigured.prefab.meta +7 -0
  105. package/Runtime/Prefabs/XR/XR Origin Pieces.meta +8 -0
  106. package/Runtime/Prefabs/XR.meta +8 -0
  107. package/Runtime/Prefabs/XROrigin.prefab +5073 -0
  108. package/Runtime/Prefabs/XROrigin.prefab.meta +7 -0
  109. package/Runtime/Prefabs.meta +8 -0
  110. package/Runtime/Shaders/Hands_ShaderGraph.shadergraph +21544 -0
  111. package/Runtime/Shaders/Hands_ShaderGraph.shadergraph.meta +10 -0
  112. package/Runtime/Shaders/M_HandGhost.mat +421 -0
  113. package/Runtime/Shaders/M_HandGhost.mat.meta +8 -0
  114. package/Runtime/Shaders/SHG_GhostHands.shadergraph +1276 -0
  115. package/Runtime/Shaders/SHG_GhostHands.shadergraph.meta +10 -0
  116. package/Runtime/Shaders/SH_GhostHands.shader +97 -0
  117. package/Runtime/Shaders/SH_GhostHands.shader.meta +9 -0
  118. package/Runtime/Shaders/SH_GhostShader_HDRP.shader +85 -0
  119. package/Runtime/Shaders/SH_GhostShader_HDRP.shader.meta +10 -0
  120. package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph +881 -0
  121. package/Runtime/Shaders/Subgraphs/CameraMultiplier.shadersubgraph.meta +10 -0
  122. package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph +483 -0
  123. package/Runtime/Shaders/Subgraphs/DetailUVs.shadersubgraph.meta +10 -0
  124. package/Runtime/Shaders/Subgraphs.meta +8 -0
  125. package/Runtime/Shaders.meta +8 -0
  126. package/Runtime/cursor/Forward.png +0 -0
  127. package/Runtime/cursor/Forward.png.meta +108 -0
  128. package/Runtime/cursor/cursor_cursor_0.svg +21 -0
  129. package/Runtime/cursor/cursor_cursor_0.svg.meta +55 -0
  130. package/Runtime/cursor/cursor_cursor_1.svg +18 -0
  131. package/Runtime/cursor/cursor_cursor_1.svg.meta +55 -0
  132. package/Runtime/cursor/teleport.svg +16 -0
  133. package/Runtime/cursor/teleport.svg.meta +55 -0
  134. package/Runtime/cursor.meta +8 -0
  135. package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset +16 -0
  136. package/Runtime/scripts/ActionManagement/ActionContainer/ActionContainerSO.asset.meta +8 -0
  137. package/Runtime/scripts/ActionManagement/ActionContainer.meta +8 -0
  138. package/Runtime/scripts/ActionManagement/ActionContainerSO.cs +50 -0
  139. package/Runtime/scripts/ActionManagement/ActionContainerSO.cs.meta +11 -0
  140. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset +16 -0
  141. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInRebindScript.asset.meta +8 -0
  142. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset +16 -0
  143. package/Runtime/scripts/ActionManagement/ActionRebindChannels/ActionRebindedInUI.asset.meta +8 -0
  144. package/Runtime/scripts/ActionManagement/ActionRebindChannels.meta +8 -0
  145. package/Runtime/scripts/ActionManagement/ActionRebinder.cs +131 -0
  146. package/Runtime/scripts/ActionManagement/ActionRebinder.cs.meta +11 -0
  147. package/Runtime/scripts/ActionManagement/ActionSO.cs +55 -0
  148. package/Runtime/scripts/ActionManagement/ActionSO.cs.meta +11 -0
  149. package/Runtime/scripts/ActionManagement/InputActionManager.cs +35 -0
  150. package/Runtime/scripts/ActionManagement/InputActionManager.cs.meta +11 -0
  151. package/Runtime/scripts/ActionManagement/PlayerActionManager.cs +234 -0
  152. package/Runtime/scripts/ActionManagement/PlayerActionManager.cs.meta +11 -0
  153. package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs +101 -0
  154. package/Runtime/scripts/ActionManagement/PlayerInputEventManager.cs.meta +11 -0
  155. package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs +147 -0
  156. package/Runtime/scripts/ActionManagement/PlayerInputInterface.cs.meta +11 -0
  157. package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset +16 -0
  158. package/Runtime/scripts/ActionManagement/UIHandlingSO/UIHandlerEventChannelSO.asset.meta +8 -0
  159. package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset +16 -0
  160. package/Runtime/scripts/ActionManagement/UIHandlingSO/loginFieldIsOpened.asset.meta +8 -0
  161. package/Runtime/scripts/ActionManagement/UIHandlingSO.meta +8 -0
  162. package/Runtime/scripts/ActionManagement/XR Debugger.cs +41 -0
  163. package/Runtime/scripts/ActionManagement/XR Debugger.cs.meta +11 -0
  164. package/Runtime/scripts/ActionManagement.meta +8 -0
  165. package/Runtime/scripts/Basics/MainMenuController.cs +54 -0
  166. package/Runtime/scripts/Basics/MainMenuController.cs.meta +11 -0
  167. package/Runtime/scripts/Basics/PrimaryItemController.cs +80 -0
  168. package/Runtime/scripts/Basics/PrimaryItemController.cs.meta +11 -0
  169. package/Runtime/scripts/Basics.meta +8 -0
  170. package/Runtime/scripts/Fade/FadeChannel.asset +16 -0
  171. package/Runtime/scripts/Fade/FadeChannel.asset.meta +8 -0
  172. package/Runtime/scripts/Fade/FadeMask.cs +115 -0
  173. package/Runtime/scripts/Fade/FadeMask.cs.meta +11 -0
  174. package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset +44 -0
  175. package/Runtime/scripts/Fade/HDRP FadeGlobalVolume Profile.asset.meta +8 -0
  176. package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset +44 -0
  177. package/Runtime/scripts/Fade/URP FadeGlobalVolume Profile.asset.meta +8 -0
  178. package/Runtime/scripts/Fade.meta +8 -0
  179. package/Runtime/scripts/FireEventOnTrigger.cs +53 -0
  180. package/Runtime/scripts/FireEventOnTrigger.cs.meta +11 -0
  181. package/Runtime/scripts/Gaze/CursorStateController.cs +167 -0
  182. package/Runtime/scripts/Gaze/CursorStateController.cs.meta +11 -0
  183. package/Runtime/scripts/Gaze/FPSCameraMovement.cs +224 -0
  184. package/Runtime/scripts/Gaze/FPSCameraMovement.cs.meta +11 -0
  185. package/Runtime/scripts/Gaze/NoPeeking.cs +60 -0
  186. package/Runtime/scripts/Gaze/NoPeeking.cs.meta +11 -0
  187. package/Runtime/scripts/Gaze.meta +8 -0
  188. package/Runtime/scripts/HandInteraction/BlendableHand.cs +30 -0
  189. package/Runtime/scripts/HandInteraction/BlendableHand.cs.meta +11 -0
  190. package/Runtime/scripts/HandInteraction/Core/Hand.cs +50 -0
  191. package/Runtime/scripts/HandInteraction/Core/Hand.cs.meta +11 -0
  192. package/Runtime/scripts/HandInteraction/Core/HandController.cs +29 -0
  193. package/Runtime/scripts/HandInteraction/Core/HandController.cs.meta +11 -0
  194. package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs +105 -0
  195. package/Runtime/scripts/HandInteraction/Core/HandPoseManager.cs.meta +11 -0
  196. package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs +197 -0
  197. package/Runtime/scripts/HandInteraction/Core/HandsPhysics.cs.meta +2 -0
  198. package/Runtime/scripts/HandInteraction/Core/SwapHands.cs +76 -0
  199. package/Runtime/scripts/HandInteraction/Core/SwapHands.cs.meta +11 -0
  200. package/Runtime/scripts/HandInteraction/Core.meta +8 -0
  201. package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs +18 -0
  202. package/Runtime/scripts/HandInteraction/DetectWhichHandCollided.cs.meta +11 -0
  203. package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs +71 -0
  204. package/Runtime/scripts/HandInteraction/Editor/HandPreviewEditor.cs.meta +11 -0
  205. package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs +26 -0
  206. package/Runtime/scripts/HandInteraction/Editor/PoseContainerEditor.cs.meta +11 -0
  207. package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs +258 -0
  208. package/Runtime/scripts/HandInteraction/Editor/PoseWindow.cs.meta +11 -0
  209. package/Runtime/scripts/HandInteraction/Editor.meta +8 -0
  210. package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs +212 -0
  211. package/Runtime/scripts/HandInteraction/GetPrimaryInHandItemWithVRController.cs.meta +11 -0
  212. package/Runtime/scripts/HandInteraction/GrabHandPose.cs +101 -0
  213. package/Runtime/scripts/HandInteraction/GrabHandPose.cs.meta +11 -0
  214. package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset +16 -0
  215. package/Runtime/scripts/HandInteraction/HandData/Left XR Direct Interactor Event Channel SO.asset.meta +8 -0
  216. package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset +16 -0
  217. package/Runtime/scripts/HandInteraction/HandData/Right XR Direct Interactor Event Channel SO.asset.meta +8 -0
  218. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs +18 -0
  219. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorEventChannelSO.cs.meta +11 -0
  220. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs +43 -0
  221. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorListener.cs.meta +11 -0
  222. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs +39 -0
  223. package/Runtime/scripts/HandInteraction/HandData/XRBaseInteractorSender.cs.meta +11 -0
  224. package/Runtime/scripts/HandInteraction/HandData.cs +14 -0
  225. package/Runtime/scripts/HandInteraction/HandData.cs.meta +11 -0
  226. package/Runtime/scripts/HandInteraction/HandData.meta +8 -0
  227. package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs +127 -0
  228. package/Runtime/scripts/HandInteraction/HandPoser/Hands/BaseHand.cs.meta +11 -0
  229. package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs +69 -0
  230. package/Runtime/scripts/HandInteraction/HandPoser/Hands/GameplayHand.cs.meta +11 -0
  231. package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs +38 -0
  232. package/Runtime/scripts/HandInteraction/HandPoser/Hands/HandsDisplayer.cs.meta +2 -0
  233. package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs +61 -0
  234. package/Runtime/scripts/HandInteraction/HandPoser/Hands/PreviewHand.cs.meta +11 -0
  235. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs +23 -0
  236. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandInfo.cs.meta +11 -0
  237. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs +6 -0
  238. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support/HandType.cs.meta +11 -0
  239. package/Runtime/scripts/HandInteraction/HandPoser/Hands/Support.meta +8 -0
  240. package/Runtime/scripts/HandInteraction/HandPoser/Hands.meta +8 -0
  241. package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs +27 -0
  242. package/Runtime/scripts/HandInteraction/HandPoser/Pose/Pose.cs.meta +11 -0
  243. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs +76 -0
  244. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseContainer.cs.meta +11 -0
  245. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs +93 -0
  246. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/HandManager.cs.meta +11 -0
  247. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs +110 -0
  248. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper/SelectionHandler.cs.meta +11 -0
  249. package/Runtime/scripts/HandInteraction/HandPoser/Pose/PoseHelper.meta +8 -0
  250. package/Runtime/scripts/HandInteraction/HandPoser/Pose.meta +8 -0
  251. package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs +11 -0
  252. package/Runtime/scripts/HandInteraction/HandPoser/Utility/Extensions.cs.meta +11 -0
  253. package/Runtime/scripts/HandInteraction/HandPoser/Utility.meta +8 -0
  254. package/Runtime/scripts/HandInteraction/HandPoser.meta +8 -0
  255. package/Runtime/scripts/HandInteraction/HandVibration.cs +35 -0
  256. package/Runtime/scripts/HandInteraction/HandVibration.cs.meta +2 -0
  257. package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs +212 -0
  258. package/Runtime/scripts/HandInteraction/HandsAppearanceManager.cs.meta +11 -0
  259. package/Runtime/scripts/HandInteraction/HandsStateController.cs +32 -0
  260. package/Runtime/scripts/HandInteraction/HandsStateController.cs.meta +11 -0
  261. package/Runtime/scripts/HandInteraction/KeyboardGrab.cs +49 -0
  262. package/Runtime/scripts/HandInteraction/KeyboardGrab.cs.meta +11 -0
  263. package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs +31 -0
  264. package/Runtime/scripts/HandInteraction/Locomotion/BindTeleportationAreaToInteractionManager.cs.meta +11 -0
  265. package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs +85 -0
  266. package/Runtime/scripts/HandInteraction/Locomotion/TeleportationManager.cs.meta +11 -0
  267. package/Runtime/scripts/HandInteraction/Locomotion.meta +8 -0
  268. package/Runtime/scripts/HandInteraction/PerformAction.cs +60 -0
  269. package/Runtime/scripts/HandInteraction/PerformAction.cs.meta +11 -0
  270. package/Runtime/scripts/HandInteraction/PickableObject.cs +54 -0
  271. package/Runtime/scripts/HandInteraction/PickableObject.cs.meta +11 -0
  272. package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs +169 -0
  273. package/Runtime/scripts/HandInteraction/PointOnCollisionTriggerWhenGrab.cs.meta +11 -0
  274. package/Runtime/scripts/HandInteraction/PointingPoseManager.cs +50 -0
  275. package/Runtime/scripts/HandInteraction/PointingPoseManager.cs.meta +11 -0
  276. package/Runtime/scripts/HandInteraction/RayInteractorManager.cs +41 -0
  277. package/Runtime/scripts/HandInteraction/RayInteractorManager.cs.meta +11 -0
  278. package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs +59 -0
  279. package/Runtime/scripts/HandInteraction/SetPoseOnTrigger.cs.meta +11 -0
  280. package/Runtime/scripts/HandInteraction/TakeObject.cs +342 -0
  281. package/Runtime/scripts/HandInteraction/TakeObject.cs.meta +11 -0
  282. package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs +78 -0
  283. package/Runtime/scripts/HandInteraction/XRHandsInteractionManager.cs.meta +11 -0
  284. package/Runtime/scripts/HandInteraction.meta +8 -0
  285. package/Runtime/scripts/HandVisualizer.cs +567 -0
  286. package/Runtime/scripts/HandVisualizer.cs.meta +11 -0
  287. package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs +90 -0
  288. package/Runtime/scripts/Hmd/BroadcastControlsStatus.cs.meta +11 -0
  289. package/Runtime/scripts/Hmd/DetectUserPresence.cs +39 -0
  290. package/Runtime/scripts/Hmd/DetectUserPresence.cs.meta +11 -0
  291. package/Runtime/scripts/Hmd.meta +8 -0
  292. package/Runtime/scripts/LocomotionManager.cs +110 -0
  293. package/Runtime/scripts/LocomotionManager.cs.meta +11 -0
  294. package/Runtime/scripts/MainCameraTarget.cs +6 -0
  295. package/Runtime/scripts/MainCameraTarget.cs.meta +11 -0
  296. package/Runtime/scripts/Movement/PlayerMovement.cs +98 -0
  297. package/Runtime/scripts/Movement/PlayerMovement.cs.meta +11 -0
  298. package/Runtime/scripts/Movement.meta +8 -0
  299. package/Runtime/scripts/OrientObjectAlongTowardPoint.cs +81 -0
  300. package/Runtime/scripts/OrientObjectAlongTowardPoint.cs.meta +11 -0
  301. package/Runtime/scripts/SnapObject/SnapObject.cs +104 -0
  302. package/Runtime/scripts/SnapObject/SnapObject.cs.meta +11 -0
  303. package/Runtime/scripts/SnapObject/SnapZone.cs +14 -0
  304. package/Runtime/scripts/SnapObject/SnapZone.cs.meta +11 -0
  305. package/Runtime/scripts/SnapObject.meta +8 -0
  306. package/Runtime/scripts/Teleportation/SendTeleportTarget.cs +85 -0
  307. package/Runtime/scripts/Teleportation/SendTeleportTarget.cs.meta +11 -0
  308. package/Runtime/scripts/Teleportation/TeleportManager.cs +54 -0
  309. package/Runtime/scripts/Teleportation/TeleportManager.cs.meta +11 -0
  310. package/Runtime/scripts/Teleportation/TeleportOnEvent.cs +71 -0
  311. package/Runtime/scripts/Teleportation/TeleportOnEvent.cs.meta +11 -0
  312. package/Runtime/scripts/Teleportation.meta +8 -0
  313. package/Runtime/scripts/Tooltips/InputTooltipSO.cs +36 -0
  314. package/Runtime/scripts/Tooltips/InputTooltipSO.cs.meta +11 -0
  315. package/Runtime/scripts/Tooltips.meta +8 -0
  316. package/Runtime/scripts/jeanf.vrplayer.asmdef +29 -0
  317. package/Runtime/scripts/jeanf.vrplayer.asmdef.meta +7 -0
  318. package/Runtime/scripts.meta +8 -0
  319. package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs +568 -0
  320. package/Runtime/xrToolkit/Scripts/ActionBasedControllerManager.cs.meta +11 -0
  321. package/Runtime/xrToolkit/Scripts/BubbleGun.cs +72 -0
  322. package/Runtime/xrToolkit/Scripts/BubbleGun.cs.meta +11 -0
  323. package/Runtime/xrToolkit/Scripts/ComplexCube.cs +51 -0
  324. package/Runtime/xrToolkit/Scripts/ComplexCube.cs.meta +11 -0
  325. package/Runtime/xrToolkit/Scripts/ControllerManager.cs +377 -0
  326. package/Runtime/xrToolkit/Scripts/ControllerManager.cs.meta +11 -0
  327. package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs +730 -0
  328. package/Runtime/xrToolkit/Scripts/LocomotionConfigurationMenu.cs.meta +11 -0
  329. package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs +524 -0
  330. package/Runtime/xrToolkit/Scripts/LocomotionSchemeManager.cs.meta +11 -0
  331. package/Runtime/xrToolkit/Scripts/UpdateControlText.cs +41 -0
  332. package/Runtime/xrToolkit/Scripts/UpdateControlText.cs.meta +11 -0
  333. package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef +17 -0
  334. package/Runtime/xrToolkit/Scripts/xr.toolkit.asmdef.meta +7 -0
  335. package/Runtime/xrToolkit/Scripts.meta +8 -0
  336. package/Runtime/xrToolkit/Shaders/ReticleShader.shader +50 -0
  337. package/Runtime/xrToolkit/Shaders/ReticleShader.shader.meta +9 -0
  338. package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader +57 -0
  339. package/Runtime/xrToolkit/Shaders/SimpleTeleportHighlight.shader.meta +9 -0
  340. package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader +79 -0
  341. package/Runtime/xrToolkit/Shaders/Unlit-Line-Opaque.shader.meta +9 -0
  342. package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader +64 -0
  343. package/Runtime/xrToolkit/Shaders/pulsingEffectShader.shader.meta +9 -0
  344. package/Runtime/xrToolkit/Shaders.meta +8 -0
  345. package/Runtime/xrToolkit.meta +8 -0
  346. package/Runtime.meta +8 -0
  347. package/Samples/HandPoses/DefaultPose.asset +70 -0
  348. package/Samples/HandPoses/DefaultPose.asset.meta +8 -0
  349. package/Samples/HandPoses/OldDefaultPose.asset +60 -0
  350. package/Samples/HandPoses/OldDefaultPose.asset.meta +8 -0
  351. package/Samples/HandPoses.meta +8 -0
  352. package/Samples/Hands/Animations/LeftHand.controller +267 -0
  353. package/Samples/Hands/Animations/LeftHand.controller.meta +8 -0
  354. package/Samples/Hands/Animations.meta +8 -0
  355. package/Samples/Hands/Gloves1DiffusionProfile.asset +25 -0
  356. package/Samples/Hands/Gloves1DiffusionProfile.asset.meta +8 -0
  357. package/Samples/Hands/Mat/Hands_Nails.mat +482 -0
  358. package/Samples/Hands/Mat/Hands_Nails.mat.meta +8 -0
  359. package/Samples/Hands/Mat/Hands_Skin.mat +483 -0
  360. package/Samples/Hands/Mat/Hands_Skin.mat.meta +8 -0
  361. package/Samples/Hands/Mat/SkinDiffusionProfile.asset +25 -0
  362. package/Samples/Hands/Mat/SkinDiffusionProfile.asset.meta +8 -0
  363. package/Samples/Hands/Mat.meta +8 -0
  364. package/Samples/Hands/Models/CC_LefttHand.fbx +0 -0
  365. package/Samples/Hands/Models/CC_LefttHand.fbx.meta +106 -0
  366. package/Samples/Hands/Models/CC_RightHand.fbx +0 -0
  367. package/Samples/Hands/Models/CC_RightHand.fbx.meta +106 -0
  368. package/Samples/Hands/Models.meta +8 -0
  369. package/Samples/Hands/Prefabs/CC_LefttHand.prefab +1058 -0
  370. package/Samples/Hands/Prefabs/CC_LefttHand.prefab.meta +7 -0
  371. package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab +294 -0
  372. package/Samples/Hands/Prefabs/CC_LefttHand_Controller.prefab.meta +7 -0
  373. package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab +132 -0
  374. package/Samples/Hands/Prefabs/CC_LefttHand_Controller_Preview.prefab.meta +7 -0
  375. package/Samples/Hands/Prefabs/CC_RightHand.prefab +1010 -0
  376. package/Samples/Hands/Prefabs/CC_RightHand.prefab.meta +7 -0
  377. package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab +317 -0
  378. package/Samples/Hands/Prefabs/CC_RightHand_Controller.prefab.meta +7 -0
  379. package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab +136 -0
  380. package/Samples/Hands/Prefabs/CC_RightHand_Controller_Preview.prefab.meta +7 -0
  381. package/Samples/Hands/Prefabs/Joint.prefab +490 -0
  382. package/Samples/Hands/Prefabs/Joint.prefab.meta +7 -0
  383. package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab +64 -0
  384. package/Samples/Hands/Prefabs/Resources/PoseHelper.prefab.meta +7 -0
  385. package/Samples/Hands/Prefabs/Resources.meta +8 -0
  386. package/Samples/Hands/Prefabs/VelocityPrefab.prefab +131 -0
  387. package/Samples/Hands/Prefabs/VelocityPrefab.prefab.meta +7 -0
  388. package/Samples/Hands/Prefabs.meta +8 -0
  389. package/Samples/Hands/SkinDiffusionProfile.asset +25 -0
  390. package/Samples/Hands/SkinDiffusionProfile.asset.meta +8 -0
  391. package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png +0 -0
  392. package/Samples/Hands/Textures/Eyes/Std_eyes_Pbr_hght.png.meta +108 -0
  393. package/Samples/Hands/Textures/Eyes.meta +8 -0
  394. package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png +0 -0
  395. package/Samples/Hands/Textures/G3Plus/Arm_Sss_Mask.png.meta +104 -0
  396. package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png +0 -0
  397. package/Samples/Hands/Textures/G3Plus/Arm_Thickness.png.meta +104 -0
  398. package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png +0 -0
  399. package/Samples/Hands/Textures/G3Plus/Body_Sss_Mask.png.meta +104 -0
  400. package/Samples/Hands/Textures/G3Plus/Body_Thickness.png +0 -0
  401. package/Samples/Hands/Textures/G3Plus/Body_Thickness.png.meta +104 -0
  402. package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png +0 -0
  403. package/Samples/Hands/Textures/G3Plus/Head_Sss_Mask.png.meta +104 -0
  404. package/Samples/Hands/Textures/G3Plus/Head_Thickness.png +0 -0
  405. package/Samples/Hands/Textures/G3Plus/Head_Thickness.png.meta +104 -0
  406. package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png +0 -0
  407. package/Samples/Hands/Textures/G3Plus/Leg_Sss_Mask.png.meta +104 -0
  408. package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png +0 -0
  409. package/Samples/Hands/Textures/G3Plus/Leg_Thickness.png.meta +104 -0
  410. package/Samples/Hands/Textures/G3Plus.meta +8 -0
  411. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png +0 -0
  412. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_ALB.png.meta +123 -0
  413. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png +0 -0
  414. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_MM.png.meta +123 -0
  415. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png +0 -0
  416. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Hands_NM.png.meta +123 -0
  417. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png +0 -0
  418. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nail_ALB.png.meta +123 -0
  419. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png +0 -0
  420. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_MM.png.meta +123 -0
  421. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png +0 -0
  422. package/Samples/Hands/Textures/Gloves/Uvsi_Mat_Glv1_Nails_NM.png.meta +123 -0
  423. package/Samples/Hands/Textures/Gloves.meta +8 -0
  424. package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg +0 -0
  425. package/Samples/Hands/Textures/Man/Std_Nails_Diffuse.jpg.meta +123 -0
  426. package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png +0 -0
  427. package/Samples/Hands/Textures/Man/Std_Nails_HDRP.png.meta +123 -0
  428. package/Samples/Hands/Textures/Man/Std_Nails_Normal.png +0 -0
  429. package/Samples/Hands/Textures/Man/Std_Nails_Normal.png.meta +123 -0
  430. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg +0 -0
  431. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
  432. package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png +0 -0
  433. package/Samples/Hands/Textures/Man/Std_Skin_Arm_HDRP.png.meta +123 -0
  434. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png +0 -0
  435. package/Samples/Hands/Textures/Man/Std_Skin_Arm_Normal.png.meta +123 -0
  436. package/Samples/Hands/Textures/Man.meta +8 -0
  437. package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg +0 -0
  438. package/Samples/Hands/Textures/Woman/Std_Nails_Diffuse.jpg.meta +123 -0
  439. package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png +0 -0
  440. package/Samples/Hands/Textures/Woman/Std_Nails_HDRP.png.meta +123 -0
  441. package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg +0 -0
  442. package/Samples/Hands/Textures/Woman/Std_Nails_Normal.jpg.meta +123 -0
  443. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg +0 -0
  444. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Diffuse.jpg.meta +123 -0
  445. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png +0 -0
  446. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_HDRP.png.meta +123 -0
  447. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg +0 -0
  448. package/Samples/Hands/Textures/Woman/Std_Skin_Arm_Normal.jpg.meta +123 -0
  449. package/Samples/Hands/Textures/Woman.meta +8 -0
  450. package/Samples/Hands/Textures/skin_detail_map.tif +0 -0
  451. package/Samples/Hands/Textures/skin_detail_map.tif.meta +132 -0
  452. package/Samples/Hands/Textures/skin_detail_map_normal.tif +0 -0
  453. package/Samples/Hands/Textures/skin_detail_map_normal.tif.meta +159 -0
  454. package/Samples/Hands/Textures.meta +8 -0
  455. package/Samples/Hands.meta +8 -0
  456. package/Samples/xrToolkit/InputSettings/.sample.json +4 -0
  457. package/Samples/xrToolkit/InputSettings/XR Device Simulator/.sample.json +4 -0
  458. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions +877 -0
  459. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator Controls.inputactions.meta +14 -0
  460. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab +142 -0
  461. package/Samples/xrToolkit/InputSettings/XR Device Simulator/XR Device Simulator.prefab.meta +7 -0
  462. package/Samples/xrToolkit/InputSettings/XR Device Simulator.meta +8 -0
  463. package/Samples/xrToolkit/InputSettings.meta +8 -0
  464. package/Samples/xrToolkit/InputSystem.inputsettings.asset +26 -0
  465. package/Samples/xrToolkit/InputSystem.inputsettings.asset.meta +8 -0
  466. package/Samples/xrToolkit/Llama/Llama.controller +167 -0
  467. package/Samples/xrToolkit/Llama/Llama.controller.meta +8 -0
  468. package/Samples/xrToolkit/Llama/Llama.fbx +0 -0
  469. package/Samples/xrToolkit/Llama/Llama.fbx.meta +97 -0
  470. package/Samples/xrToolkit/Llama/LlamaMat.mat +342 -0
  471. package/Samples/xrToolkit/Llama/LlamaMat.mat.meta +8 -0
  472. package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif +0 -0
  473. package/Samples/xrToolkit/Llama/Llama_A_Albedo.tif.meta +92 -0
  474. package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif +0 -0
  475. package/Samples/xrToolkit/Llama/Llama_B_Albedo.tif.meta +92 -0
  476. package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif +0 -0
  477. package/Samples/xrToolkit/Llama/Llama_C_Albedo.tif.meta +92 -0
  478. package/Samples/xrToolkit/Llama/Llama_Idle.fbx +0 -0
  479. package/Samples/xrToolkit/Llama/Llama_Idle.fbx.meta +239 -0
  480. package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif +0 -0
  481. package/Samples/xrToolkit/Llama/Llama_MetallicSmoothness.tif.meta +92 -0
  482. package/Samples/xrToolkit/Llama/Llama_Occlsion.tif +0 -0
  483. package/Samples/xrToolkit/Llama/Llama_Occlsion.tif.meta +92 -0
  484. package/Samples/xrToolkit/Llama/llama_Normal.tif +0 -0
  485. package/Samples/xrToolkit/Llama/llama_Normal.tif.meta +92 -0
  486. package/Samples/xrToolkit/Llama.meta +8 -0
  487. package/Samples/xrToolkit/Materials/BubbleMat.mat +343 -0
  488. package/Samples/xrToolkit/Materials/BubbleMat.mat.meta +8 -0
  489. package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat +342 -0
  490. package/Samples/xrToolkit/Materials/ConstructionLight_Mat.mat.meta +8 -0
  491. package/Samples/xrToolkit/Materials/ControllerMaterial.mat +342 -0
  492. package/Samples/xrToolkit/Materials/ControllerMaterial.mat.meta +8 -0
  493. package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat +342 -0
  494. package/Samples/xrToolkit/Materials/DryWallPainted_Mat.mat.meta +8 -0
  495. package/Samples/xrToolkit/Materials/DryWall_Mat.mat +342 -0
  496. package/Samples/xrToolkit/Materials/DryWall_Mat.mat.meta +8 -0
  497. package/Samples/xrToolkit/Materials/FloorMat.mat +342 -0
  498. package/Samples/xrToolkit/Materials/FloorMat.mat.meta +8 -0
  499. package/Samples/xrToolkit/Materials/FloorMaterial.mat +343 -0
  500. package/Samples/xrToolkit/Materials/FloorMaterial.mat.meta +8 -0
  501. package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat +351 -0
  502. package/Samples/xrToolkit/Materials/GrabBlockInstantMat.mat.meta +8 -0
  503. package/Samples/xrToolkit/Materials/GrabBlockMat.mat +351 -0
  504. package/Samples/xrToolkit/Materials/GrabBlockMat.mat.meta +8 -0
  505. package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat +351 -0
  506. package/Samples/xrToolkit/Materials/GrabBlockVelocityMat.mat.meta +8 -0
  507. package/Samples/xrToolkit/Materials/Ground_Mat.mat +342 -0
  508. package/Samples/xrToolkit/Materials/Ground_Mat.mat.meta +8 -0
  509. package/Samples/xrToolkit/Materials/Hammer_Mat.mat +342 -0
  510. package/Samples/xrToolkit/Materials/Hammer_Mat.mat.meta +8 -0
  511. package/Samples/xrToolkit/Materials/HandMaterial.mat +342 -0
  512. package/Samples/xrToolkit/Materials/HandMaterial.mat.meta +8 -0
  513. package/Samples/xrToolkit/Materials/HardHat_Mat.mat +342 -0
  514. package/Samples/xrToolkit/Materials/HardHat_Mat.mat.meta +8 -0
  515. package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat +342 -0
  516. package/Samples/xrToolkit/Materials/Jigsaw_Mat.mat.meta +8 -0
  517. package/Samples/xrToolkit/Materials/LightBulb_Mat.mat +342 -0
  518. package/Samples/xrToolkit/Materials/LightBulb_Mat.mat.meta +8 -0
  519. package/Samples/xrToolkit/Materials/LineVisual.mat +322 -0
  520. package/Samples/xrToolkit/Materials/LineVisual.mat.meta +8 -0
  521. package/Samples/xrToolkit/Materials/Liquid_Mat.mat +352 -0
  522. package/Samples/xrToolkit/Materials/Liquid_Mat.mat.meta +8 -0
  523. package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat +342 -0
  524. package/Samples/xrToolkit/Materials/Metal_Blue_Simple_Mat.mat.meta +8 -0
  525. package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat +342 -0
  526. package/Samples/xrToolkit/Materials/Metal_Simple_Mat.mat.meta +8 -0
  527. package/Samples/xrToolkit/Materials/OBS_Mat.mat +342 -0
  528. package/Samples/xrToolkit/Materials/OBS_Mat.mat.meta +8 -0
  529. package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat +342 -0
  530. package/Samples/xrToolkit/Materials/PaintBrush_Mat.mat.meta +8 -0
  531. package/Samples/xrToolkit/Materials/PaintCan_mat.mat +342 -0
  532. package/Samples/xrToolkit/Materials/PaintCan_mat.mat.meta +8 -0
  533. package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat +342 -0
  534. package/Samples/xrToolkit/Materials/PaintLabel_Mat.mat.meta +8 -0
  535. package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat +342 -0
  536. package/Samples/xrToolkit/Materials/Plastic_Black_Mat.mat.meta +8 -0
  537. package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat +342 -0
  538. package/Samples/xrToolkit/Materials/Plastic_Gray_Mat.mat.meta +8 -0
  539. package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat +342 -0
  540. package/Samples/xrToolkit/Materials/Plastic_Ridges_Mat.mat.meta +8 -0
  541. package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat +342 -0
  542. package/Samples/xrToolkit/Materials/Plastic_Rough_Mat.mat.meta +8 -0
  543. package/Samples/xrToolkit/Materials/Plastic_Transparent.mat +343 -0
  544. package/Samples/xrToolkit/Materials/Plastic_Transparent.mat.meta +8 -0
  545. package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat +342 -0
  546. package/Samples/xrToolkit/Materials/Plastic_White_Mat.mat.meta +8 -0
  547. package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat +342 -0
  548. package/Samples/xrToolkit/Materials/Plastic_Yellow_Mat.mat.meta +8 -0
  549. package/Samples/xrToolkit/Materials/PulseEngines.mat +316 -0
  550. package/Samples/xrToolkit/Materials/PulseEngines.mat.meta +8 -0
  551. package/Samples/xrToolkit/Materials/ReticleMaterial.mat +344 -0
  552. package/Samples/xrToolkit/Materials/ReticleMaterial.mat.meta +8 -0
  553. package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat +316 -0
  554. package/Samples/xrToolkit/Materials/SimpleTeleportHighlight.mat.meta +8 -0
  555. package/Samples/xrToolkit/Materials/SocketMat.mat +343 -0
  556. package/Samples/xrToolkit/Materials/SocketMat.mat.meta +8 -0
  557. package/Samples/xrToolkit/Materials/Strap_Mat.mat +342 -0
  558. package/Samples/xrToolkit/Materials/Strap_Mat.mat.meta +8 -0
  559. package/Samples/xrToolkit/Materials/Stud_Mat.mat +342 -0
  560. package/Samples/xrToolkit/Materials/Stud_Mat.mat.meta +8 -0
  561. package/Samples/xrToolkit/Materials/TableMat.mat +342 -0
  562. package/Samples/xrToolkit/Materials/TableMat.mat.meta +8 -0
  563. package/Samples/xrToolkit/Materials/TeleportAnchor.mat +322 -0
  564. package/Samples/xrToolkit/Materials/TeleportAnchor.mat.meta +8 -0
  565. package/Samples/xrToolkit/Materials/TeleportHoverMat.mat +342 -0
  566. package/Samples/xrToolkit/Materials/TeleportHoverMat.mat.meta +8 -0
  567. package/Samples/xrToolkit/Materials/TeleportPlatform.mat +342 -0
  568. package/Samples/xrToolkit/Materials/TeleportPlatform.mat.meta +8 -0
  569. package/Samples/xrToolkit/Materials/WhiteSmooth.mat +351 -0
  570. package/Samples/xrToolkit/Materials/WhiteSmooth.mat.meta +8 -0
  571. package/Samples/xrToolkit/Materials.meta +8 -0
  572. package/Samples/xrToolkit/Models/.mayaSwatches/arrowhead.mlt.swatches +0 -0
  573. package/Samples/xrToolkit/Models/Brush_Low.fbx +0 -0
  574. package/Samples/xrToolkit/Models/Brush_Low.fbx.meta +115 -0
  575. package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx +0 -0
  576. package/Samples/xrToolkit/Models/ConstructionLight_Low.fbx.meta +154 -0
  577. package/Samples/xrToolkit/Models/GroundPlane.fbx +0 -0
  578. package/Samples/xrToolkit/Models/GroundPlane.fbx.meta +97 -0
  579. package/Samples/xrToolkit/Models/Hammer_Low.fbx +0 -0
  580. package/Samples/xrToolkit/Models/Hammer_Low.fbx.meta +115 -0
  581. package/Samples/xrToolkit/Models/Horizon.FBX +0 -0
  582. package/Samples/xrToolkit/Models/Horizon.FBX.meta +97 -0
  583. package/Samples/xrToolkit/Models/Jigsaw_Low.fbx +0 -0
  584. package/Samples/xrToolkit/Models/Jigsaw_Low.fbx.meta +115 -0
  585. package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx +0 -0
  586. package/Samples/xrToolkit/Models/MagneticLevel_Low.fbx.meta +124 -0
  587. package/Samples/xrToolkit/Models/PaintBucket_Low.fbx +0 -0
  588. package/Samples/xrToolkit/Models/PaintBucket_Low.fbx.meta +160 -0
  589. package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx +0 -0
  590. package/Samples/xrToolkit/Models/SafetyGoggles_Low.fbx.meta +124 -0
  591. package/Samples/xrToolkit/Models/SafetyHat_Low.fbx +0 -0
  592. package/Samples/xrToolkit/Models/SafetyHat_Low.fbx.meta +115 -0
  593. package/Samples/xrToolkit/Models/Small_Plane.fbx +0 -0
  594. package/Samples/xrToolkit/Models/Small_Plane.fbx.meta +115 -0
  595. package/Samples/xrToolkit/Models/StoneFlat.fbx +0 -0
  596. package/Samples/xrToolkit/Models/StoneFlat.fbx.meta +97 -0
  597. package/Samples/xrToolkit/Models/StoneRound.fbx +0 -0
  598. package/Samples/xrToolkit/Models/StoneRound.fbx.meta +97 -0
  599. package/Samples/xrToolkit/Models/Stud.fbx +0 -0
  600. package/Samples/xrToolkit/Models/Stud.fbx.meta +136 -0
  601. package/Samples/xrToolkit/Models/TreeBox.fbx +0 -0
  602. package/Samples/xrToolkit/Models/TreeBox.fbx.meta +97 -0
  603. package/Samples/xrToolkit/Models/TreeRound.FBX +0 -0
  604. package/Samples/xrToolkit/Models/TreeRound.FBX.meta +97 -0
  605. package/Samples/xrToolkit/Models/Workbench.fbx +0 -0
  606. package/Samples/xrToolkit/Models/Workbench.fbx.meta +196 -0
  607. package/Samples/xrToolkit/Models/Workbench_Low.fbx +0 -0
  608. package/Samples/xrToolkit/Models/Workbench_Low.fbx.meta +196 -0
  609. package/Samples/xrToolkit/Models/Workshop_Set.fbx +0 -0
  610. package/Samples/xrToolkit/Models/Workshop_Set.fbx.meta +196 -0
  611. package/Samples/xrToolkit/Models/controller.fbx +0 -0
  612. package/Samples/xrToolkit/Models/controller.fbx.meta +97 -0
  613. package/Samples/xrToolkit/Models/directionArrow.fbx +0 -0
  614. package/Samples/xrToolkit/Models/directionArrow.fbx.meta +97 -0
  615. package/Samples/xrToolkit/Models/fileAnchorWall.fbx +0 -0
  616. package/Samples/xrToolkit/Models/fileAnchorWall.fbx.meta +97 -0
  617. package/Samples/xrToolkit/Models/floatingAnchor.fbx +0 -0
  618. package/Samples/xrToolkit/Models/floatingAnchor.fbx.meta +97 -0
  619. package/Samples/xrToolkit/Models/lowPolyIsland.fbx +0 -0
  620. package/Samples/xrToolkit/Models/lowPolyIsland.fbx.meta +2575 -0
  621. package/Samples/xrToolkit/Models/reticle.fbx +0 -0
  622. package/Samples/xrToolkit/Models/reticle.fbx.meta +120 -0
  623. package/Samples/xrToolkit/Models/spaceShip.fbx +0 -0
  624. package/Samples/xrToolkit/Models/spaceShip.fbx.meta +1594 -0
  625. package/Samples/xrToolkit/Models/teleportHightlight.fbx +0 -0
  626. package/Samples/xrToolkit/Models/teleportHightlight.fbx.meta +97 -0
  627. package/Samples/xrToolkit/Models/teleportPlatform.fbx +0 -0
  628. package/Samples/xrToolkit/Models/teleportPlatform.fbx.meta +97 -0
  629. package/Samples/xrToolkit/Models.meta +8 -0
  630. package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml +17 -0
  631. package/Samples/xrToolkit/Plugins/Android/AndroidManifest.xml.meta +7 -0
  632. package/Samples/xrToolkit/Plugins/Android.meta +8 -0
  633. package/Samples/xrToolkit/Plugins.meta +8 -0
  634. package/Samples/xrToolkit/Prefabs/Anchor.prefab +229 -0
  635. package/Samples/xrToolkit/Prefabs/Anchor.prefab.meta +7 -0
  636. package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab +4783 -0
  637. package/Samples/xrToolkit/Prefabs/BubbleParticlePrefab.prefab.meta +7 -0
  638. package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab +234 -0
  639. package/Samples/xrToolkit/Prefabs/ComplexGrabCube.prefab.meta +7 -0
  640. package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab +1697 -0
  641. package/Samples/xrToolkit/Prefabs/DeprecatedXROriginDemo.prefab.meta +7 -0
  642. package/Samples/xrToolkit/Prefabs/InstantCube.prefab +221 -0
  643. package/Samples/xrToolkit/Prefabs/InstantCube.prefab.meta +7 -0
  644. package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab +2941 -0
  645. package/Samples/xrToolkit/Prefabs/InteractionZones/ComplexInteractions.prefab.meta +7 -0
  646. package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab +6398 -0
  647. package/Samples/xrToolkit/Prefabs/InteractionZones/Locomotion Configuration Area.prefab.meta +7 -0
  648. package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab +965 -0
  649. package/Samples/xrToolkit/Prefabs/InteractionZones/LocomotionArea.prefab.meta +7 -0
  650. package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab +3811 -0
  651. package/Samples/xrToolkit/Prefabs/InteractionZones/SnapInteractions.prefab.meta +7 -0
  652. package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab +2840 -0
  653. package/Samples/xrToolkit/Prefabs/InteractionZones/StartingArea.prefab.meta +7 -0
  654. package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab +3210 -0
  655. package/Samples/xrToolkit/Prefabs/InteractionZones/UIArea.prefab.meta +7 -0
  656. package/Samples/xrToolkit/Prefabs/InteractionZones.meta +8 -0
  657. package/Samples/xrToolkit/Prefabs/KinematicCube.prefab +221 -0
  658. package/Samples/xrToolkit/Prefabs/KinematicCube.prefab.meta +7 -0
  659. package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab +1424 -0
  660. package/Samples/xrToolkit/Prefabs/LlamaBubbleGunPrefab.prefab.meta +7 -0
  661. package/Samples/xrToolkit/Prefabs/Locomotion System.prefab +82 -0
  662. package/Samples/xrToolkit/Prefabs/Locomotion System.prefab.meta +7 -0
  663. package/Samples/xrToolkit/Prefabs/Props.prefab +2200 -0
  664. package/Samples/xrToolkit/Prefabs/Props.prefab.meta +7 -0
  665. package/Samples/xrToolkit/Prefabs/Reticle.prefab +81 -0
  666. package/Samples/xrToolkit/Prefabs/Reticle.prefab.meta +7 -0
  667. package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab +328 -0
  668. package/Samples/xrToolkit/Prefabs/TeleportAnchor.prefab.meta +7 -0
  669. package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab +704 -0
  670. package/Samples/xrToolkit/Prefabs/TeleportAnchorPlatform.prefab.meta +7 -0
  671. package/Samples/xrToolkit/Prefabs/TeleportArea.prefab +954 -0
  672. package/Samples/xrToolkit/Prefabs/TeleportArea.prefab.meta +7 -0
  673. package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab +221 -0
  674. package/Samples/xrToolkit/Prefabs/VelocityTrackedCube.prefab.meta +7 -0
  675. package/Samples/xrToolkit/Prefabs/Workshop Set.prefab +435 -0
  676. package/Samples/xrToolkit/Prefabs/Workshop Set.prefab.meta +7 -0
  677. package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab +2726 -0
  678. package/Samples/xrToolkit/Prefabs/XROriginDemo.prefab.meta +7 -0
  679. package/Samples/xrToolkit/Prefabs/controller.prefab +303 -0
  680. package/Samples/xrToolkit/Prefabs/controller.prefab.meta +7 -0
  681. package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab +648 -0
  682. package/Samples/xrToolkit/Prefabs/floatingAnchor.prefab.meta +7 -0
  683. package/Samples/xrToolkit/Prefabs/teleportReticle.prefab +128 -0
  684. package/Samples/xrToolkit/Prefabs/teleportReticle.prefab.meta +7 -0
  685. package/Samples/xrToolkit/Prefabs.meta +8 -0
  686. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset +0 -0
  687. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/LightingData.asset.meta +8 -0
  688. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
  689. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
  690. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
  691. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
  692. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
  693. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
  694. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
  695. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
  696. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr +0 -0
  697. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
  698. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr +0 -0
  699. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
  700. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr +0 -0
  701. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
  702. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr +0 -0
  703. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
  704. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr +0 -0
  705. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
  706. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr +0 -0
  707. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
  708. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr +0 -0
  709. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
  710. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.meta +8 -0
  711. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity +10487 -0
  712. package/Samples/xrToolkit/Scenes/DeprecatedWorldInteractionDemo.unity.meta +7 -0
  713. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset +0 -0
  714. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/LightingData.asset.meta +8 -0
  715. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png +0 -0
  716. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_dir.png.meta +92 -0
  717. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr +0 -0
  718. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-0_comp_light.exr.meta +117 -0
  719. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png +0 -0
  720. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_dir.png.meta +92 -0
  721. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr +0 -0
  722. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/Lightmap-1_comp_light.exr.meta +117 -0
  723. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr +0 -0
  724. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-0.exr.meta +92 -0
  725. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr +0 -0
  726. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-1.exr.meta +92 -0
  727. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr +0 -0
  728. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-2.exr.meta +92 -0
  729. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr +0 -0
  730. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-3.exr.meta +92 -0
  731. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr +0 -0
  732. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-4.exr.meta +92 -0
  733. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr +0 -0
  734. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-5.exr.meta +92 -0
  735. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr +0 -0
  736. package/Samples/xrToolkit/Scenes/WorldInteractionDemo/ReflectionProbe-6.exr.meta +92 -0
  737. package/Samples/xrToolkit/Scenes/WorldInteractionDemo.meta +8 -0
  738. package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity +14118 -0
  739. package/Samples/xrToolkit/Scenes/WorldInteractionDemo.unity.meta +7 -0
  740. package/Samples/xrToolkit/Scenes.meta +8 -0
  741. package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif +0 -0
  742. package/Samples/xrToolkit/Textures/Concrete/Ground_Albedo.tif.meta +140 -0
  743. package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif +0 -0
  744. package/Samples/xrToolkit/Textures/Concrete/Ground_MetallicOcculusionSmoothness.tif.meta +140 -0
  745. package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif +0 -0
  746. package/Samples/xrToolkit/Textures/Concrete/Ground_Normal.tif.meta +140 -0
  747. package/Samples/xrToolkit/Textures/Concrete.meta +8 -0
  748. package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif +0 -0
  749. package/Samples/xrToolkit/Textures/Drywall/DrywallPainted_Normal.tif.meta +140 -0
  750. package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif +0 -0
  751. package/Samples/xrToolkit/Textures/Drywall/Drywall_Albedo.tif.meta +140 -0
  752. package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif +0 -0
  753. package/Samples/xrToolkit/Textures/Drywall/Drywall_AlbedoSmoothness.tif.meta +140 -0
  754. package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif +0 -0
  755. package/Samples/xrToolkit/Textures/Drywall/Drywall_Normal.tif.meta +140 -0
  756. package/Samples/xrToolkit/Textures/Drywall.meta +8 -0
  757. package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga +0 -0
  758. package/Samples/xrToolkit/Textures/GridBox_NewTex_Albedo.tga.meta +92 -0
  759. package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif +0 -0
  760. package/Samples/xrToolkit/Textures/Metal/Metal_Albedo.tif.meta +140 -0
  761. package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif +0 -0
  762. package/Samples/xrToolkit/Textures/Metal/Metal_MetallicSmoothness.tif.meta +140 -0
  763. package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif +0 -0
  764. package/Samples/xrToolkit/Textures/Metal/Metal_Normal.tif.meta +140 -0
  765. package/Samples/xrToolkit/Textures/Metal.meta +8 -0
  766. package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif +0 -0
  767. package/Samples/xrToolkit/Textures/Plastic/Elastic_MetallicOcculusionSmoothness.tif.meta +140 -0
  768. package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif +0 -0
  769. package/Samples/xrToolkit/Textures/Plastic/Elastic_Normal.tif.meta +140 -0
  770. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif +0 -0
  771. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Albedo.tif.meta +140 -0
  772. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif +0 -0
  773. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_MetallicOcculusionSmoothness.tif.meta +140 -0
  774. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif +0 -0
  775. package/Samples/xrToolkit/Textures/Plastic/PlasticRidges_Normal.tif.meta +140 -0
  776. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif +0 -0
  777. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_Albedo.tif.meta +140 -0
  778. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif +0 -0
  779. package/Samples/xrToolkit/Textures/Plastic/PlasticRough_MetallicOcculusionSmoothness.tif.meta +140 -0
  780. package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif +0 -0
  781. package/Samples/xrToolkit/Textures/Plastic/Plastic_AlbedoSmoothness.tif.meta +140 -0
  782. package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif +0 -0
  783. package/Samples/xrToolkit/Textures/Plastic/Plastic_Normal.tif.meta +140 -0
  784. package/Samples/xrToolkit/Textures/Plastic.meta +8 -0
  785. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif +0 -0
  786. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_Albedo.tif.meta +140 -0
  787. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif +0 -0
  788. package/Samples/xrToolkit/Textures/Props/Construction_Light/ConstructionLight_MetallicOcculusionSmoothness.tif.meta +140 -0
  789. package/Samples/xrToolkit/Textures/Props/Construction_Light.meta +8 -0
  790. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif +0 -0
  791. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Albedo.tif.meta +140 -0
  792. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif +0 -0
  793. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_MetallicOcculusionSmoothness.tif.meta +140 -0
  794. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif +0 -0
  795. package/Samples/xrToolkit/Textures/Props/Hammer/Hammer_Normal.tif.meta +140 -0
  796. package/Samples/xrToolkit/Textures/Props/Hammer.meta +8 -0
  797. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif +0 -0
  798. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Albedo.tif.meta +140 -0
  799. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif +0 -0
  800. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_MetallicOcculusionSmoothness.tif.meta +140 -0
  801. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif +0 -0
  802. package/Samples/xrToolkit/Textures/Props/HardHat/SafetyHat_Normal.tif.meta +140 -0
  803. package/Samples/xrToolkit/Textures/Props/HardHat.meta +8 -0
  804. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif +0 -0
  805. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Albedo.tif.meta +140 -0
  806. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif +0 -0
  807. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_MetallicOcculusionSmoothness.tif.meta +140 -0
  808. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif +0 -0
  809. package/Samples/xrToolkit/Textures/Props/Jigsaw/Jigsaw_Normal.tif.meta +140 -0
  810. package/Samples/xrToolkit/Textures/Props/Jigsaw.meta +8 -0
  811. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif +0 -0
  812. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Albedo.tif.meta +140 -0
  813. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif +0 -0
  814. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_MetallicOcculusionSmoothness.tif.meta +140 -0
  815. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif +0 -0
  816. package/Samples/xrToolkit/Textures/Props/Paint/Paint1G_Normal.tif.meta +140 -0
  817. package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif +0 -0
  818. package/Samples/xrToolkit/Textures/Props/Paint/Paint5G_AlbedoSmoothness.tif.meta +140 -0
  819. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif +0 -0
  820. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Albedo.tif.meta +140 -0
  821. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif +0 -0
  822. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_MetallicOcculusionSmoothness.tif.meta +140 -0
  823. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif +0 -0
  824. package/Samples/xrToolkit/Textures/Props/Paint/Paintbrush_Normal.tif.meta +140 -0
  825. package/Samples/xrToolkit/Textures/Props/Paint.meta +8 -0
  826. package/Samples/xrToolkit/Textures/Props.meta +8 -0
  827. package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png +0 -0
  828. package/Samples/xrToolkit/Textures/TemplateEnvironmentSwatch.png.meta +92 -0
  829. package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif +0 -0
  830. package/Samples/xrToolkit/Textures/Wood/OBS_Albedo.tif.meta +140 -0
  831. package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif +0 -0
  832. package/Samples/xrToolkit/Textures/Wood/OBS_MetallicOcculusionSmoothness.tif.meta +140 -0
  833. package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif +0 -0
  834. package/Samples/xrToolkit/Textures/Wood/OBS_Normal.tif.meta +140 -0
  835. package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif +0 -0
  836. package/Samples/xrToolkit/Textures/Wood/Plywood_Albedo.tif.meta +140 -0
  837. package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif +0 -0
  838. package/Samples/xrToolkit/Textures/Wood/Plywood_MetallicOcculusionSmoothness.tif.meta +140 -0
  839. package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif +0 -0
  840. package/Samples/xrToolkit/Textures/Wood/Plywood_Normal.tif.meta +140 -0
  841. package/Samples/xrToolkit/Textures/Wood.meta +8 -0
  842. package/Samples/xrToolkit/Textures.meta +8 -0
  843. package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset +2721 -0
  844. package/Samples/xrToolkit/VR Examples/Fonts/Roboto-Medium SDF.asset.meta +8 -0
  845. package/Samples/xrToolkit/VR Examples/Fonts.meta +8 -0
  846. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat +149 -0
  847. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkGrid.mat.meta +8 -0
  848. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat +149 -0
  849. package/Samples/xrToolkit/VR Examples/Materials/NavyDarkSmooth.mat.meta +8 -0
  850. package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat +149 -0
  851. package/Samples/xrToolkit/VR Examples/Materials/NavyGrid.mat.meta +8 -0
  852. package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat +149 -0
  853. package/Samples/xrToolkit/VR Examples/Materials/NavySmooth.mat.meta +8 -0
  854. package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat +148 -0
  855. package/Samples/xrToolkit/VR Examples/Materials/PinkSmooth.mat.meta +8 -0
  856. package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat +139 -0
  857. package/Samples/xrToolkit/VR Examples/Materials/SocketCannotHover.mat.meta +8 -0
  858. package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat +139 -0
  859. package/Samples/xrToolkit/VR Examples/Materials/SocketHover.mat.meta +8 -0
  860. package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat +135 -0
  861. package/Samples/xrToolkit/VR Examples/Materials/SocketWall.mat.meta +8 -0
  862. package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat +137 -0
  863. package/Samples/xrToolkit/VR Examples/Materials/Teleportation.mat.meta +8 -0
  864. package/Samples/xrToolkit/VR Examples/Materials.meta +8 -0
  865. package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx +0 -0
  866. package/Samples/xrToolkit/VR Examples/Models/teleportPlatform.fbx.meta +97 -0
  867. package/Samples/xrToolkit/VR Examples/Models.meta +8 -0
  868. package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab +229 -0
  869. package/Samples/xrToolkit/VR Examples/Prefabs/Anchor.prefab.meta +7 -0
  870. package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab +108 -0
  871. package/Samples/xrToolkit/VR Examples/Prefabs/Environment.prefab.meta +7 -0
  872. package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab +224 -0
  873. package/Samples/xrToolkit/VR Examples/Prefabs/Lights.prefab.meta +7 -0
  874. package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab +312 -0
  875. package/Samples/xrToolkit/VR Examples/Prefabs/Scene Introduction.prefab.meta +7 -0
  876. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab +311 -0
  877. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlack.prefab.meta +7 -0
  878. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab +310 -0
  879. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipBlackLarge.prefab.meta +7 -0
  880. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab +312 -0
  881. package/Samples/xrToolkit/VR Examples/Prefabs/TooltipWhite.prefab.meta +7 -0
  882. package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab +45 -0
  883. package/Samples/xrToolkit/VR Examples/Prefabs/XR Interaction Manager.prefab.meta +7 -0
  884. package/Samples/xrToolkit/VR Examples/Prefabs.meta +8 -0
  885. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset +0 -0
  886. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/LightingData.asset.meta +8 -0
  887. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr +0 -0
  888. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction/ReflectionProbe-0.exr.meta +92 -0
  889. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.meta +8 -0
  890. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity +2018 -0
  891. package/Samples/xrToolkit/VR Examples/Scenes/Grab Interaction.unity.meta +7 -0
  892. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset +0 -0
  893. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/LightingData.asset.meta +8 -0
  894. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr +0 -0
  895. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking/ReflectionProbe-0.exr.meta +92 -0
  896. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.meta +8 -0
  897. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity +1639 -0
  898. package/Samples/xrToolkit/VR Examples/Scenes/Initial Tracking.unity.meta +7 -0
  899. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset +0 -0
  900. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/LightingData.asset.meta +8 -0
  901. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr +0 -0
  902. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction/ReflectionProbe-0.exr.meta +92 -0
  903. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.meta +8 -0
  904. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity +2491 -0
  905. package/Samples/xrToolkit/VR Examples/Scenes/Socket Interaction.unity.meta +7 -0
  906. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset +0 -0
  907. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/LightingData.asset.meta +8 -0
  908. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr +0 -0
  909. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation/ReflectionProbe-0.exr.meta +92 -0
  910. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.meta +8 -0
  911. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity +6239 -0
  912. package/Samples/xrToolkit/VR Examples/Scenes/Teleportation.unity.meta +7 -0
  913. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset +0 -0
  914. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/LightingData.asset.meta +8 -0
  915. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr +0 -0
  916. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction/ReflectionProbe-0.exr.meta +92 -0
  917. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.meta +8 -0
  918. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity +5163 -0
  919. package/Samples/xrToolkit/VR Examples/Scenes/UI Interaction.unity.meta +7 -0
  920. package/Samples/xrToolkit/VR Examples/Scenes.meta +8 -0
  921. package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png +0 -0
  922. package/Samples/xrToolkit/VR Examples/Textures/GridEmissive.png.meta +92 -0
  923. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png +0 -0
  924. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyAlbedo.png.meta +92 -0
  925. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png +0 -0
  926. package/Samples/xrToolkit/VR Examples/Textures/SwatchNavyDarkAlbedo.png.meta +92 -0
  927. package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png +0 -0
  928. package/Samples/xrToolkit/VR Examples/Textures/SwatchPinkAlbedo.png.meta +92 -0
  929. package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png +0 -0
  930. package/Samples/xrToolkit/VR Examples/Textures/SwatchWhiteAlbedo.png.meta +92 -0
  931. package/Samples/xrToolkit/VR Examples/Textures.meta +8 -0
  932. package/Samples/xrToolkit/VR Examples.meta +8 -0
  933. package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset +14 -0
  934. package/Samples/xrToolkit/XR/Loaders/Oculus Loader.asset.meta +8 -0
  935. package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset +14 -0
  936. package/Samples/xrToolkit/XR/Loaders/Windows MR Loader.asset.meta +8 -0
  937. package/Samples/xrToolkit/XR/Loaders.meta +8 -0
  938. package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset +23 -0
  939. package/Samples/xrToolkit/XR/Settings/Oculus Settings.asset.meta +8 -0
  940. package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset +47 -0
  941. package/Samples/xrToolkit/XR/Settings/Windows MR Package Settings.asset.meta +8 -0
  942. package/Samples/xrToolkit/XR/Settings.meta +8 -0
  943. package/Samples/xrToolkit/XR/XRGeneralSettings.asset +173 -0
  944. package/Samples/xrToolkit/XR/XRGeneralSettings.asset.meta +8 -0
  945. package/Samples/xrToolkit/XR.meta +8 -0
  946. package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset +16 -0
  947. package/Samples/xrToolkit/XRI/Settings/XRInteractionEditorSettings.asset.meta +8 -0
  948. package/Samples/xrToolkit/XRI/Settings.meta +8 -0
  949. package/Samples/xrToolkit/XRI.meta +8 -0
  950. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset +136 -0
  951. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset.asset.meta +8 -0
  952. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset +38 -0
  953. package/Samples/xrToolkit/XR_UniversalRenderPipelineAsset_Renderer.asset.meta +8 -0
  954. package/Samples/xrToolkit.meta +8 -0
  955. package/Samples.meta +8 -0
  956. package/package.json +52 -0
  957. package/package.json.meta +7 -0
@@ -0,0 +1,2598 @@
1
+ {
2
+ "name": "vr-player_InputActions",
3
+ "maps": [
4
+ {
5
+ "name": "XRI Head",
6
+ "id": "09ff3ccc-21b4-4346-a3a2-7c978b5af892",
7
+ "actions": [
8
+ {
9
+ "name": "Position",
10
+ "type": "Value",
11
+ "id": "b1abc9b8-6f6f-4849-b762-b9657c8c10a0",
12
+ "expectedControlType": "Vector3",
13
+ "processors": "",
14
+ "interactions": "",
15
+ "initialStateCheck": true
16
+ },
17
+ {
18
+ "name": "Rotation",
19
+ "type": "Value",
20
+ "id": "a418829d-300e-4660-aac4-5a633e24d4a9",
21
+ "expectedControlType": "Quaternion",
22
+ "processors": "",
23
+ "interactions": "",
24
+ "initialStateCheck": true
25
+ },
26
+ {
27
+ "name": "Is Tracked",
28
+ "type": "Button",
29
+ "id": "96ad8ddd-db1f-43c1-a9dc-a7d9b6c910ae",
30
+ "expectedControlType": "Button",
31
+ "processors": "",
32
+ "interactions": "",
33
+ "initialStateCheck": true
34
+ },
35
+ {
36
+ "name": "Tracking State",
37
+ "type": "Value",
38
+ "id": "8029dc21-3a33-46b1-b9bd-34dc1c5af267",
39
+ "expectedControlType": "Integer",
40
+ "processors": "",
41
+ "interactions": "",
42
+ "initialStateCheck": true
43
+ },
44
+ {
45
+ "name": "Eye Gaze Position",
46
+ "type": "Value",
47
+ "id": "f74c3821-647e-496d-8275-e90fb655588b",
48
+ "expectedControlType": "Vector3",
49
+ "processors": "",
50
+ "interactions": "",
51
+ "initialStateCheck": true
52
+ },
53
+ {
54
+ "name": "Eye Gaze Rotation",
55
+ "type": "Value",
56
+ "id": "303f6f2f-d277-47ee-9e9c-09ac3c11a79a",
57
+ "expectedControlType": "Quaternion",
58
+ "processors": "",
59
+ "interactions": "",
60
+ "initialStateCheck": true
61
+ },
62
+ {
63
+ "name": "Eye Gaze Tracking State",
64
+ "type": "Value",
65
+ "id": "471c8312-00b5-4da8-89bb-248e320c73f5",
66
+ "expectedControlType": "Integer",
67
+ "processors": "",
68
+ "interactions": "",
69
+ "initialStateCheck": true
70
+ },
71
+ {
72
+ "name": "UserPresence",
73
+ "type": "Button",
74
+ "id": "bb7bce96-1a26-4e37-8417-7511a882250e",
75
+ "expectedControlType": "Button",
76
+ "processors": "",
77
+ "interactions": "",
78
+ "initialStateCheck": true
79
+ }
80
+ ],
81
+ "bindings": [
82
+ {
83
+ "name": "",
84
+ "id": "880bc14b-3dea-4416-bd05-2c4c9731dd85",
85
+ "path": "<XRHMD>/centerEyePosition",
86
+ "interactions": "",
87
+ "processors": "",
88
+ "groups": "XR",
89
+ "action": "Position",
90
+ "isComposite": false,
91
+ "isPartOfComposite": false
92
+ },
93
+ {
94
+ "name": "",
95
+ "id": "1363722a-0f5b-4bea-92e0-74315fc07872",
96
+ "path": "<XRHMD>/centerEyeRotation",
97
+ "interactions": "",
98
+ "processors": "",
99
+ "groups": "XR",
100
+ "action": "Rotation",
101
+ "isComposite": false,
102
+ "isPartOfComposite": false
103
+ },
104
+ {
105
+ "name": "",
106
+ "id": "ac35d356-4967-4595-adf9-d55e910f58c8",
107
+ "path": "<XRHMD>/isTracked",
108
+ "interactions": "",
109
+ "processors": "",
110
+ "groups": "XR",
111
+ "action": "Is Tracked",
112
+ "isComposite": false,
113
+ "isPartOfComposite": false
114
+ },
115
+ {
116
+ "name": "",
117
+ "id": "81c901fd-fcd5-45fb-bfee-2b36d9d93ceb",
118
+ "path": "<XRHMD>/trackingState",
119
+ "interactions": "",
120
+ "processors": "",
121
+ "groups": "XR",
122
+ "action": "Tracking State",
123
+ "isComposite": false,
124
+ "isPartOfComposite": false
125
+ },
126
+ {
127
+ "name": "Vector 3 Fallback",
128
+ "id": "26e0f5aa-2705-4bb8-aa67-04b2601e31c5",
129
+ "path": "Vector3Fallback",
130
+ "interactions": "",
131
+ "processors": "",
132
+ "groups": "",
133
+ "action": "Eye Gaze Position",
134
+ "isComposite": true,
135
+ "isPartOfComposite": false
136
+ },
137
+ {
138
+ "name": "first",
139
+ "id": "787c4685-f636-45ee-a238-08c77e4ec403",
140
+ "path": "<EyeGaze>/pose/position",
141
+ "interactions": "",
142
+ "processors": "",
143
+ "groups": "XR",
144
+ "action": "Eye Gaze Position",
145
+ "isComposite": false,
146
+ "isPartOfComposite": true
147
+ },
148
+ {
149
+ "name": "second",
150
+ "id": "0c80e2c3-e3e1-42a7-8b86-10976ee02314",
151
+ "path": "<XRHMD>/centerEyePosition",
152
+ "interactions": "",
153
+ "processors": "",
154
+ "groups": "XR",
155
+ "action": "Eye Gaze Position",
156
+ "isComposite": false,
157
+ "isPartOfComposite": true
158
+ },
159
+ {
160
+ "name": "third",
161
+ "id": "65f2ff03-5e1e-40c6-82a3-de056d560712",
162
+ "path": "",
163
+ "interactions": "",
164
+ "processors": "",
165
+ "groups": "XR",
166
+ "action": "Eye Gaze Position",
167
+ "isComposite": false,
168
+ "isPartOfComposite": true
169
+ },
170
+ {
171
+ "name": "Quaternion Fallback",
172
+ "id": "f33b85eb-a447-4a9f-875b-efa06bb850de",
173
+ "path": "QuaternionFallback",
174
+ "interactions": "",
175
+ "processors": "",
176
+ "groups": "",
177
+ "action": "Eye Gaze Rotation",
178
+ "isComposite": true,
179
+ "isPartOfComposite": false
180
+ },
181
+ {
182
+ "name": "first",
183
+ "id": "7fe68066-63e6-4409-87d9-2b8d8a696e38",
184
+ "path": "<EyeGaze>/pose/rotation",
185
+ "interactions": "",
186
+ "processors": "",
187
+ "groups": "XR",
188
+ "action": "Eye Gaze Rotation",
189
+ "isComposite": false,
190
+ "isPartOfComposite": true
191
+ },
192
+ {
193
+ "name": "second",
194
+ "id": "486e1dd9-b1fe-4a5b-a889-a737109a46b7",
195
+ "path": "<XRHMD>/centerEyeRotation",
196
+ "interactions": "",
197
+ "processors": "",
198
+ "groups": "XR",
199
+ "action": "Eye Gaze Rotation",
200
+ "isComposite": false,
201
+ "isPartOfComposite": true
202
+ },
203
+ {
204
+ "name": "third",
205
+ "id": "53735890-6428-467e-811e-09a2f9ef2b2c",
206
+ "path": "",
207
+ "interactions": "",
208
+ "processors": "",
209
+ "groups": "XR",
210
+ "action": "Eye Gaze Rotation",
211
+ "isComposite": false,
212
+ "isPartOfComposite": true
213
+ },
214
+ {
215
+ "name": "Integer Fallback",
216
+ "id": "724f281b-8582-4a56-99c4-dd811533f83e",
217
+ "path": "IntegerFallback",
218
+ "interactions": "",
219
+ "processors": "",
220
+ "groups": "",
221
+ "action": "Eye Gaze Tracking State",
222
+ "isComposite": true,
223
+ "isPartOfComposite": false
224
+ },
225
+ {
226
+ "name": "first",
227
+ "id": "00ad6697-3599-4612-a4f1-4b92a25fe342",
228
+ "path": "<EyeGaze>/pose/trackingState",
229
+ "interactions": "",
230
+ "processors": "",
231
+ "groups": "XR",
232
+ "action": "Eye Gaze Tracking State",
233
+ "isComposite": false,
234
+ "isPartOfComposite": true
235
+ },
236
+ {
237
+ "name": "second",
238
+ "id": "6f3d9a3b-971a-4e7d-b9c1-df2137e6c50f",
239
+ "path": "<XRHMD>/trackingState",
240
+ "interactions": "",
241
+ "processors": "",
242
+ "groups": "XR",
243
+ "action": "Eye Gaze Tracking State",
244
+ "isComposite": false,
245
+ "isPartOfComposite": true
246
+ },
247
+ {
248
+ "name": "third",
249
+ "id": "28018093-4e9b-4199-8d74-cfadb59b1318",
250
+ "path": "",
251
+ "interactions": "",
252
+ "processors": "",
253
+ "groups": "XR",
254
+ "action": "Eye Gaze Tracking State",
255
+ "isComposite": false,
256
+ "isPartOfComposite": true
257
+ },
258
+ {
259
+ "name": "",
260
+ "id": "bb7d46d0-7a13-4667-ab40-8dabb1dfaa6f",
261
+ "path": "<XRHMD>/userPresence",
262
+ "interactions": "",
263
+ "processors": "",
264
+ "groups": "XR;Gamepad;Keyboard&Mouse",
265
+ "action": "UserPresence",
266
+ "isComposite": false,
267
+ "isPartOfComposite": false
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "name": "XRI LeftHand",
273
+ "id": "5fe596f9-1b7b-49b7-80a7-3b5195caf74d",
274
+ "actions": [
275
+ {
276
+ "name": "Position",
277
+ "type": "Value",
278
+ "id": "96bca76c-0f0f-4417-8289-0e9c233e2dbd",
279
+ "expectedControlType": "Vector3",
280
+ "processors": "",
281
+ "interactions": "",
282
+ "initialStateCheck": true
283
+ },
284
+ {
285
+ "name": "Rotation",
286
+ "type": "Value",
287
+ "id": "a883970e-9589-4ab4-a036-f470e3bf8cae",
288
+ "expectedControlType": "Quaternion",
289
+ "processors": "",
290
+ "interactions": "",
291
+ "initialStateCheck": true
292
+ },
293
+ {
294
+ "name": "Is Tracked",
295
+ "type": "Button",
296
+ "id": "3de9dabd-e7e5-4d1a-a145-1bdd882564a2",
297
+ "expectedControlType": "Button",
298
+ "processors": "",
299
+ "interactions": "",
300
+ "initialStateCheck": true
301
+ },
302
+ {
303
+ "name": "Tracking State",
304
+ "type": "Value",
305
+ "id": "d5ad6e4a-e992-4db6-b1bd-3e9a9ad034f1",
306
+ "expectedControlType": "Integer",
307
+ "processors": "",
308
+ "interactions": "",
309
+ "initialStateCheck": true
310
+ },
311
+ {
312
+ "name": "Haptic Device",
313
+ "type": "PassThrough",
314
+ "id": "3acb6fe1-e409-4c0c-b350-0537783720b4",
315
+ "expectedControlType": "",
316
+ "processors": "",
317
+ "interactions": "",
318
+ "initialStateCheck": false
319
+ },
320
+ {
321
+ "name": "Aim Position",
322
+ "type": "Value",
323
+ "id": "f3ff2366-c26b-45f6-bf57-9454b0cdd6e7",
324
+ "expectedControlType": "Vector3",
325
+ "processors": "",
326
+ "interactions": "",
327
+ "initialStateCheck": true
328
+ },
329
+ {
330
+ "name": "Aim Rotation",
331
+ "type": "Value",
332
+ "id": "220b281e-831a-4869-b86e-c6d5e41ca186",
333
+ "expectedControlType": "Quaternion",
334
+ "processors": "",
335
+ "interactions": "",
336
+ "initialStateCheck": true
337
+ },
338
+ {
339
+ "name": "Pinch Position",
340
+ "type": "Value",
341
+ "id": "9fb73d6e-cc3f-43ed-947e-d27229ebc845",
342
+ "expectedControlType": "Vector3",
343
+ "processors": "",
344
+ "interactions": "",
345
+ "initialStateCheck": true
346
+ },
347
+ {
348
+ "name": "Poke Position",
349
+ "type": "Value",
350
+ "id": "2188b9df-dd43-41a4-9f6e-1646f179ceb1",
351
+ "expectedControlType": "Vector3",
352
+ "processors": "",
353
+ "interactions": "",
354
+ "initialStateCheck": true
355
+ },
356
+ {
357
+ "name": "Poke Rotation",
358
+ "type": "Value",
359
+ "id": "50f17473-8617-4096-9e8f-3c4391e798a0",
360
+ "expectedControlType": "Quaternion",
361
+ "processors": "",
362
+ "interactions": "",
363
+ "initialStateCheck": true
364
+ },
365
+ {
366
+ "name": "DrawPrimaryItem",
367
+ "type": "Button",
368
+ "id": "f6f99e0d-6e97-49ab-917d-f6b4c4f6ffcb",
369
+ "expectedControlType": "Button",
370
+ "processors": "",
371
+ "interactions": "",
372
+ "initialStateCheck": false
373
+ },
374
+ {
375
+ "name": "Preview Raycast",
376
+ "type": "Button",
377
+ "id": "9659d2b3-01eb-4706-95b5-010e235ce420",
378
+ "expectedControlType": "Button",
379
+ "processors": "",
380
+ "interactions": "",
381
+ "initialStateCheck": false
382
+ },
383
+ {
384
+ "name": "Translate Anchor",
385
+ "type": "Value",
386
+ "id": "9a3404f8-b942-4716-83ca-066728a264a2",
387
+ "expectedControlType": "Vector2",
388
+ "processors": "",
389
+ "interactions": "",
390
+ "initialStateCheck": true
391
+ },
392
+ {
393
+ "name": "Rotate Anchor",
394
+ "type": "Value",
395
+ "id": "619a2703-0f50-4888-a355-28d71583e88c",
396
+ "expectedControlType": "Vector2",
397
+ "processors": "",
398
+ "interactions": "",
399
+ "initialStateCheck": true
400
+ },
401
+ {
402
+ "name": "UI Press Value",
403
+ "type": "Value",
404
+ "id": "af2486f3-4d06-443f-883b-d06809f018c8",
405
+ "expectedControlType": "Axis",
406
+ "processors": "",
407
+ "interactions": "",
408
+ "initialStateCheck": true
409
+ },
410
+ {
411
+ "name": "UI Press",
412
+ "type": "Button",
413
+ "id": "9074624c-cad4-462c-83b1-ce08dda63507",
414
+ "expectedControlType": "Button",
415
+ "processors": "",
416
+ "interactions": "",
417
+ "initialStateCheck": false
418
+ },
419
+ {
420
+ "name": "Activate Value",
421
+ "type": "Value",
422
+ "id": "6001c067-602c-49b6-b02c-74dce5036d12",
423
+ "expectedControlType": "Axis",
424
+ "processors": "",
425
+ "interactions": "",
426
+ "initialStateCheck": true
427
+ },
428
+ {
429
+ "name": "Activate",
430
+ "type": "Button",
431
+ "id": "d5d1c8d0-3a69-4dbe-b865-06ffcd463de9",
432
+ "expectedControlType": "Button",
433
+ "processors": "",
434
+ "interactions": "",
435
+ "initialStateCheck": false
436
+ },
437
+ {
438
+ "name": "Select Value",
439
+ "type": "Value",
440
+ "id": "453c22aa-cf49-4301-a207-372728002ce9",
441
+ "expectedControlType": "Axis",
442
+ "processors": "",
443
+ "interactions": "",
444
+ "initialStateCheck": true
445
+ },
446
+ {
447
+ "name": "Select",
448
+ "type": "Button",
449
+ "id": "3a5b7c17-fd96-4460-910f-8668e5508442",
450
+ "expectedControlType": "Button",
451
+ "processors": "",
452
+ "interactions": "",
453
+ "initialStateCheck": false
454
+ },
455
+ {
456
+ "name": "Teleport Select",
457
+ "type": "Value",
458
+ "id": "ea9c4756-abbf-42bb-8823-b0178ab17e5c",
459
+ "expectedControlType": "Vector2",
460
+ "processors": "",
461
+ "interactions": "",
462
+ "initialStateCheck": true
463
+ },
464
+ {
465
+ "name": "Teleport Mode Activate",
466
+ "type": "Value",
467
+ "id": "67952265-61ee-4c2d-a38a-14fa18c5ae7b",
468
+ "expectedControlType": "Vector2",
469
+ "processors": "",
470
+ "interactions": "",
471
+ "initialStateCheck": true
472
+ },
473
+ {
474
+ "name": "Teleport Mode Cancel",
475
+ "type": "Button",
476
+ "id": "07d609d2-be79-419e-8035-ba87d01cfe2c",
477
+ "expectedControlType": "Button",
478
+ "processors": "",
479
+ "interactions": "",
480
+ "initialStateCheck": false
481
+ },
482
+ {
483
+ "name": "Teleport Direction",
484
+ "type": "Value",
485
+ "id": "bae5b6fd-ac49-4699-bf9f-1f8c60c3d971",
486
+ "expectedControlType": "Vector2",
487
+ "processors": "",
488
+ "interactions": "",
489
+ "initialStateCheck": true
490
+ },
491
+ {
492
+ "name": "Turn",
493
+ "type": "Value",
494
+ "id": "2f71129b-0168-49d3-b459-2024d8ccebde",
495
+ "expectedControlType": "Vector2",
496
+ "processors": "",
497
+ "interactions": "",
498
+ "initialStateCheck": true
499
+ },
500
+ {
501
+ "name": "Move",
502
+ "type": "Value",
503
+ "id": "d058c889-a32a-443e-b099-b729bb6aa5d9",
504
+ "expectedControlType": "Vector2",
505
+ "processors": "",
506
+ "interactions": "",
507
+ "initialStateCheck": true
508
+ },
509
+ {
510
+ "name": "Grab Move",
511
+ "type": "Button",
512
+ "id": "a3f1a6ac-411c-40cc-bb9d-9b1ac5d497d8",
513
+ "expectedControlType": "Button",
514
+ "processors": "",
515
+ "interactions": "",
516
+ "initialStateCheck": false
517
+ },
518
+ {
519
+ "name": "Snap Turn",
520
+ "type": "Value",
521
+ "id": "c58f5f87-c8d7-408d-b1f3-e3b9f1f7585f",
522
+ "expectedControlType": "Vector2",
523
+ "processors": "",
524
+ "interactions": "",
525
+ "initialStateCheck": true
526
+ }
527
+ ],
528
+ "bindings": [
529
+ {
530
+ "name": "Vector 3 Fallback",
531
+ "id": "8f4631ad-8aa2-47c2-b9fc-4dc718359469",
532
+ "path": "Vector3Fallback",
533
+ "interactions": "",
534
+ "processors": "",
535
+ "groups": "",
536
+ "action": "Position",
537
+ "isComposite": true,
538
+ "isPartOfComposite": false
539
+ },
540
+ {
541
+ "name": "first",
542
+ "id": "b6e30317-1b14-40b8-8009-c079e1a364a2",
543
+ "path": "<XRController>{LeftHand}/pointerPosition",
544
+ "interactions": "",
545
+ "processors": "",
546
+ "groups": "XR",
547
+ "action": "Position",
548
+ "isComposite": false,
549
+ "isPartOfComposite": true
550
+ },
551
+ {
552
+ "name": "second",
553
+ "id": "1e95b4b8-16c5-445a-8ed4-d1c530494880",
554
+ "path": "<XRController>{LeftHand}/devicePosition",
555
+ "interactions": "",
556
+ "processors": "",
557
+ "groups": "XR",
558
+ "action": "Position",
559
+ "isComposite": false,
560
+ "isPartOfComposite": true
561
+ },
562
+ {
563
+ "name": "third",
564
+ "id": "629442fb-240b-462f-8035-e5ed58c4eb8c",
565
+ "path": "<XRHandDevice>{LeftHand}/devicePosition",
566
+ "interactions": "",
567
+ "processors": "",
568
+ "groups": "XR",
569
+ "action": "Position",
570
+ "isComposite": false,
571
+ "isPartOfComposite": true
572
+ },
573
+ {
574
+ "name": "Quaternion Fallback",
575
+ "id": "b05c1d56-0fa7-4857-8e94-2b27c0ba6d1d",
576
+ "path": "QuaternionFallback",
577
+ "interactions": "",
578
+ "processors": "",
579
+ "groups": "",
580
+ "action": "Rotation",
581
+ "isComposite": true,
582
+ "isPartOfComposite": false
583
+ },
584
+ {
585
+ "name": "first",
586
+ "id": "2e09f7f5-54c3-4a3f-a359-573ae9c8e4ad",
587
+ "path": "<XRController>{LeftHand}/pointerRotation",
588
+ "interactions": "",
589
+ "processors": "",
590
+ "groups": "XR",
591
+ "action": "Rotation",
592
+ "isComposite": false,
593
+ "isPartOfComposite": true
594
+ },
595
+ {
596
+ "name": "second",
597
+ "id": "ada06182-12a6-4ed5-af55-e9a74e3b1157",
598
+ "path": "<XRController>{LeftHand}/deviceRotation",
599
+ "interactions": "",
600
+ "processors": "",
601
+ "groups": "XR",
602
+ "action": "Rotation",
603
+ "isComposite": false,
604
+ "isPartOfComposite": true
605
+ },
606
+ {
607
+ "name": "third",
608
+ "id": "48c343b6-b774-44d1-81c9-3fc006a3587e",
609
+ "path": "<XRHandDevice>{LeftHand}/deviceRotation",
610
+ "interactions": "",
611
+ "processors": "",
612
+ "groups": "XR",
613
+ "action": "Rotation",
614
+ "isComposite": false,
615
+ "isPartOfComposite": true
616
+ },
617
+ {
618
+ "name": "",
619
+ "id": "04d39c5b-9cf7-4640-ae51-fef703bda2b2",
620
+ "path": "<XRController>{LeftHand}/isTracked",
621
+ "interactions": "",
622
+ "processors": "",
623
+ "groups": "XR",
624
+ "action": "Is Tracked",
625
+ "isComposite": false,
626
+ "isPartOfComposite": false
627
+ },
628
+ {
629
+ "name": "",
630
+ "id": "f2490dd1-adc0-4ea6-82c0-3e4bb10f1925",
631
+ "path": "<XRHandDevice>{LeftHand}/isTracked",
632
+ "interactions": "",
633
+ "processors": "",
634
+ "groups": "XR",
635
+ "action": "Is Tracked",
636
+ "isComposite": false,
637
+ "isPartOfComposite": false
638
+ },
639
+ {
640
+ "name": "",
641
+ "id": "4f6c22d0-0197-4963-bfe4-7ae5f931f9df",
642
+ "path": "<XRController>{LeftHand}/trackingState",
643
+ "interactions": "",
644
+ "processors": "",
645
+ "groups": "XR",
646
+ "action": "Tracking State",
647
+ "isComposite": false,
648
+ "isPartOfComposite": false
649
+ },
650
+ {
651
+ "name": "",
652
+ "id": "95fa8525-18f4-41d1-80eb-e598b532276a",
653
+ "path": "<XRHandDevice>{LeftHand}/trackingState",
654
+ "interactions": "",
655
+ "processors": "",
656
+ "groups": "XR",
657
+ "action": "Tracking State",
658
+ "isComposite": false,
659
+ "isPartOfComposite": false
660
+ },
661
+ {
662
+ "name": "",
663
+ "id": "baa682a7-58f0-4d22-a125-ec54b98f3573",
664
+ "path": "<XRController>{LeftHand}/*",
665
+ "interactions": "",
666
+ "processors": "",
667
+ "groups": "XR",
668
+ "action": "Haptic Device",
669
+ "isComposite": false,
670
+ "isPartOfComposite": false
671
+ },
672
+ {
673
+ "name": "",
674
+ "id": "eb088778-c45d-4c1a-a8b1-bd99ea9a7046",
675
+ "path": "<MetaAimHand>{LeftHand}/devicePosition",
676
+ "interactions": "",
677
+ "processors": "",
678
+ "groups": "XR",
679
+ "action": "Aim Position",
680
+ "isComposite": false,
681
+ "isPartOfComposite": false
682
+ },
683
+ {
684
+ "name": "",
685
+ "id": "eafa84c0-2154-437e-8ab7-c05952c591ad",
686
+ "path": "<MetaAimHand>{LeftHand}/deviceRotation",
687
+ "interactions": "",
688
+ "processors": "",
689
+ "groups": "XR",
690
+ "action": "Aim Rotation",
691
+ "isComposite": false,
692
+ "isPartOfComposite": false
693
+ },
694
+ {
695
+ "name": "",
696
+ "id": "cc892683-09b9-41e3-9e4e-c3c9230dbd47",
697
+ "path": "<XRHandDevice>{LeftHand}/pinchPosition",
698
+ "interactions": "",
699
+ "processors": "",
700
+ "groups": "XR",
701
+ "action": "Pinch Position",
702
+ "isComposite": false,
703
+ "isPartOfComposite": false
704
+ },
705
+ {
706
+ "name": "",
707
+ "id": "25210914-eb60-41c0-95fd-d94a429b67b7",
708
+ "path": "<XRHandDevice>{LeftHand}/pokePosition",
709
+ "interactions": "",
710
+ "processors": "",
711
+ "groups": "XR",
712
+ "action": "Poke Position",
713
+ "isComposite": false,
714
+ "isPartOfComposite": false
715
+ },
716
+ {
717
+ "name": "",
718
+ "id": "139aa4c8-72b3-44aa-9c46-e7902964e4bc",
719
+ "path": "<XRHandDevice>{LeftHand}/pokeRotation",
720
+ "interactions": "",
721
+ "processors": "",
722
+ "groups": "XR",
723
+ "action": "Poke Rotation",
724
+ "isComposite": false,
725
+ "isPartOfComposite": false
726
+ },
727
+ {
728
+ "name": "",
729
+ "id": "a4e5d42c-7425-44cd-849c-e0de8fab212b",
730
+ "path": "<XRController>{LeftHand}/primaryButton",
731
+ "interactions": "",
732
+ "processors": "",
733
+ "groups": "XR",
734
+ "action": "DrawPrimaryItem",
735
+ "isComposite": false,
736
+ "isPartOfComposite": false
737
+ },
738
+ {
739
+ "name": "",
740
+ "id": "46db9911-dfa3-43a2-ae4b-a82524a1b191",
741
+ "path": "<XRController>{LeftHand}/secondaryButton",
742
+ "interactions": "",
743
+ "processors": "",
744
+ "groups": "XR",
745
+ "action": "Preview Raycast",
746
+ "isComposite": false,
747
+ "isPartOfComposite": false
748
+ },
749
+ {
750
+ "name": "",
751
+ "id": "6c0b50e5-9a15-4275-afe2-0efd6d25f702",
752
+ "path": "<XRController>{LeftHand}/Primary2DAxis",
753
+ "interactions": "",
754
+ "processors": "ScaleVector2(x=0),StickDeadzone",
755
+ "groups": "XR",
756
+ "action": "Translate Anchor",
757
+ "isComposite": false,
758
+ "isPartOfComposite": false
759
+ },
760
+ {
761
+ "name": "",
762
+ "id": "dba9a9f6-c2ab-4ec2-a699-57f535e296f6",
763
+ "path": "<XRController>{LeftHand}/Primary2DAxis",
764
+ "interactions": "",
765
+ "processors": "ScaleVector2(y=0),StickDeadzone",
766
+ "groups": "XR",
767
+ "action": "Rotate Anchor",
768
+ "isComposite": false,
769
+ "isPartOfComposite": false
770
+ },
771
+ {
772
+ "name": "",
773
+ "id": "0d1c97d2-f908-4097-bfe2-9634b61c44f2",
774
+ "path": "<XRController>{LeftHand}/trigger",
775
+ "interactions": "",
776
+ "processors": "",
777
+ "groups": "XR",
778
+ "action": "UI Press Value",
779
+ "isComposite": false,
780
+ "isPartOfComposite": false
781
+ },
782
+ {
783
+ "name": "",
784
+ "id": "2799c616-bd87-4c56-aced-204758b19dea",
785
+ "path": "<MetaAimHand>{LeftHand}/pinchStrengthIndex",
786
+ "interactions": "",
787
+ "processors": "",
788
+ "groups": "XR",
789
+ "action": "UI Press Value",
790
+ "isComposite": false,
791
+ "isPartOfComposite": false
792
+ },
793
+ {
794
+ "name": "",
795
+ "id": "ea9f7984-faec-4d91-80d6-86c92acc5fb7",
796
+ "path": "<XRController>{LeftHand}/triggerPressed",
797
+ "interactions": "",
798
+ "processors": "",
799
+ "groups": "XR",
800
+ "action": "UI Press",
801
+ "isComposite": false,
802
+ "isPartOfComposite": false
803
+ },
804
+ {
805
+ "name": "",
806
+ "id": "9605b759-0397-40f3-a3ff-d9c507f665e6",
807
+ "path": "<MetaAimHand>{LeftHand}/indexPressed",
808
+ "interactions": "",
809
+ "processors": "",
810
+ "groups": "XR",
811
+ "action": "UI Press",
812
+ "isComposite": false,
813
+ "isPartOfComposite": false
814
+ },
815
+ {
816
+ "name": "",
817
+ "id": "dac98c7a-2476-49a4-b6bc-a41be1fe7b88",
818
+ "path": "<XRController>{LeftHand}/trigger",
819
+ "interactions": "",
820
+ "processors": "",
821
+ "groups": "XR",
822
+ "action": "Activate Value",
823
+ "isComposite": false,
824
+ "isPartOfComposite": false
825
+ },
826
+ {
827
+ "name": "",
828
+ "id": "df2df596-a69c-4c10-aec9-f907b2d6c43c",
829
+ "path": "<XRController>{LeftHand}/triggerPressed",
830
+ "interactions": "",
831
+ "processors": "",
832
+ "groups": "XR",
833
+ "action": "Activate",
834
+ "isComposite": false,
835
+ "isPartOfComposite": false
836
+ },
837
+ {
838
+ "name": "",
839
+ "id": "322d8216-e117-4e87-9e5e-53adc5eddf62",
840
+ "path": "<XRController>{LeftHand}/grip",
841
+ "interactions": "",
842
+ "processors": "",
843
+ "groups": "XR",
844
+ "action": "Select Value",
845
+ "isComposite": false,
846
+ "isPartOfComposite": false
847
+ },
848
+ {
849
+ "name": "",
850
+ "id": "8aaa0665-b911-4caf-950d-cc15471c8a3d",
851
+ "path": "<MetaAimHand>{LeftHand}/pinchStrengthIndex",
852
+ "interactions": "",
853
+ "processors": "",
854
+ "groups": "XR",
855
+ "action": "Select Value",
856
+ "isComposite": false,
857
+ "isPartOfComposite": false
858
+ },
859
+ {
860
+ "name": "",
861
+ "id": "df0e803a-7a39-4ca8-b116-c0a6a76e2a6e",
862
+ "path": "<XRController>{LeftHand}/gripPressed",
863
+ "interactions": "",
864
+ "processors": "",
865
+ "groups": "XR",
866
+ "action": "Select",
867
+ "isComposite": false,
868
+ "isPartOfComposite": false
869
+ },
870
+ {
871
+ "name": "",
872
+ "id": "cc8746d6-1a5c-4a50-8472-8eea2586e15c",
873
+ "path": "<MetaAimHand>{LeftHand}/indexPressed",
874
+ "interactions": "",
875
+ "processors": "",
876
+ "groups": "XR",
877
+ "action": "Select",
878
+ "isComposite": false,
879
+ "isPartOfComposite": false
880
+ },
881
+ {
882
+ "name": "",
883
+ "id": "20b3412b-d75c-4872-a54d-496f874b870d",
884
+ "path": "<XRController>{LeftHand}/Primary2DAxis",
885
+ "interactions": "Sector(directions=-1,sweepBehavior=3)",
886
+ "processors": "",
887
+ "groups": "XR",
888
+ "action": "Teleport Select",
889
+ "isComposite": false,
890
+ "isPartOfComposite": false
891
+ },
892
+ {
893
+ "name": "",
894
+ "id": "83ea1686-c56f-4bd1-8b28-0f81c2a2ec3c",
895
+ "path": "<XRController>{LeftHand}/Primary2DAxis",
896
+ "interactions": "Sector(directions=1)",
897
+ "processors": "",
898
+ "groups": "XR",
899
+ "action": "Teleport Mode Activate",
900
+ "isComposite": false,
901
+ "isPartOfComposite": false
902
+ },
903
+ {
904
+ "name": "",
905
+ "id": "0d9de6a9-fde3-4499-93f0-07e13c23e733",
906
+ "path": "<XRController>{LeftHand}/gripPressed",
907
+ "interactions": "",
908
+ "processors": "",
909
+ "groups": "XR",
910
+ "action": "Teleport Mode Cancel",
911
+ "isComposite": false,
912
+ "isPartOfComposite": false
913
+ },
914
+ {
915
+ "name": "",
916
+ "id": "1e3b7a35-1d2e-4bab-aa2d-0979798a34fe",
917
+ "path": "<XRController>{LeftHand}/primary2DAxis",
918
+ "interactions": "",
919
+ "processors": "",
920
+ "groups": "XR",
921
+ "action": "Teleport Direction",
922
+ "isComposite": false,
923
+ "isPartOfComposite": false
924
+ },
925
+ {
926
+ "name": "",
927
+ "id": "df6fbfe2-5f55-49f6-9918-3013d016d645",
928
+ "path": "<XRController>{LeftHand}/Primary2DAxis",
929
+ "interactions": "Sector(directions=12,sweepBehavior=1),Sector(directions=2,sweepBehavior=2)",
930
+ "processors": "",
931
+ "groups": "XR",
932
+ "action": "Turn",
933
+ "isComposite": false,
934
+ "isPartOfComposite": false
935
+ },
936
+ {
937
+ "name": "",
938
+ "id": "8388c2a7-08c5-45ce-ba4b-09cbb66f6e64",
939
+ "path": "<XRController>{LeftHand}/Primary2DAxis",
940
+ "interactions": "",
941
+ "processors": "StickDeadzone",
942
+ "groups": "XR",
943
+ "action": "Move",
944
+ "isComposite": false,
945
+ "isPartOfComposite": false
946
+ },
947
+ {
948
+ "name": "",
949
+ "id": "2d8a3e0a-0e20-4937-97ec-9614f03f2ad3",
950
+ "path": "<XRController>{LeftHand}/gripPressed",
951
+ "interactions": "",
952
+ "processors": "",
953
+ "groups": "XR",
954
+ "action": "Grab Move",
955
+ "isComposite": false,
956
+ "isPartOfComposite": false
957
+ },
958
+ {
959
+ "name": "",
960
+ "id": "867d9ae7-6ee4-47df-b28a-0ca6031ea07b",
961
+ "path": "<XRController>{LeftHand}/Primary2DAxis",
962
+ "interactions": "Sector(directions=12,sweepBehavior=1),Sector(directions=2,sweepBehavior=2)",
963
+ "processors": "",
964
+ "groups": "XR",
965
+ "action": "Snap Turn",
966
+ "isComposite": false,
967
+ "isPartOfComposite": false
968
+ }
969
+ ]
970
+ },
971
+ {
972
+ "name": "XRI RightHand",
973
+ "id": "7960f8ef-2bf3-4281-aecc-4c03809d6c8c",
974
+ "actions": [
975
+ {
976
+ "name": "Position",
977
+ "type": "Value",
978
+ "id": "7b40e9d5-1b6d-4e63-8e81-aa947ae4935a",
979
+ "expectedControlType": "Vector3",
980
+ "processors": "",
981
+ "interactions": "",
982
+ "initialStateCheck": true
983
+ },
984
+ {
985
+ "name": "Rotation",
986
+ "type": "Value",
987
+ "id": "5d54ebce-931b-4563-be10-d2a6728cc1bc",
988
+ "expectedControlType": "Quaternion",
989
+ "processors": "",
990
+ "interactions": "",
991
+ "initialStateCheck": true
992
+ },
993
+ {
994
+ "name": "Is Tracked",
995
+ "type": "Button",
996
+ "id": "3aea35ff-2bf5-488a-a62d-ef7e6e75e058",
997
+ "expectedControlType": "Button",
998
+ "processors": "",
999
+ "interactions": "",
1000
+ "initialStateCheck": true
1001
+ },
1002
+ {
1003
+ "name": "Tracking State",
1004
+ "type": "Value",
1005
+ "id": "12dc93bf-1163-4b1e-969f-3ab6b168a0d5",
1006
+ "expectedControlType": "Integer",
1007
+ "processors": "",
1008
+ "interactions": "",
1009
+ "initialStateCheck": true
1010
+ },
1011
+ {
1012
+ "name": "Haptic Device",
1013
+ "type": "PassThrough",
1014
+ "id": "49eeb5c8-fb5d-4270-a94c-33f9eff450d9",
1015
+ "expectedControlType": "",
1016
+ "processors": "",
1017
+ "interactions": "",
1018
+ "initialStateCheck": false
1019
+ },
1020
+ {
1021
+ "name": "Aim Position",
1022
+ "type": "Value",
1023
+ "id": "0ecee934-b752-439c-8a6d-da8d0329cbb3",
1024
+ "expectedControlType": "Vector3",
1025
+ "processors": "",
1026
+ "interactions": "",
1027
+ "initialStateCheck": true
1028
+ },
1029
+ {
1030
+ "name": "Aim Rotation",
1031
+ "type": "Value",
1032
+ "id": "112a1499-7ae1-4d8e-b405-80d0543fadf9",
1033
+ "expectedControlType": "Quaternion",
1034
+ "processors": "",
1035
+ "interactions": "",
1036
+ "initialStateCheck": true
1037
+ },
1038
+ {
1039
+ "name": "Pinch Position",
1040
+ "type": "Value",
1041
+ "id": "ce5fa4ac-2b86-4c6f-ba88-8fe9ba2114cf",
1042
+ "expectedControlType": "Vector3",
1043
+ "processors": "",
1044
+ "interactions": "",
1045
+ "initialStateCheck": true
1046
+ },
1047
+ {
1048
+ "name": "Preview Raycast",
1049
+ "type": "Button",
1050
+ "id": "64ed96c9-4c81-4b50-8b60-1330abb7b0b6",
1051
+ "expectedControlType": "Button",
1052
+ "processors": "",
1053
+ "interactions": "",
1054
+ "initialStateCheck": false
1055
+ },
1056
+ {
1057
+ "name": "Translate Anchor",
1058
+ "type": "Value",
1059
+ "id": "08f455b3-cafc-4848-b6d0-f9336d7dd98e",
1060
+ "expectedControlType": "Vector2",
1061
+ "processors": "",
1062
+ "interactions": "",
1063
+ "initialStateCheck": true
1064
+ },
1065
+ {
1066
+ "name": "Rotate Anchor",
1067
+ "type": "Value",
1068
+ "id": "d7ed343f-04d5-492e-a657-aa7d5cfb37bf",
1069
+ "expectedControlType": "Vector2",
1070
+ "processors": "",
1071
+ "interactions": "",
1072
+ "initialStateCheck": true
1073
+ },
1074
+ {
1075
+ "name": "UI Press Value",
1076
+ "type": "Value",
1077
+ "id": "f3ec6ce1-b75b-4c42-a049-a33335eb525c",
1078
+ "expectedControlType": "Axis",
1079
+ "processors": "",
1080
+ "interactions": "",
1081
+ "initialStateCheck": true
1082
+ },
1083
+ {
1084
+ "name": "UI Press",
1085
+ "type": "Button",
1086
+ "id": "c58581ab-6321-40b4-8ab6-ad94c5a8cad9",
1087
+ "expectedControlType": "Button",
1088
+ "processors": "",
1089
+ "interactions": "",
1090
+ "initialStateCheck": false
1091
+ },
1092
+ {
1093
+ "name": "Activate Value",
1094
+ "type": "Value",
1095
+ "id": "060b8605-bc62-432f-accd-83606dba99ee",
1096
+ "expectedControlType": "Axis",
1097
+ "processors": "",
1098
+ "interactions": "",
1099
+ "initialStateCheck": true
1100
+ },
1101
+ {
1102
+ "name": "Activate",
1103
+ "type": "Button",
1104
+ "id": "d2ab165f-f078-4973-a272-e2f0bd2104ad",
1105
+ "expectedControlType": "Button",
1106
+ "processors": "",
1107
+ "interactions": "",
1108
+ "initialStateCheck": false
1109
+ },
1110
+ {
1111
+ "name": "Select Value",
1112
+ "type": "Value",
1113
+ "id": "cd06b29c-28b0-4398-b8cb-0f9d52326324",
1114
+ "expectedControlType": "Axis",
1115
+ "processors": "",
1116
+ "interactions": "",
1117
+ "initialStateCheck": true
1118
+ },
1119
+ {
1120
+ "name": "Select",
1121
+ "type": "Button",
1122
+ "id": "437d65a9-20db-4244-9f17-3f684df9f65a",
1123
+ "expectedControlType": "Button",
1124
+ "processors": "",
1125
+ "interactions": "",
1126
+ "initialStateCheck": false
1127
+ },
1128
+ {
1129
+ "name": "Poke Position",
1130
+ "type": "Value",
1131
+ "id": "934e51d8-66a3-4732-b533-37466a952dd8",
1132
+ "expectedControlType": "Vector3",
1133
+ "processors": "",
1134
+ "interactions": "",
1135
+ "initialStateCheck": true
1136
+ },
1137
+ {
1138
+ "name": "Poke Rotation",
1139
+ "type": "Value",
1140
+ "id": "3e47ac13-c727-456e-9c70-bd0cc407faf7",
1141
+ "expectedControlType": "Quaternion",
1142
+ "processors": "",
1143
+ "interactions": "",
1144
+ "initialStateCheck": true
1145
+ },
1146
+ {
1147
+ "name": "DrawPrimaryItem",
1148
+ "type": "Button",
1149
+ "id": "d2a4e122-d58f-456b-aaf7-58a2cede4acf",
1150
+ "expectedControlType": "",
1151
+ "processors": "",
1152
+ "interactions": "",
1153
+ "initialStateCheck": false
1154
+ },
1155
+ {
1156
+ "name": "Teleport Select",
1157
+ "type": "Value",
1158
+ "id": "938cb8a8-ef00-482f-b7e5-0f6e392b8cb4",
1159
+ "expectedControlType": "Vector2",
1160
+ "processors": "",
1161
+ "interactions": "",
1162
+ "initialStateCheck": true
1163
+ },
1164
+ {
1165
+ "name": "Teleport Mode Activate",
1166
+ "type": "Value",
1167
+ "id": "f6a4ee54-34a9-4e9b-b8ab-013000c246bb",
1168
+ "expectedControlType": "Vector2",
1169
+ "processors": "",
1170
+ "interactions": "",
1171
+ "initialStateCheck": true
1172
+ },
1173
+ {
1174
+ "name": "Teleport Mode Cancel",
1175
+ "type": "Button",
1176
+ "id": "a4cf0861-4919-4f2c-b165-c285759c30ea",
1177
+ "expectedControlType": "Button",
1178
+ "processors": "",
1179
+ "interactions": "",
1180
+ "initialStateCheck": false
1181
+ },
1182
+ {
1183
+ "name": "Teleport Direction",
1184
+ "type": "Value",
1185
+ "id": "f30e445a-5879-4e79-a62f-ebc40e9e73c9",
1186
+ "expectedControlType": "Vector2",
1187
+ "processors": "",
1188
+ "interactions": "",
1189
+ "initialStateCheck": true
1190
+ },
1191
+ {
1192
+ "name": "Turn",
1193
+ "type": "Value",
1194
+ "id": "76ac1515-aeda-48aa-8e9f-f9bd0b110f20",
1195
+ "expectedControlType": "Vector2",
1196
+ "processors": "",
1197
+ "interactions": "",
1198
+ "initialStateCheck": true
1199
+ },
1200
+ {
1201
+ "name": "Move",
1202
+ "type": "Value",
1203
+ "id": "4e9eecab-6668-4c6c-bd33-4bd0e68cec8e",
1204
+ "expectedControlType": "Vector2",
1205
+ "processors": "",
1206
+ "interactions": "",
1207
+ "initialStateCheck": true
1208
+ },
1209
+ {
1210
+ "name": "Grab Move",
1211
+ "type": "Button",
1212
+ "id": "cfbbe85a-6821-4b56-9114-a2cc50a0be0c",
1213
+ "expectedControlType": "Button",
1214
+ "processors": "",
1215
+ "interactions": "",
1216
+ "initialStateCheck": false
1217
+ },
1218
+ {
1219
+ "name": "Snap Turn",
1220
+ "type": "Value",
1221
+ "id": "59225dd4-ee6a-4ff3-96c2-7c608b7e897e",
1222
+ "expectedControlType": "Vector2",
1223
+ "processors": "",
1224
+ "interactions": "",
1225
+ "initialStateCheck": true
1226
+ }
1227
+ ],
1228
+ "bindings": [
1229
+ {
1230
+ "name": "Vector 3 Fallback",
1231
+ "id": "d00c3a6e-053c-48c9-92cc-2784b56cb2f0",
1232
+ "path": "Vector3Fallback",
1233
+ "interactions": "",
1234
+ "processors": "",
1235
+ "groups": "",
1236
+ "action": "Position",
1237
+ "isComposite": true,
1238
+ "isPartOfComposite": false
1239
+ },
1240
+ {
1241
+ "name": "first",
1242
+ "id": "caf06734-b067-4754-887a-93acc9213328",
1243
+ "path": "<XRController>{RightHand}/pointerPosition",
1244
+ "interactions": "",
1245
+ "processors": "",
1246
+ "groups": "XR",
1247
+ "action": "Position",
1248
+ "isComposite": false,
1249
+ "isPartOfComposite": true
1250
+ },
1251
+ {
1252
+ "name": "second",
1253
+ "id": "489c591b-91a6-40a6-9618-82f4ea18b99f",
1254
+ "path": "<XRController>{RightHand}/devicePosition",
1255
+ "interactions": "",
1256
+ "processors": "",
1257
+ "groups": "XR",
1258
+ "action": "Position",
1259
+ "isComposite": false,
1260
+ "isPartOfComposite": true
1261
+ },
1262
+ {
1263
+ "name": "third",
1264
+ "id": "165c4521-18bc-46ae-9efd-f9a8a890e37d",
1265
+ "path": "<XRHandDevice>{RightHand}/devicePosition",
1266
+ "interactions": "",
1267
+ "processors": "",
1268
+ "groups": "XR",
1269
+ "action": "Position",
1270
+ "isComposite": false,
1271
+ "isPartOfComposite": true
1272
+ },
1273
+ {
1274
+ "name": "Quaternion Fallback",
1275
+ "id": "af3dc6e6-8567-4c44-b000-e66608fd59c1",
1276
+ "path": "QuaternionFallback",
1277
+ "interactions": "",
1278
+ "processors": "",
1279
+ "groups": "",
1280
+ "action": "Rotation",
1281
+ "isComposite": true,
1282
+ "isPartOfComposite": false
1283
+ },
1284
+ {
1285
+ "name": "first",
1286
+ "id": "046d6757-6c9b-4e54-92a7-114b9ec76682",
1287
+ "path": "<XRController>{RightHand}/pointerRotation",
1288
+ "interactions": "",
1289
+ "processors": "",
1290
+ "groups": "XR",
1291
+ "action": "Rotation",
1292
+ "isComposite": false,
1293
+ "isPartOfComposite": true
1294
+ },
1295
+ {
1296
+ "name": "second",
1297
+ "id": "74121b47-163a-426b-8fc0-5c8367c9aa49",
1298
+ "path": "<XRController>{RightHand}/deviceRotation",
1299
+ "interactions": "",
1300
+ "processors": "",
1301
+ "groups": "XR",
1302
+ "action": "Rotation",
1303
+ "isComposite": false,
1304
+ "isPartOfComposite": true
1305
+ },
1306
+ {
1307
+ "name": "third",
1308
+ "id": "781fc034-40d4-4b4b-a93d-a4ab6fca57d6",
1309
+ "path": "<XRHandDevice>{RightHand}/deviceRotation",
1310
+ "interactions": "",
1311
+ "processors": "",
1312
+ "groups": "XR",
1313
+ "action": "Rotation",
1314
+ "isComposite": false,
1315
+ "isPartOfComposite": true
1316
+ },
1317
+ {
1318
+ "name": "",
1319
+ "id": "43152bbd-013d-4320-af39-5f99ae027b2d",
1320
+ "path": "<XRController>{RightHand}/isTracked",
1321
+ "interactions": "",
1322
+ "processors": "",
1323
+ "groups": "XR",
1324
+ "action": "Is Tracked",
1325
+ "isComposite": false,
1326
+ "isPartOfComposite": false
1327
+ },
1328
+ {
1329
+ "name": "",
1330
+ "id": "93a39384-0599-4b59-a3ad-68b2ce866691",
1331
+ "path": "<XRHandDevice>{RightHand}/isTracked",
1332
+ "interactions": "",
1333
+ "processors": "",
1334
+ "groups": "XR",
1335
+ "action": "Is Tracked",
1336
+ "isComposite": false,
1337
+ "isPartOfComposite": false
1338
+ },
1339
+ {
1340
+ "name": "",
1341
+ "id": "c296a533-d425-499a-9a8f-b804488829aa",
1342
+ "path": "<XRController>{RightHand}/trackingState",
1343
+ "interactions": "",
1344
+ "processors": "",
1345
+ "groups": "XR",
1346
+ "action": "Tracking State",
1347
+ "isComposite": false,
1348
+ "isPartOfComposite": false
1349
+ },
1350
+ {
1351
+ "name": "",
1352
+ "id": "66a0e394-4e95-4569-b3e2-06573f586b5a",
1353
+ "path": "<XRHandDevice>{RightHand}/trackingState",
1354
+ "interactions": "",
1355
+ "processors": "",
1356
+ "groups": "XR",
1357
+ "action": "Tracking State",
1358
+ "isComposite": false,
1359
+ "isPartOfComposite": false
1360
+ },
1361
+ {
1362
+ "name": "",
1363
+ "id": "4e8975df-956b-4556-b6e8-3d61340e399b",
1364
+ "path": "<XRController>{RightHand}/*",
1365
+ "interactions": "",
1366
+ "processors": "",
1367
+ "groups": "XR",
1368
+ "action": "Haptic Device",
1369
+ "isComposite": false,
1370
+ "isPartOfComposite": false
1371
+ },
1372
+ {
1373
+ "name": "",
1374
+ "id": "ea6db353-7118-4231-b38e-c77cd16ff9c7",
1375
+ "path": "<MetaAimHand>{RightHand}/devicePosition",
1376
+ "interactions": "",
1377
+ "processors": "",
1378
+ "groups": "XR",
1379
+ "action": "Aim Position",
1380
+ "isComposite": false,
1381
+ "isPartOfComposite": false
1382
+ },
1383
+ {
1384
+ "name": "",
1385
+ "id": "dbf56595-0529-44b2-98c3-bcc6f09cdaf8",
1386
+ "path": "<MetaAimHand>{RightHand}/deviceRotation",
1387
+ "interactions": "",
1388
+ "processors": "",
1389
+ "groups": "XR",
1390
+ "action": "Aim Rotation",
1391
+ "isComposite": false,
1392
+ "isPartOfComposite": false
1393
+ },
1394
+ {
1395
+ "name": "",
1396
+ "id": "4f873d31-4abf-4eef-a5c5-1f62108155e8",
1397
+ "path": "<XRHandDevice>{RightHand}/pinchPosition",
1398
+ "interactions": "",
1399
+ "processors": "",
1400
+ "groups": "XR",
1401
+ "action": "Pinch Position",
1402
+ "isComposite": false,
1403
+ "isPartOfComposite": false
1404
+ },
1405
+ {
1406
+ "name": "",
1407
+ "id": "befae4cf-0a49-458b-ab3f-8a16f67cb858",
1408
+ "path": "<XRController>{RightHand}/secondaryButton",
1409
+ "interactions": "",
1410
+ "processors": "",
1411
+ "groups": "XR",
1412
+ "action": "Preview Raycast",
1413
+ "isComposite": false,
1414
+ "isPartOfComposite": false
1415
+ },
1416
+ {
1417
+ "name": "",
1418
+ "id": "ca5689bd-67ea-48c4-99f3-6a42839322b3",
1419
+ "path": "<XRController>{RightHand}/Primary2DAxis",
1420
+ "interactions": "",
1421
+ "processors": "ScaleVector2(x=0),StickDeadzone",
1422
+ "groups": "XR",
1423
+ "action": "Translate Anchor",
1424
+ "isComposite": false,
1425
+ "isPartOfComposite": false
1426
+ },
1427
+ {
1428
+ "name": "",
1429
+ "id": "f6ef7b3c-df2c-4c83-a224-ae16ab09f90d",
1430
+ "path": "<XRController>{RightHand}/Primary2DAxis",
1431
+ "interactions": "",
1432
+ "processors": "ScaleVector2(y=0),StickDeadzone",
1433
+ "groups": "XR",
1434
+ "action": "Rotate Anchor",
1435
+ "isComposite": false,
1436
+ "isPartOfComposite": false
1437
+ },
1438
+ {
1439
+ "name": "",
1440
+ "id": "a7e7dc69-6cff-4968-83b6-770eb9793ff9",
1441
+ "path": "<XRController>{RightHand}/trigger",
1442
+ "interactions": "",
1443
+ "processors": "",
1444
+ "groups": "XR",
1445
+ "action": "UI Press Value",
1446
+ "isComposite": false,
1447
+ "isPartOfComposite": false
1448
+ },
1449
+ {
1450
+ "name": "",
1451
+ "id": "30a6daf2-b52e-4c02-8e89-4ef041fe16ce",
1452
+ "path": "<MetaAimHand>{RightHand}/pinchStrengthIndex",
1453
+ "interactions": "",
1454
+ "processors": "",
1455
+ "groups": "XR",
1456
+ "action": "UI Press Value",
1457
+ "isComposite": false,
1458
+ "isPartOfComposite": false
1459
+ },
1460
+ {
1461
+ "name": "",
1462
+ "id": "86f1a6c3-08fe-4c02-b383-56ad8e9ff2ac",
1463
+ "path": "<XRController>{RightHand}/triggerPressed",
1464
+ "interactions": "",
1465
+ "processors": "",
1466
+ "groups": "XR",
1467
+ "action": "UI Press",
1468
+ "isComposite": false,
1469
+ "isPartOfComposite": false
1470
+ },
1471
+ {
1472
+ "name": "",
1473
+ "id": "6b1a7950-f15c-477d-8421-5b0c13505d05",
1474
+ "path": "<MetaAimHand>{RightHand}/indexPressed",
1475
+ "interactions": "",
1476
+ "processors": "",
1477
+ "groups": "XR",
1478
+ "action": "UI Press",
1479
+ "isComposite": false,
1480
+ "isPartOfComposite": false
1481
+ },
1482
+ {
1483
+ "name": "",
1484
+ "id": "3bbe8fba-0c8d-40e5-802b-4a75d530a34f",
1485
+ "path": "<XRController>{RightHand}/trigger",
1486
+ "interactions": "",
1487
+ "processors": "",
1488
+ "groups": "XR",
1489
+ "action": "Activate Value",
1490
+ "isComposite": false,
1491
+ "isPartOfComposite": false
1492
+ },
1493
+ {
1494
+ "name": "",
1495
+ "id": "839c1356-6667-4c93-9327-90c16267da72",
1496
+ "path": "<XRController>{RightHand}/triggerPressed",
1497
+ "interactions": "",
1498
+ "processors": "",
1499
+ "groups": "XR",
1500
+ "action": "Activate",
1501
+ "isComposite": false,
1502
+ "isPartOfComposite": false
1503
+ },
1504
+ {
1505
+ "name": "",
1506
+ "id": "adc40ad5-9431-46b7-a756-4867c17b6320",
1507
+ "path": "<XRController>{RightHand}/grip",
1508
+ "interactions": "",
1509
+ "processors": "",
1510
+ "groups": "XR",
1511
+ "action": "Select Value",
1512
+ "isComposite": false,
1513
+ "isPartOfComposite": false
1514
+ },
1515
+ {
1516
+ "name": "",
1517
+ "id": "6484661b-0379-4261-a25c-60483e3dc65c",
1518
+ "path": "<MetaAimHand>{RightHand}/pinchStrengthIndex",
1519
+ "interactions": "",
1520
+ "processors": "",
1521
+ "groups": "XR",
1522
+ "action": "Select Value",
1523
+ "isComposite": false,
1524
+ "isPartOfComposite": false
1525
+ },
1526
+ {
1527
+ "name": "",
1528
+ "id": "33ae1652-efa2-4b6c-a983-55ccf60f4635",
1529
+ "path": "<XRController>{RightHand}/gripPressed",
1530
+ "interactions": "",
1531
+ "processors": "",
1532
+ "groups": "XR",
1533
+ "action": "Select",
1534
+ "isComposite": false,
1535
+ "isPartOfComposite": false
1536
+ },
1537
+ {
1538
+ "name": "",
1539
+ "id": "ed95b40b-b50b-4a9a-b4c0-5cd6c09d4bbd",
1540
+ "path": "<MetaAimHand>{RightHand}/indexPressed",
1541
+ "interactions": "",
1542
+ "processors": "",
1543
+ "groups": "XR",
1544
+ "action": "Select",
1545
+ "isComposite": false,
1546
+ "isPartOfComposite": false
1547
+ },
1548
+ {
1549
+ "name": "",
1550
+ "id": "9bda7940-f769-4a35-8cfd-d595e6f48142",
1551
+ "path": "<XRHandDevice>{RightHand}/pokePosition",
1552
+ "interactions": "",
1553
+ "processors": "",
1554
+ "groups": "XR",
1555
+ "action": "Poke Position",
1556
+ "isComposite": false,
1557
+ "isPartOfComposite": false
1558
+ },
1559
+ {
1560
+ "name": "",
1561
+ "id": "7047c218-67ff-4dd3-88f8-4601d14af23e",
1562
+ "path": "<XRHandDevice>{RightHand}/pokeRotation",
1563
+ "interactions": "",
1564
+ "processors": "",
1565
+ "groups": "XR",
1566
+ "action": "Poke Rotation",
1567
+ "isComposite": false,
1568
+ "isPartOfComposite": false
1569
+ },
1570
+ {
1571
+ "name": "",
1572
+ "id": "b7fb8bb6-743e-4fed-ac81-d6123a50b9b3",
1573
+ "path": "<XRController>{RightHand}/primaryButton",
1574
+ "interactions": "",
1575
+ "processors": "",
1576
+ "groups": "XR",
1577
+ "action": "DrawPrimaryItem",
1578
+ "isComposite": false,
1579
+ "isPartOfComposite": false
1580
+ },
1581
+ {
1582
+ "name": "",
1583
+ "id": "6d22ac46-7eb3-4457-885b-555cf1cfc5ce",
1584
+ "path": "<XRController>{RightHand}/Primary2DAxis",
1585
+ "interactions": "Sector(directions=-1,sweepBehavior=3)",
1586
+ "processors": "",
1587
+ "groups": "XR",
1588
+ "action": "Teleport Select",
1589
+ "isComposite": false,
1590
+ "isPartOfComposite": false
1591
+ },
1592
+ {
1593
+ "name": "",
1594
+ "id": "6bb926a5-bbde-41f9-b07d-9486977ca0e9",
1595
+ "path": "<XRController>{RightHand}/Primary2DAxis",
1596
+ "interactions": "Sector(directions=1)",
1597
+ "processors": "",
1598
+ "groups": "XR",
1599
+ "action": "Teleport Mode Activate",
1600
+ "isComposite": false,
1601
+ "isPartOfComposite": false
1602
+ },
1603
+ {
1604
+ "name": "",
1605
+ "id": "ab9ea49a-bb9e-4bca-9d80-0cb38f18a0ea",
1606
+ "path": "<XRController>{RightHand}/gripPressed",
1607
+ "interactions": "",
1608
+ "processors": "",
1609
+ "groups": "XR",
1610
+ "action": "Teleport Mode Cancel",
1611
+ "isComposite": false,
1612
+ "isPartOfComposite": false
1613
+ },
1614
+ {
1615
+ "name": "",
1616
+ "id": "606dacec-9390-4805-b812-872c7ca304a1",
1617
+ "path": "<XRController>{RightHand}/primary2DAxis",
1618
+ "interactions": "",
1619
+ "processors": "",
1620
+ "groups": "XR",
1621
+ "action": "Teleport Direction",
1622
+ "isComposite": false,
1623
+ "isPartOfComposite": false
1624
+ },
1625
+ {
1626
+ "name": "",
1627
+ "id": "9c3ef794-0585-4640-b479-ec40594e5cc2",
1628
+ "path": "<XRController>{RightHand}/Primary2DAxis",
1629
+ "interactions": "Sector(directions=12,sweepBehavior=1),Sector(directions=2,sweepBehavior=2)",
1630
+ "processors": "",
1631
+ "groups": "XR",
1632
+ "action": "Turn",
1633
+ "isComposite": false,
1634
+ "isPartOfComposite": false
1635
+ },
1636
+ {
1637
+ "name": "",
1638
+ "id": "d63393ec-f943-4dd9-83f8-ecc76ead3975",
1639
+ "path": "<XRController>{RightHand}/Primary2DAxis",
1640
+ "interactions": "",
1641
+ "processors": "StickDeadzone",
1642
+ "groups": "XR",
1643
+ "action": "Move",
1644
+ "isComposite": false,
1645
+ "isPartOfComposite": false
1646
+ },
1647
+ {
1648
+ "name": "",
1649
+ "id": "5edd6330-7758-46b4-8d03-6adace4903bc",
1650
+ "path": "<XRController>{RightHand}/gripPressed",
1651
+ "interactions": "",
1652
+ "processors": "",
1653
+ "groups": "XR",
1654
+ "action": "Grab Move",
1655
+ "isComposite": false,
1656
+ "isPartOfComposite": false
1657
+ },
1658
+ {
1659
+ "name": "",
1660
+ "id": "eab8bd7e-eee4-4130-833c-cd809249494c",
1661
+ "path": "<XRController>{RightHand}/Primary2DAxis",
1662
+ "interactions": "Sector(directions=12,sweepBehavior=1),Sector(directions=2,sweepBehavior=2)",
1663
+ "processors": "",
1664
+ "groups": "XR",
1665
+ "action": "Snap Turn",
1666
+ "isComposite": false,
1667
+ "isPartOfComposite": false
1668
+ }
1669
+ ]
1670
+ },
1671
+ {
1672
+ "name": "XRI UI",
1673
+ "id": "edd65a7c-601c-4915-8307-025a081d8790",
1674
+ "actions": [
1675
+ {
1676
+ "name": "Navigate",
1677
+ "type": "PassThrough",
1678
+ "id": "c2b9803c-3d1c-438f-963d-3591e6e60a32",
1679
+ "expectedControlType": "Vector2",
1680
+ "processors": "",
1681
+ "interactions": "",
1682
+ "initialStateCheck": false
1683
+ },
1684
+ {
1685
+ "name": "Submit",
1686
+ "type": "Button",
1687
+ "id": "9375236b-f020-4c4e-b177-ea249dba5b75",
1688
+ "expectedControlType": "Button",
1689
+ "processors": "",
1690
+ "interactions": "",
1691
+ "initialStateCheck": false
1692
+ },
1693
+ {
1694
+ "name": "Cancel",
1695
+ "type": "Button",
1696
+ "id": "6b9dc1ce-de4f-4353-a101-1746d7ca5d94",
1697
+ "expectedControlType": "Button",
1698
+ "processors": "",
1699
+ "interactions": "",
1700
+ "initialStateCheck": false
1701
+ },
1702
+ {
1703
+ "name": "Point",
1704
+ "type": "PassThrough",
1705
+ "id": "3597c1a9-05f0-48f6-9fe9-aac79e4bceaa",
1706
+ "expectedControlType": "Vector2",
1707
+ "processors": "",
1708
+ "interactions": "",
1709
+ "initialStateCheck": true
1710
+ },
1711
+ {
1712
+ "name": "Click",
1713
+ "type": "Button",
1714
+ "id": "3cdc51a4-550e-40f7-abd2-984a1d345a4e",
1715
+ "expectedControlType": "Button",
1716
+ "processors": "",
1717
+ "interactions": "",
1718
+ "initialStateCheck": true
1719
+ },
1720
+ {
1721
+ "name": "ScrollWheel",
1722
+ "type": "PassThrough",
1723
+ "id": "9c5441cb-7571-4d14-be91-364d85bc478e",
1724
+ "expectedControlType": "Delta",
1725
+ "processors": "",
1726
+ "interactions": "",
1727
+ "initialStateCheck": false
1728
+ },
1729
+ {
1730
+ "name": "MiddleClick",
1731
+ "type": "PassThrough",
1732
+ "id": "7cf38e68-ce8c-4f6b-9e5f-7d35cc18ad10",
1733
+ "expectedControlType": "Button",
1734
+ "processors": "",
1735
+ "interactions": "",
1736
+ "initialStateCheck": false
1737
+ },
1738
+ {
1739
+ "name": "RightClick",
1740
+ "type": "PassThrough",
1741
+ "id": "4a426d2c-6560-46b6-8d41-ae2aa45ffac0",
1742
+ "expectedControlType": "Button",
1743
+ "processors": "",
1744
+ "interactions": "",
1745
+ "initialStateCheck": false
1746
+ },
1747
+ {
1748
+ "name": "TrackedDevicePosition",
1749
+ "type": "PassThrough",
1750
+ "id": "35589b61-eec6-4087-b233-8db51bfd4c38",
1751
+ "expectedControlType": "Vector3",
1752
+ "processors": "",
1753
+ "interactions": "",
1754
+ "initialStateCheck": false
1755
+ },
1756
+ {
1757
+ "name": "TrackedDeviceOrientation",
1758
+ "type": "PassThrough",
1759
+ "id": "08197fbc-3957-49a6-9220-fb36d18c555a",
1760
+ "expectedControlType": "Quaternion",
1761
+ "processors": "",
1762
+ "interactions": "",
1763
+ "initialStateCheck": false
1764
+ }
1765
+ ],
1766
+ "bindings": [
1767
+ {
1768
+ "name": "Gamepad",
1769
+ "id": "b180404c-e469-4201-bbdc-a38cee2a7fc8",
1770
+ "path": "2DVector",
1771
+ "interactions": "",
1772
+ "processors": "",
1773
+ "groups": "",
1774
+ "action": "Navigate",
1775
+ "isComposite": true,
1776
+ "isPartOfComposite": false
1777
+ },
1778
+ {
1779
+ "name": "up",
1780
+ "id": "6f70110a-2d0d-4d2d-a594-d3ed780d8d33",
1781
+ "path": "<Gamepad>/leftStick/up",
1782
+ "interactions": "",
1783
+ "processors": "",
1784
+ "groups": "Gamepad",
1785
+ "action": "Navigate",
1786
+ "isComposite": false,
1787
+ "isPartOfComposite": true
1788
+ },
1789
+ {
1790
+ "name": "up",
1791
+ "id": "22fee63b-6fe1-4c4d-8bb2-037089c0c266",
1792
+ "path": "<Gamepad>/rightStick/up",
1793
+ "interactions": "",
1794
+ "processors": "",
1795
+ "groups": "Gamepad",
1796
+ "action": "Navigate",
1797
+ "isComposite": false,
1798
+ "isPartOfComposite": true
1799
+ },
1800
+ {
1801
+ "name": "down",
1802
+ "id": "4f9e0cfa-32b6-45b4-a217-ada8eef09a8f",
1803
+ "path": "<Gamepad>/leftStick/down",
1804
+ "interactions": "",
1805
+ "processors": "",
1806
+ "groups": "Gamepad",
1807
+ "action": "Navigate",
1808
+ "isComposite": false,
1809
+ "isPartOfComposite": true
1810
+ },
1811
+ {
1812
+ "name": "down",
1813
+ "id": "d636c6a3-c197-4824-9e08-87d0a2e30b80",
1814
+ "path": "<Gamepad>/rightStick/down",
1815
+ "interactions": "",
1816
+ "processors": "",
1817
+ "groups": "Gamepad",
1818
+ "action": "Navigate",
1819
+ "isComposite": false,
1820
+ "isPartOfComposite": true
1821
+ },
1822
+ {
1823
+ "name": "left",
1824
+ "id": "90548491-e23b-4edd-b8f4-b40000621814",
1825
+ "path": "<Gamepad>/leftStick/left",
1826
+ "interactions": "",
1827
+ "processors": "",
1828
+ "groups": "Gamepad",
1829
+ "action": "Navigate",
1830
+ "isComposite": false,
1831
+ "isPartOfComposite": true
1832
+ },
1833
+ {
1834
+ "name": "left",
1835
+ "id": "e67f735b-4c88-45db-a6f5-4f5011fb1026",
1836
+ "path": "<Gamepad>/rightStick/left",
1837
+ "interactions": "",
1838
+ "processors": "",
1839
+ "groups": "Gamepad",
1840
+ "action": "Navigate",
1841
+ "isComposite": false,
1842
+ "isPartOfComposite": true
1843
+ },
1844
+ {
1845
+ "name": "right",
1846
+ "id": "b5a9bd9e-2c46-4972-be96-00583377ab19",
1847
+ "path": "<Gamepad>/leftStick/right",
1848
+ "interactions": "",
1849
+ "processors": "",
1850
+ "groups": "Gamepad",
1851
+ "action": "Navigate",
1852
+ "isComposite": false,
1853
+ "isPartOfComposite": true
1854
+ },
1855
+ {
1856
+ "name": "right",
1857
+ "id": "197514a6-15fc-481c-98cb-266871bb75c2",
1858
+ "path": "<Gamepad>/rightStick/right",
1859
+ "interactions": "",
1860
+ "processors": "",
1861
+ "groups": "Gamepad",
1862
+ "action": "Navigate",
1863
+ "isComposite": false,
1864
+ "isPartOfComposite": true
1865
+ },
1866
+ {
1867
+ "name": "",
1868
+ "id": "441dccb6-548d-44ad-a658-937bd6ad2bbc",
1869
+ "path": "<Gamepad>/dpad",
1870
+ "interactions": "",
1871
+ "processors": "",
1872
+ "groups": "Gamepad",
1873
+ "action": "Navigate",
1874
+ "isComposite": false,
1875
+ "isPartOfComposite": false
1876
+ },
1877
+ {
1878
+ "name": "Joystick",
1879
+ "id": "5944e106-4793-4049-9d8e-d026dd90fc42",
1880
+ "path": "2DVector",
1881
+ "interactions": "",
1882
+ "processors": "",
1883
+ "groups": "",
1884
+ "action": "Navigate",
1885
+ "isComposite": true,
1886
+ "isPartOfComposite": false
1887
+ },
1888
+ {
1889
+ "name": "up",
1890
+ "id": "ff83148b-9869-4b34-b828-d82329bcd3f4",
1891
+ "path": "<Joystick>/stick/up",
1892
+ "interactions": "",
1893
+ "processors": "",
1894
+ "groups": "Gamepad",
1895
+ "action": "Navigate",
1896
+ "isComposite": false,
1897
+ "isPartOfComposite": true
1898
+ },
1899
+ {
1900
+ "name": "down",
1901
+ "id": "488de831-d3b0-4a59-b4bb-ad1f506e2bc8",
1902
+ "path": "<Joystick>/stick/down",
1903
+ "interactions": "",
1904
+ "processors": "",
1905
+ "groups": "Gamepad",
1906
+ "action": "Navigate",
1907
+ "isComposite": false,
1908
+ "isPartOfComposite": true
1909
+ },
1910
+ {
1911
+ "name": "left",
1912
+ "id": "bd795226-c7e1-4900-a6ad-9b6793ffd1fa",
1913
+ "path": "<Joystick>/stick/left",
1914
+ "interactions": "",
1915
+ "processors": "",
1916
+ "groups": "Gamepad",
1917
+ "action": "Navigate",
1918
+ "isComposite": false,
1919
+ "isPartOfComposite": true
1920
+ },
1921
+ {
1922
+ "name": "right",
1923
+ "id": "37adecbe-55aa-4c53-94d8-f36e92ff78c8",
1924
+ "path": "<Joystick>/stick/right",
1925
+ "interactions": "",
1926
+ "processors": "",
1927
+ "groups": "Gamepad",
1928
+ "action": "Navigate",
1929
+ "isComposite": false,
1930
+ "isPartOfComposite": true
1931
+ },
1932
+ {
1933
+ "name": "Keyboard",
1934
+ "id": "1821d4fa-a8d8-4b9d-bf49-5784875ef88e",
1935
+ "path": "2DVector",
1936
+ "interactions": "",
1937
+ "processors": "",
1938
+ "groups": "",
1939
+ "action": "Navigate",
1940
+ "isComposite": true,
1941
+ "isPartOfComposite": false
1942
+ },
1943
+ {
1944
+ "name": "up",
1945
+ "id": "ee06f6b7-9aa8-4b6d-b7b7-55181f8daa85",
1946
+ "path": "<Keyboard>/w",
1947
+ "interactions": "",
1948
+ "processors": "",
1949
+ "groups": "XR",
1950
+ "action": "Navigate",
1951
+ "isComposite": false,
1952
+ "isPartOfComposite": true
1953
+ },
1954
+ {
1955
+ "name": "up",
1956
+ "id": "fb04a502-6fa5-48d0-8a32-afc4102c4287",
1957
+ "path": "<Keyboard>/upArrow",
1958
+ "interactions": "",
1959
+ "processors": "",
1960
+ "groups": "XR",
1961
+ "action": "Navigate",
1962
+ "isComposite": false,
1963
+ "isPartOfComposite": true
1964
+ },
1965
+ {
1966
+ "name": "down",
1967
+ "id": "b7300269-d3ae-4d0c-ad4d-f9d7360361cd",
1968
+ "path": "<Keyboard>/s",
1969
+ "interactions": "",
1970
+ "processors": "",
1971
+ "groups": "XR",
1972
+ "action": "Navigate",
1973
+ "isComposite": false,
1974
+ "isPartOfComposite": true
1975
+ },
1976
+ {
1977
+ "name": "down",
1978
+ "id": "9f5c7c94-c2d2-458d-b03c-baf5bd91312b",
1979
+ "path": "<Keyboard>/downArrow",
1980
+ "interactions": "",
1981
+ "processors": "",
1982
+ "groups": "XR",
1983
+ "action": "Navigate",
1984
+ "isComposite": false,
1985
+ "isPartOfComposite": true
1986
+ },
1987
+ {
1988
+ "name": "left",
1989
+ "id": "94d4b781-450d-4117-931b-bc0b9d2ea240",
1990
+ "path": "<Keyboard>/a",
1991
+ "interactions": "",
1992
+ "processors": "",
1993
+ "groups": "XR",
1994
+ "action": "Navigate",
1995
+ "isComposite": false,
1996
+ "isPartOfComposite": true
1997
+ },
1998
+ {
1999
+ "name": "left",
2000
+ "id": "dd153b19-3821-4e80-bc72-53f087c10e7e",
2001
+ "path": "<Keyboard>/leftArrow",
2002
+ "interactions": "",
2003
+ "processors": "",
2004
+ "groups": "XR",
2005
+ "action": "Navigate",
2006
+ "isComposite": false,
2007
+ "isPartOfComposite": true
2008
+ },
2009
+ {
2010
+ "name": "right",
2011
+ "id": "41b939d4-2c9f-4468-9c0a-007fffcb530c",
2012
+ "path": "<Keyboard>/d",
2013
+ "interactions": "",
2014
+ "processors": "",
2015
+ "groups": "XR",
2016
+ "action": "Navigate",
2017
+ "isComposite": false,
2018
+ "isPartOfComposite": true
2019
+ },
2020
+ {
2021
+ "name": "right",
2022
+ "id": "abd51314-97da-4f7c-bd8a-d1bca5ed7f37",
2023
+ "path": "<Keyboard>/rightArrow",
2024
+ "interactions": "",
2025
+ "processors": "",
2026
+ "groups": "XR",
2027
+ "action": "Navigate",
2028
+ "isComposite": false,
2029
+ "isPartOfComposite": true
2030
+ },
2031
+ {
2032
+ "name": "",
2033
+ "id": "307a2851-cb8f-4a0a-9096-64268ffa842a",
2034
+ "path": "*/{Submit}",
2035
+ "interactions": "",
2036
+ "processors": "",
2037
+ "groups": "XR;Gamepad;Keyboard&Mouse",
2038
+ "action": "Submit",
2039
+ "isComposite": false,
2040
+ "isPartOfComposite": false
2041
+ },
2042
+ {
2043
+ "name": "",
2044
+ "id": "5ba12ecc-3533-46e5-9714-cbbd9f328bd9",
2045
+ "path": "*/{Cancel}",
2046
+ "interactions": "",
2047
+ "processors": "",
2048
+ "groups": "XR;Gamepad;Keyboard&Mouse",
2049
+ "action": "Cancel",
2050
+ "isComposite": false,
2051
+ "isPartOfComposite": false
2052
+ },
2053
+ {
2054
+ "name": "",
2055
+ "id": "23afcba6-9586-4711-953b-27662d123dd0",
2056
+ "path": "<Mouse>/position",
2057
+ "interactions": "",
2058
+ "processors": "",
2059
+ "groups": "Keyboard&Mouse",
2060
+ "action": "Point",
2061
+ "isComposite": false,
2062
+ "isPartOfComposite": false
2063
+ },
2064
+ {
2065
+ "name": "",
2066
+ "id": "fe946198-a279-4365-b9f2-56d7a7927023",
2067
+ "path": "<Pen>/position",
2068
+ "interactions": "",
2069
+ "processors": "",
2070
+ "groups": "XR",
2071
+ "action": "Point",
2072
+ "isComposite": false,
2073
+ "isPartOfComposite": false
2074
+ },
2075
+ {
2076
+ "name": "",
2077
+ "id": "dd0aed4b-f4f5-4c89-a128-902b4aa36b45",
2078
+ "path": "<Touchscreen>/touch*/position",
2079
+ "interactions": "",
2080
+ "processors": "",
2081
+ "groups": "XR",
2082
+ "action": "Point",
2083
+ "isComposite": false,
2084
+ "isPartOfComposite": false
2085
+ },
2086
+ {
2087
+ "name": "",
2088
+ "id": "1c7cc61d-58f0-429a-8443-def0bc78fbdb",
2089
+ "path": "<Mouse>/leftButton",
2090
+ "interactions": "",
2091
+ "processors": "",
2092
+ "groups": "Keyboard&Mouse",
2093
+ "action": "Click",
2094
+ "isComposite": false,
2095
+ "isPartOfComposite": false
2096
+ },
2097
+ {
2098
+ "name": "",
2099
+ "id": "fec5ab94-5a72-4e60-8494-26ec2b4ec3b0",
2100
+ "path": "<Pen>/tip",
2101
+ "interactions": "",
2102
+ "processors": "",
2103
+ "groups": "XR",
2104
+ "action": "Click",
2105
+ "isComposite": false,
2106
+ "isPartOfComposite": false
2107
+ },
2108
+ {
2109
+ "name": "",
2110
+ "id": "9180fad1-d7d8-45cd-bf96-35f87dd34b4d",
2111
+ "path": "<Touchscreen>/touch*/click",
2112
+ "interactions": "",
2113
+ "processors": "",
2114
+ "groups": "XR",
2115
+ "action": "Click",
2116
+ "isComposite": false,
2117
+ "isPartOfComposite": false
2118
+ },
2119
+ {
2120
+ "name": "",
2121
+ "id": "74ff3b32-5347-4fdb-b2f0-f4439a6ebb40",
2122
+ "path": "<XRController>{RightHand}/{TriggerButton}",
2123
+ "interactions": "",
2124
+ "processors": "",
2125
+ "groups": "XR",
2126
+ "action": "Click",
2127
+ "isComposite": false,
2128
+ "isPartOfComposite": false
2129
+ },
2130
+ {
2131
+ "name": "",
2132
+ "id": "db0b0173-1b35-4c1d-a80b-54ea32ad9920",
2133
+ "path": "<XRController>{LeftHand}/{TriggerButton}",
2134
+ "interactions": "",
2135
+ "processors": "",
2136
+ "groups": "XR",
2137
+ "action": "Click",
2138
+ "isComposite": false,
2139
+ "isPartOfComposite": false
2140
+ },
2141
+ {
2142
+ "name": "",
2143
+ "id": "cfbac085-d762-4c90-a0db-63c92d80e47c",
2144
+ "path": "<Mouse>/scroll",
2145
+ "interactions": "",
2146
+ "processors": "",
2147
+ "groups": "Keyboard&Mouse",
2148
+ "action": "ScrollWheel",
2149
+ "isComposite": false,
2150
+ "isPartOfComposite": false
2151
+ },
2152
+ {
2153
+ "name": "",
2154
+ "id": "718b4164-596f-4c83-bfb4-946c191f87fc",
2155
+ "path": "<Mouse>/middleButton",
2156
+ "interactions": "",
2157
+ "processors": "",
2158
+ "groups": "Keyboard&Mouse",
2159
+ "action": "MiddleClick",
2160
+ "isComposite": false,
2161
+ "isPartOfComposite": false
2162
+ },
2163
+ {
2164
+ "name": "",
2165
+ "id": "dc80b3bf-1d15-4292-964c-522cb8968807",
2166
+ "path": "<Mouse>/rightButton",
2167
+ "interactions": "",
2168
+ "processors": "",
2169
+ "groups": "Keyboard&Mouse",
2170
+ "action": "RightClick",
2171
+ "isComposite": false,
2172
+ "isPartOfComposite": false
2173
+ }
2174
+ ]
2175
+ },
2176
+ {
2177
+ "name": "FPS",
2178
+ "id": "120eea52-fc80-42b4-9c0f-dfaee561ceed",
2179
+ "actions": [
2180
+ {
2181
+ "name": "DrawPrimaryItem",
2182
+ "type": "Button",
2183
+ "id": "b2d72500-45e1-42ff-8565-fd716104d8e8",
2184
+ "expectedControlType": "",
2185
+ "processors": "",
2186
+ "interactions": "",
2187
+ "initialStateCheck": false
2188
+ },
2189
+ {
2190
+ "name": "Move",
2191
+ "type": "Value",
2192
+ "id": "5caa391d-6527-4fa4-9ca1-a53da1464f32",
2193
+ "expectedControlType": "Vector2",
2194
+ "processors": "",
2195
+ "interactions": "",
2196
+ "initialStateCheck": true
2197
+ },
2198
+ {
2199
+ "name": "LookAround",
2200
+ "type": "PassThrough",
2201
+ "id": "310312c7-c378-4842-9792-486b12033d29",
2202
+ "expectedControlType": "Vector2",
2203
+ "processors": "",
2204
+ "interactions": "",
2205
+ "initialStateCheck": false
2206
+ },
2207
+ {
2208
+ "name": "TakeObject",
2209
+ "type": "Button",
2210
+ "id": "2e6adfb6-875a-4933-9774-cfe744474996",
2211
+ "expectedControlType": "Button",
2212
+ "processors": "",
2213
+ "interactions": "",
2214
+ "initialStateCheck": false
2215
+ },
2216
+ {
2217
+ "name": "Interact",
2218
+ "type": "Button",
2219
+ "id": "73dbf225-b2bb-4a31-aac9-7d6ae3805e1d",
2220
+ "expectedControlType": "Button",
2221
+ "processors": "",
2222
+ "interactions": "",
2223
+ "initialStateCheck": false
2224
+ },
2225
+ {
2226
+ "name": "MainMenu",
2227
+ "type": "Button",
2228
+ "id": "1e7e73b8-f08f-4823-9f58-537be8b1bdb0",
2229
+ "expectedControlType": "Button",
2230
+ "processors": "",
2231
+ "interactions": "",
2232
+ "initialStateCheck": false
2233
+ },
2234
+ {
2235
+ "name": "PauseGame",
2236
+ "type": "Button",
2237
+ "id": "9c0ffb68-6064-4dda-9867-6cafa9dd5682",
2238
+ "expectedControlType": "Button",
2239
+ "processors": "",
2240
+ "interactions": "",
2241
+ "initialStateCheck": false
2242
+ },
2243
+ {
2244
+ "name": "Scroll",
2245
+ "type": "Value",
2246
+ "id": "29a63475-0ede-40a5-b246-250a0bb3cdb0",
2247
+ "expectedControlType": "",
2248
+ "processors": "",
2249
+ "interactions": "",
2250
+ "initialStateCheck": true
2251
+ }
2252
+ ],
2253
+ "bindings": [
2254
+ {
2255
+ "name": "",
2256
+ "id": "7104940b-0c02-43ad-9d7c-954dbf368caf",
2257
+ "path": "<Keyboard>/1",
2258
+ "interactions": "",
2259
+ "processors": "",
2260
+ "groups": "Keyboard&Mouse",
2261
+ "action": "DrawPrimaryItem",
2262
+ "isComposite": false,
2263
+ "isPartOfComposite": false
2264
+ },
2265
+ {
2266
+ "name": "",
2267
+ "id": "cbfa8f11-615a-493d-8bda-4fc2581ceb4d",
2268
+ "path": "<Gamepad>/buttonWest",
2269
+ "interactions": "",
2270
+ "processors": "",
2271
+ "groups": "Gamepad",
2272
+ "action": "DrawPrimaryItem",
2273
+ "isComposite": false,
2274
+ "isPartOfComposite": false
2275
+ },
2276
+ {
2277
+ "name": "",
2278
+ "id": "a9597b8b-2e77-4c24-b112-ff1099fb215e",
2279
+ "path": "<Gamepad>/leftStick",
2280
+ "interactions": "",
2281
+ "processors": "",
2282
+ "groups": "Gamepad",
2283
+ "action": "Move",
2284
+ "isComposite": false,
2285
+ "isPartOfComposite": false
2286
+ },
2287
+ {
2288
+ "name": "WASD",
2289
+ "id": "bdb913e7-d1ef-4763-9617-0540ed1b5ec0",
2290
+ "path": "2DVector",
2291
+ "interactions": "",
2292
+ "processors": "",
2293
+ "groups": "",
2294
+ "action": "Move",
2295
+ "isComposite": true,
2296
+ "isPartOfComposite": false
2297
+ },
2298
+ {
2299
+ "name": "up",
2300
+ "id": "dd5037ca-8943-494a-a75f-656bed1b49e7",
2301
+ "path": "<Keyboard>/w",
2302
+ "interactions": "",
2303
+ "processors": "",
2304
+ "groups": "Keyboard&Mouse",
2305
+ "action": "Move",
2306
+ "isComposite": false,
2307
+ "isPartOfComposite": true
2308
+ },
2309
+ {
2310
+ "name": "down",
2311
+ "id": "2559287c-f719-4208-80cc-b6dcd7e65e8a",
2312
+ "path": "<Keyboard>/s",
2313
+ "interactions": "",
2314
+ "processors": "",
2315
+ "groups": "Keyboard&Mouse",
2316
+ "action": "Move",
2317
+ "isComposite": false,
2318
+ "isPartOfComposite": true
2319
+ },
2320
+ {
2321
+ "name": "left",
2322
+ "id": "d2ff609f-c321-40f5-9441-d3f21f9a93d7",
2323
+ "path": "<Keyboard>/a",
2324
+ "interactions": "",
2325
+ "processors": "",
2326
+ "groups": "Keyboard&Mouse",
2327
+ "action": "Move",
2328
+ "isComposite": false,
2329
+ "isPartOfComposite": true
2330
+ },
2331
+ {
2332
+ "name": "right",
2333
+ "id": "3964d233-e933-4bc0-b63c-f2cd0a3ccd3e",
2334
+ "path": "<Keyboard>/d",
2335
+ "interactions": "",
2336
+ "processors": "",
2337
+ "groups": "Keyboard&Mouse",
2338
+ "action": "Move",
2339
+ "isComposite": false,
2340
+ "isPartOfComposite": true
2341
+ },
2342
+ {
2343
+ "name": "Arrow",
2344
+ "id": "5c21f7ce-bd14-4517-93c6-065d4f39bef7",
2345
+ "path": "2DVector",
2346
+ "interactions": "",
2347
+ "processors": "",
2348
+ "groups": "",
2349
+ "action": "Move",
2350
+ "isComposite": true,
2351
+ "isPartOfComposite": false
2352
+ },
2353
+ {
2354
+ "name": "up",
2355
+ "id": "9fd740cf-a1ee-49b8-a945-ad46ff5ef408",
2356
+ "path": "<Keyboard>/upArrow",
2357
+ "interactions": "",
2358
+ "processors": "",
2359
+ "groups": "Keyboard&Mouse",
2360
+ "action": "Move",
2361
+ "isComposite": false,
2362
+ "isPartOfComposite": true
2363
+ },
2364
+ {
2365
+ "name": "down",
2366
+ "id": "9ff550c2-f935-42a3-b3b7-69e18bbf9365",
2367
+ "path": "<Keyboard>/downArrow",
2368
+ "interactions": "",
2369
+ "processors": "",
2370
+ "groups": "Keyboard&Mouse",
2371
+ "action": "Move",
2372
+ "isComposite": false,
2373
+ "isPartOfComposite": true
2374
+ },
2375
+ {
2376
+ "name": "left",
2377
+ "id": "bb22af16-e758-4c7e-92ea-20eaa778b3d1",
2378
+ "path": "<Keyboard>/leftArrow",
2379
+ "interactions": "",
2380
+ "processors": "",
2381
+ "groups": "Keyboard&Mouse",
2382
+ "action": "Move",
2383
+ "isComposite": false,
2384
+ "isPartOfComposite": true
2385
+ },
2386
+ {
2387
+ "name": "right",
2388
+ "id": "639678df-2a63-4bb5-b803-cf0ab1a16336",
2389
+ "path": "<Keyboard>/rightArrow",
2390
+ "interactions": "",
2391
+ "processors": "",
2392
+ "groups": "Keyboard&Mouse",
2393
+ "action": "Move",
2394
+ "isComposite": false,
2395
+ "isPartOfComposite": true
2396
+ },
2397
+ {
2398
+ "name": "",
2399
+ "id": "b590a692-680b-4a31-aaad-77adfb1c5be9",
2400
+ "path": "<Mouse>/delta",
2401
+ "interactions": "",
2402
+ "processors": "",
2403
+ "groups": "Keyboard&Mouse",
2404
+ "action": "LookAround",
2405
+ "isComposite": false,
2406
+ "isPartOfComposite": false
2407
+ },
2408
+ {
2409
+ "name": "",
2410
+ "id": "bb36a2cc-f384-4754-9c38-222a81fe0ecc",
2411
+ "path": "<Gamepad>/rightStick",
2412
+ "interactions": "",
2413
+ "processors": "ScaleVector2(x=0.5,y=0.5),NormalizeVector2",
2414
+ "groups": "Gamepad",
2415
+ "action": "LookAround",
2416
+ "isComposite": false,
2417
+ "isPartOfComposite": false
2418
+ },
2419
+ {
2420
+ "name": "",
2421
+ "id": "3080e7f0-d668-4541-81cb-86d33f344214",
2422
+ "path": "<XInputController>/rightStick",
2423
+ "interactions": "",
2424
+ "processors": "ScaleVector2(x=0.5,y=0.5),NormalizeVector2",
2425
+ "groups": "Gamepad",
2426
+ "action": "LookAround",
2427
+ "isComposite": false,
2428
+ "isPartOfComposite": false
2429
+ },
2430
+ {
2431
+ "name": "",
2432
+ "id": "43f611cc-3109-4ae9-bb29-8a1b82b989d8",
2433
+ "path": "<Keyboard>/e",
2434
+ "interactions": "",
2435
+ "processors": "",
2436
+ "groups": "Keyboard&Mouse",
2437
+ "action": "TakeObject",
2438
+ "isComposite": false,
2439
+ "isPartOfComposite": false
2440
+ },
2441
+ {
2442
+ "name": "",
2443
+ "id": "8a6f266e-ccab-4d47-985d-a2d3270a70dd",
2444
+ "path": "<Mouse>/leftButton",
2445
+ "interactions": "",
2446
+ "processors": "",
2447
+ "groups": "Keyboard&Mouse",
2448
+ "action": "TakeObject",
2449
+ "isComposite": false,
2450
+ "isPartOfComposite": false
2451
+ },
2452
+ {
2453
+ "name": "",
2454
+ "id": "ec483435-f7c1-4e36-ba81-23ac5128b2b7",
2455
+ "path": "<Gamepad>/rightTrigger",
2456
+ "interactions": "",
2457
+ "processors": "",
2458
+ "groups": "Gamepad",
2459
+ "action": "TakeObject",
2460
+ "isComposite": false,
2461
+ "isPartOfComposite": false
2462
+ },
2463
+ {
2464
+ "name": "",
2465
+ "id": "679a97db-8ec7-4d05-9b56-69d5b97f4631",
2466
+ "path": "<Keyboard>/escape",
2467
+ "interactions": "",
2468
+ "processors": "",
2469
+ "groups": "Keyboard&Mouse",
2470
+ "action": "MainMenu",
2471
+ "isComposite": false,
2472
+ "isPartOfComposite": false
2473
+ },
2474
+ {
2475
+ "name": "",
2476
+ "id": "c52d219f-d814-4a29-8a84-cb6d761d282e",
2477
+ "path": "<Gamepad>/start",
2478
+ "interactions": "",
2479
+ "processors": "",
2480
+ "groups": "Keyboard&Mouse",
2481
+ "action": "MainMenu",
2482
+ "isComposite": false,
2483
+ "isPartOfComposite": false
2484
+ },
2485
+ {
2486
+ "name": "",
2487
+ "id": "f146f002-3f4c-4e68-a16f-ee9c5600b5f8",
2488
+ "path": "<Keyboard>/p",
2489
+ "interactions": "",
2490
+ "processors": "",
2491
+ "groups": "Keyboard&Mouse",
2492
+ "action": "PauseGame",
2493
+ "isComposite": false,
2494
+ "isPartOfComposite": false
2495
+ },
2496
+ {
2497
+ "name": "",
2498
+ "id": "14c49c08-4b56-4a28-be4d-bcb1a56519e6",
2499
+ "path": "<Mouse>/scroll/y",
2500
+ "interactions": "",
2501
+ "processors": "",
2502
+ "groups": "Keyboard&Mouse",
2503
+ "action": "Scroll",
2504
+ "isComposite": false,
2505
+ "isPartOfComposite": false
2506
+ },
2507
+ {
2508
+ "name": "",
2509
+ "id": "9227468a-fa99-4f04-b182-db5bb23e37b7",
2510
+ "path": "<Keyboard>/e",
2511
+ "interactions": "",
2512
+ "processors": "",
2513
+ "groups": "Keyboard&Mouse",
2514
+ "action": "Interact",
2515
+ "isComposite": false,
2516
+ "isPartOfComposite": false
2517
+ },
2518
+ {
2519
+ "name": "",
2520
+ "id": "a695cf28-e2f7-4f96-b3ff-9af26190826a",
2521
+ "path": "<Mouse>/leftButton",
2522
+ "interactions": "",
2523
+ "processors": "",
2524
+ "groups": "Keyboard&Mouse",
2525
+ "action": "Interact",
2526
+ "isComposite": false,
2527
+ "isPartOfComposite": false
2528
+ },
2529
+ {
2530
+ "name": "",
2531
+ "id": "b15897f3-430d-495a-9e79-311bdfb541d3",
2532
+ "path": "<Gamepad>/rightTrigger",
2533
+ "interactions": "",
2534
+ "processors": "",
2535
+ "groups": "Gamepad",
2536
+ "action": "Interact",
2537
+ "isComposite": false,
2538
+ "isPartOfComposite": false
2539
+ }
2540
+ ]
2541
+ }
2542
+ ],
2543
+ "controlSchemes": [
2544
+ {
2545
+ "name": "XR",
2546
+ "bindingGroup": "XR",
2547
+ "devices": [
2548
+ {
2549
+ "devicePath": "<XRController>{LeftHand}",
2550
+ "isOptional": true,
2551
+ "isOR": false
2552
+ },
2553
+ {
2554
+ "devicePath": "<XRController>{RightHand}",
2555
+ "isOptional": true,
2556
+ "isOR": false
2557
+ },
2558
+ {
2559
+ "devicePath": "<XRController>",
2560
+ "isOptional": true,
2561
+ "isOR": false
2562
+ },
2563
+ {
2564
+ "devicePath": "<WMRHMD>",
2565
+ "isOptional": true,
2566
+ "isOR": false
2567
+ }
2568
+ ]
2569
+ },
2570
+ {
2571
+ "name": "Gamepad",
2572
+ "bindingGroup": "Gamepad",
2573
+ "devices": [
2574
+ {
2575
+ "devicePath": "<Gamepad>",
2576
+ "isOptional": false,
2577
+ "isOR": false
2578
+ }
2579
+ ]
2580
+ },
2581
+ {
2582
+ "name": "Keyboard&Mouse",
2583
+ "bindingGroup": "Keyboard&Mouse",
2584
+ "devices": [
2585
+ {
2586
+ "devicePath": "<Keyboard>",
2587
+ "isOptional": false,
2588
+ "isOR": false
2589
+ },
2590
+ {
2591
+ "devicePath": "<Mouse>",
2592
+ "isOptional": false,
2593
+ "isOR": false
2594
+ }
2595
+ ]
2596
+ }
2597
+ ]
2598
+ }