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,1010 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &57889255905887979
4
+ GameObject:
5
+ m_ObjectHideFlags: 0
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ serializedVersion: 6
10
+ m_Component:
11
+ - component: {fileID: 5353896227989041190}
12
+ m_Layer: 0
13
+ m_Name: R_RingTip
14
+ m_TagString: Untagged
15
+ m_Icon: {fileID: 0}
16
+ m_NavMeshLayer: 0
17
+ m_StaticEditorFlags: 0
18
+ m_IsActive: 1
19
+ --- !u!4 &5353896227989041190
20
+ Transform:
21
+ m_ObjectHideFlags: 0
22
+ m_CorrespondingSourceObject: {fileID: 0}
23
+ m_PrefabInstance: {fileID: 0}
24
+ m_PrefabAsset: {fileID: 0}
25
+ m_GameObject: {fileID: 57889255905887979}
26
+ m_LocalRotation: {x: 2.7755576e-17, y: 1.3877788e-17, z: -3.85186e-34, w: 1}
27
+ m_LocalPosition: {x: 0.0002563846, y: 0.0016065884, z: 0.024326172}
28
+ m_LocalScale: {x: 0.99999994, y: 0.99999994, z: 1}
29
+ m_ConstrainProportionsScale: 0
30
+ m_Children: []
31
+ m_Father: {fileID: 4551648013459393383}
32
+ m_RootOrder: 0
33
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
34
+ --- !u!1 &128955718372430065
35
+ GameObject:
36
+ m_ObjectHideFlags: 0
37
+ m_CorrespondingSourceObject: {fileID: 0}
38
+ m_PrefabInstance: {fileID: 0}
39
+ m_PrefabAsset: {fileID: 0}
40
+ serializedVersion: 6
41
+ m_Component:
42
+ - component: {fileID: 8763418780395311282}
43
+ m_Layer: 0
44
+ m_Name: R_Palm
45
+ m_TagString: Untagged
46
+ m_Icon: {fileID: 0}
47
+ m_NavMeshLayer: 0
48
+ m_StaticEditorFlags: 0
49
+ m_IsActive: 1
50
+ --- !u!4 &8763418780395311282
51
+ Transform:
52
+ m_ObjectHideFlags: 0
53
+ m_CorrespondingSourceObject: {fileID: 0}
54
+ m_PrefabInstance: {fileID: 0}
55
+ m_PrefabAsset: {fileID: 0}
56
+ m_GameObject: {fileID: 128955718372430065}
57
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
58
+ m_LocalPosition: {x: -0.000863, y: -0.001272, z: 0.047823}
59
+ m_LocalScale: {x: 1, y: 1, z: 1}
60
+ m_ConstrainProportionsScale: 0
61
+ m_Children: []
62
+ m_Father: {fileID: 9086460788303617737}
63
+ m_RootOrder: 3
64
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
65
+ --- !u!1 &809344446428801160
66
+ GameObject:
67
+ m_ObjectHideFlags: 0
68
+ m_CorrespondingSourceObject: {fileID: 0}
69
+ m_PrefabInstance: {fileID: 0}
70
+ m_PrefabAsset: {fileID: 0}
71
+ serializedVersion: 6
72
+ m_Component:
73
+ - component: {fileID: 873066225522253429}
74
+ m_Layer: 0
75
+ m_Name: R_IndexIntermediate
76
+ m_TagString: Untagged
77
+ m_Icon: {fileID: 0}
78
+ m_NavMeshLayer: 0
79
+ m_StaticEditorFlags: 0
80
+ m_IsActive: 1
81
+ --- !u!4 &873066225522253429
82
+ Transform:
83
+ m_ObjectHideFlags: 0
84
+ m_CorrespondingSourceObject: {fileID: 0}
85
+ m_PrefabInstance: {fileID: 0}
86
+ m_PrefabAsset: {fileID: 0}
87
+ m_GameObject: {fileID: 809344446428801160}
88
+ m_LocalRotation: {x: 0.13075915, y: 0.0037599164, z: -0.026288582, w: 0.99105847}
89
+ m_LocalPosition: {x: -0.0000012946128, y: -0.0000015264749, z: 0.03792841}
90
+ m_LocalScale: {x: 0.99995524, y: 0.9999495, z: 0.9999498}
91
+ m_ConstrainProportionsScale: 0
92
+ m_Children:
93
+ - {fileID: 4774052605893647741}
94
+ m_Father: {fileID: 8682386660904200722}
95
+ m_RootOrder: 0
96
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
97
+ --- !u!1 &1202933383655492419
98
+ GameObject:
99
+ m_ObjectHideFlags: 0
100
+ m_CorrespondingSourceObject: {fileID: 0}
101
+ m_PrefabInstance: {fileID: 0}
102
+ m_PrefabAsset: {fileID: 0}
103
+ serializedVersion: 6
104
+ m_Component:
105
+ - component: {fileID: 9002968203958559966}
106
+ m_Layer: 0
107
+ m_Name: R_ThumbMetacarpal
108
+ m_TagString: Untagged
109
+ m_Icon: {fileID: 0}
110
+ m_NavMeshLayer: 0
111
+ m_StaticEditorFlags: 0
112
+ m_IsActive: 1
113
+ --- !u!4 &9002968203958559966
114
+ Transform:
115
+ m_ObjectHideFlags: 0
116
+ m_CorrespondingSourceObject: {fileID: 0}
117
+ m_PrefabInstance: {fileID: 0}
118
+ m_PrefabAsset: {fileID: 0}
119
+ m_GameObject: {fileID: 1202933383655492419}
120
+ m_LocalRotation: {x: -0.127078, y: -0.4597233, z: 0.55127513, w: 0.6845447}
121
+ m_LocalPosition: {x: -0.030218, y: -0.016083999, z: 0.034498}
122
+ m_LocalScale: {x: 1.0000156, y: 0.9999665, z: 0.9999888}
123
+ m_ConstrainProportionsScale: 0
124
+ m_Children:
125
+ - {fileID: 6450952514730668006}
126
+ m_Father: {fileID: 9086460788303617737}
127
+ m_RootOrder: 5
128
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
129
+ --- !u!1 &1509098077867297571
130
+ GameObject:
131
+ m_ObjectHideFlags: 0
132
+ m_CorrespondingSourceObject: {fileID: 0}
133
+ m_PrefabInstance: {fileID: 0}
134
+ m_PrefabAsset: {fileID: 0}
135
+ serializedVersion: 6
136
+ m_Component:
137
+ - component: {fileID: 6743495821194566348}
138
+ m_Layer: 0
139
+ m_Name: R_ThumbDistal
140
+ m_TagString: Untagged
141
+ m_Icon: {fileID: 0}
142
+ m_NavMeshLayer: 0
143
+ m_StaticEditorFlags: 0
144
+ m_IsActive: 1
145
+ --- !u!4 &6743495821194566348
146
+ Transform:
147
+ m_ObjectHideFlags: 0
148
+ m_CorrespondingSourceObject: {fileID: 0}
149
+ m_PrefabInstance: {fileID: 0}
150
+ m_PrefabAsset: {fileID: 0}
151
+ m_GameObject: {fileID: 1509098077867297571}
152
+ m_LocalRotation: {x: 0.11298371, y: -0.050618958, z: 0.07914508, w: 0.98914534}
153
+ m_LocalPosition: {x: 0.0000013828277, y: -0.0000061082837, z: 0.033791516}
154
+ m_LocalScale: {x: 1.0000046, y: 0.9999894, z: 0.9999972}
155
+ m_ConstrainProportionsScale: 0
156
+ m_Children:
157
+ - {fileID: 7296638376363916426}
158
+ m_Father: {fileID: 6450952514730668006}
159
+ m_RootOrder: 0
160
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
161
+ --- !u!1 &2068050781463073577
162
+ GameObject:
163
+ m_ObjectHideFlags: 0
164
+ m_CorrespondingSourceObject: {fileID: 0}
165
+ m_PrefabInstance: {fileID: 0}
166
+ m_PrefabAsset: {fileID: 0}
167
+ serializedVersion: 6
168
+ m_Component:
169
+ - component: {fileID: 4453273695988467695}
170
+ - component: {fileID: 8319734366383309779}
171
+ m_Layer: 7
172
+ m_Name: CC_Hand_R_M1
173
+ m_TagString: Untagged
174
+ m_Icon: {fileID: 0}
175
+ m_NavMeshLayer: 0
176
+ m_StaticEditorFlags: 0
177
+ m_IsActive: 1
178
+ --- !u!4 &4453273695988467695
179
+ Transform:
180
+ m_ObjectHideFlags: 0
181
+ m_CorrespondingSourceObject: {fileID: 0}
182
+ m_PrefabInstance: {fileID: 0}
183
+ m_PrefabAsset: {fileID: 0}
184
+ m_GameObject: {fileID: 2068050781463073577}
185
+ m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071068}
186
+ m_LocalPosition: {x: 0, y: 0, z: 0}
187
+ m_LocalScale: {x: 1, y: 1, z: 1}
188
+ m_ConstrainProportionsScale: 0
189
+ m_Children: []
190
+ m_Father: {fileID: 2897262469899988699}
191
+ m_RootOrder: 0
192
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
193
+ --- !u!137 &8319734366383309779
194
+ SkinnedMeshRenderer:
195
+ m_ObjectHideFlags: 0
196
+ m_CorrespondingSourceObject: {fileID: 0}
197
+ m_PrefabInstance: {fileID: 0}
198
+ m_PrefabAsset: {fileID: 0}
199
+ m_GameObject: {fileID: 2068050781463073577}
200
+ m_Enabled: 1
201
+ m_CastShadows: 1
202
+ m_ReceiveShadows: 1
203
+ m_DynamicOccludee: 1
204
+ m_StaticShadowCaster: 0
205
+ m_MotionVectors: 1
206
+ m_LightProbeUsage: 1
207
+ m_ReflectionProbeUsage: 1
208
+ m_RayTracingMode: 3
209
+ m_RayTraceProcedural: 0
210
+ m_RenderingLayerMask: 257
211
+ m_RendererPriority: 0
212
+ m_Materials:
213
+ - {fileID: 2100000, guid: 1396d6c87a05bb047922b092bfeb0289, type: 2}
214
+ - {fileID: 2100000, guid: f02abd1246978af4ea15fc4956423797, type: 2}
215
+ m_StaticBatchInfo:
216
+ firstSubMesh: 0
217
+ subMeshCount: 0
218
+ m_StaticBatchRoot: {fileID: 0}
219
+ m_ProbeAnchor: {fileID: 0}
220
+ m_LightProbeVolumeOverride: {fileID: 0}
221
+ m_ScaleInLightmap: 1
222
+ m_ReceiveGI: 1
223
+ m_PreserveUVs: 0
224
+ m_IgnoreNormalsForChartDetection: 0
225
+ m_ImportantGI: 0
226
+ m_StitchLightmapSeams: 1
227
+ m_SelectedEditorRenderState: 3
228
+ m_MinimumChartSize: 4
229
+ m_AutoUVMaxDistance: 0.5
230
+ m_AutoUVMaxAngle: 89
231
+ m_LightmapParameters: {fileID: 0}
232
+ m_SortingLayerID: 0
233
+ m_SortingLayer: 0
234
+ m_SortingOrder: 0
235
+ serializedVersion: 2
236
+ m_Quality: 0
237
+ m_UpdateWhenOffscreen: 0
238
+ m_SkinnedMotionVectors: 1
239
+ m_Mesh: {fileID: -3798895358153775464, guid: 88deaa9b6e5df1e429698f7b7383b04d, type: 3}
240
+ m_Bones:
241
+ - {fileID: 7344554766167612595}
242
+ - {fileID: 734192017855673044}
243
+ - {fileID: 4201313530745358992}
244
+ - {fileID: 873066225522253429}
245
+ - {fileID: 4774052605893647741}
246
+ - {fileID: 8213329743443944237}
247
+ - {fileID: 3871197821265315764}
248
+ - {fileID: 4551648013459393383}
249
+ - {fileID: 5353896227989041190}
250
+ - {fileID: 5943259897414593743}
251
+ - {fileID: 2637599512299844987}
252
+ - {fileID: 6683109575138618723}
253
+ - {fileID: 6450952514730668006}
254
+ - {fileID: 6743495821194566348}
255
+ - {fileID: 7296638376363916426}
256
+ - {fileID: 9086460788303617737}
257
+ - {fileID: 7679717504955467689}
258
+ - {fileID: 4656770042653404138}
259
+ - {fileID: 3108046027258838257}
260
+ - {fileID: 548157232542866707}
261
+ - {fileID: 8763418780395311282}
262
+ - {fileID: 9002968203958559966}
263
+ - {fileID: 1036552666851217127}
264
+ - {fileID: 9179582584100772996}
265
+ - {fileID: 1299343437731506808}
266
+ - {fileID: 8682386660904200722}
267
+ m_BlendShapeWeights: []
268
+ m_RootBone: {fileID: 9086460788303617737}
269
+ m_AABB:
270
+ m_Center: {x: -0.010900654, y: -0.020284113, z: 0.07509737}
271
+ m_Extent: {x: 0.095761426, y: 0.07200691, z: 0.12844367}
272
+ m_DirtyAABB: 0
273
+ --- !u!1 &2072668044657210996
274
+ GameObject:
275
+ m_ObjectHideFlags: 0
276
+ m_CorrespondingSourceObject: {fileID: 0}
277
+ m_PrefabInstance: {fileID: 0}
278
+ m_PrefabAsset: {fileID: 0}
279
+ serializedVersion: 6
280
+ m_Component:
281
+ - component: {fileID: 4201313530745358992}
282
+ m_Layer: 0
283
+ m_Name: R_MiddleTip
284
+ m_TagString: Untagged
285
+ m_Icon: {fileID: 0}
286
+ m_NavMeshLayer: 0
287
+ m_StaticEditorFlags: 0
288
+ m_IsActive: 1
289
+ --- !u!4 &4201313530745358992
290
+ Transform:
291
+ m_ObjectHideFlags: 0
292
+ m_CorrespondingSourceObject: {fileID: 0}
293
+ m_PrefabInstance: {fileID: 0}
294
+ m_PrefabAsset: {fileID: 0}
295
+ m_GameObject: {fileID: 2072668044657210996}
296
+ m_LocalRotation: {x: 2.7755576e-17, y: -3.469447e-18, z: -6.938894e-18, w: 1}
297
+ m_LocalPosition: {x: 0.00030950963, y: 0.0011371541, z: 0.024963856}
298
+ m_LocalScale: {x: 1, y: 0.99999994, z: 1.0000001}
299
+ m_ConstrainProportionsScale: 0
300
+ m_Children: []
301
+ m_Father: {fileID: 734192017855673044}
302
+ m_RootOrder: 0
303
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
304
+ --- !u!1 &2139683018735548607
305
+ GameObject:
306
+ m_ObjectHideFlags: 0
307
+ m_CorrespondingSourceObject: {fileID: 0}
308
+ m_PrefabInstance: {fileID: 0}
309
+ m_PrefabAsset: {fileID: 0}
310
+ serializedVersion: 6
311
+ m_Component:
312
+ - component: {fileID: 6683109575138618723}
313
+ m_Layer: 0
314
+ m_Name: R_LittleDistal
315
+ m_TagString: Untagged
316
+ m_Icon: {fileID: 0}
317
+ m_NavMeshLayer: 0
318
+ m_StaticEditorFlags: 0
319
+ m_IsActive: 1
320
+ --- !u!4 &6683109575138618723
321
+ Transform:
322
+ m_ObjectHideFlags: 0
323
+ m_CorrespondingSourceObject: {fileID: 0}
324
+ m_PrefabInstance: {fileID: 0}
325
+ m_PrefabAsset: {fileID: 0}
326
+ m_GameObject: {fileID: 2139683018735548607}
327
+ m_LocalRotation: {x: 0.11511069, y: -0.048731122, z: 0.0011094842, w: 0.992156}
328
+ m_LocalPosition: {x: -0.0000001335144, y: 0.00000063657757, z: 0.020311326}
329
+ m_LocalScale: {x: 1.000022, y: 0.9999687, z: 0.9999735}
330
+ m_ConstrainProportionsScale: 0
331
+ m_Children:
332
+ - {fileID: 5943259897414593743}
333
+ m_Father: {fileID: 2637599512299844987}
334
+ m_RootOrder: 0
335
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
336
+ --- !u!1 &2331109882710793869
337
+ GameObject:
338
+ m_ObjectHideFlags: 0
339
+ m_CorrespondingSourceObject: {fileID: 0}
340
+ m_PrefabInstance: {fileID: 0}
341
+ m_PrefabAsset: {fileID: 0}
342
+ serializedVersion: 6
343
+ m_Component:
344
+ - component: {fileID: 4551648013459393383}
345
+ m_Layer: 0
346
+ m_Name: R_RingDistal
347
+ m_TagString: Untagged
348
+ m_Icon: {fileID: 0}
349
+ m_NavMeshLayer: 0
350
+ m_StaticEditorFlags: 0
351
+ m_IsActive: 1
352
+ --- !u!4 &4551648013459393383
353
+ Transform:
354
+ m_ObjectHideFlags: 0
355
+ m_CorrespondingSourceObject: {fileID: 0}
356
+ m_PrefabInstance: {fileID: 0}
357
+ m_PrefabAsset: {fileID: 0}
358
+ m_GameObject: {fileID: 2331109882710793869}
359
+ m_LocalRotation: {x: 0.09172485, y: -0.029571526, z: -0.008965976, w: 0.9953048}
360
+ m_LocalPosition: {x: 0.0000010371208, y: -0.00000054597854, z: 0.026573557}
361
+ m_LocalScale: {x: 0.9999347, y: 1.0000272, z: 1.0000099}
362
+ m_ConstrainProportionsScale: 0
363
+ m_Children:
364
+ - {fileID: 5353896227989041190}
365
+ m_Father: {fileID: 3871197821265315764}
366
+ m_RootOrder: 0
367
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
368
+ --- !u!1 &2441089614063387430
369
+ GameObject:
370
+ m_ObjectHideFlags: 0
371
+ m_CorrespondingSourceObject: {fileID: 0}
372
+ m_PrefabInstance: {fileID: 0}
373
+ m_PrefabAsset: {fileID: 0}
374
+ serializedVersion: 6
375
+ m_Component:
376
+ - component: {fileID: 1036552666851217127}
377
+ m_Layer: 0
378
+ m_Name: R_MiddleProximal
379
+ m_TagString: Untagged
380
+ m_Icon: {fileID: 0}
381
+ m_NavMeshLayer: 0
382
+ m_StaticEditorFlags: 0
383
+ m_IsActive: 1
384
+ --- !u!4 &1036552666851217127
385
+ Transform:
386
+ m_ObjectHideFlags: 0
387
+ m_CorrespondingSourceObject: {fileID: 0}
388
+ m_PrefabInstance: {fileID: 0}
389
+ m_PrefabAsset: {fileID: 0}
390
+ m_GameObject: {fileID: 2441089614063387430}
391
+ m_LocalRotation: {x: 0.18964538, y: 0.011715396, z: -0.009750124, w: 0.9817344}
392
+ m_LocalPosition: {x: 0.0018839999, y: 0.005105, z: 0.061360996}
393
+ m_LocalScale: {x: 0.9999646, y: 1.0000069, z: 1.0000081}
394
+ m_ConstrainProportionsScale: 0
395
+ m_Children:
396
+ - {fileID: 7344554766167612595}
397
+ m_Father: {fileID: 4656770042653404138}
398
+ m_RootOrder: 0
399
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
400
+ --- !u!1 &2474794424714939805
401
+ GameObject:
402
+ m_ObjectHideFlags: 0
403
+ m_CorrespondingSourceObject: {fileID: 0}
404
+ m_PrefabInstance: {fileID: 0}
405
+ m_PrefabAsset: {fileID: 0}
406
+ serializedVersion: 6
407
+ m_Component:
408
+ - component: {fileID: 8213329743443944237}
409
+ m_Layer: 0
410
+ m_Name: R_IndexTip
411
+ m_TagString: Untagged
412
+ m_Icon: {fileID: 0}
413
+ m_NavMeshLayer: 0
414
+ m_StaticEditorFlags: 0
415
+ m_IsActive: 1
416
+ --- !u!4 &8213329743443944237
417
+ Transform:
418
+ m_ObjectHideFlags: 0
419
+ m_CorrespondingSourceObject: {fileID: 0}
420
+ m_PrefabInstance: {fileID: 0}
421
+ m_PrefabAsset: {fileID: 0}
422
+ m_GameObject: {fileID: 2474794424714939805}
423
+ m_LocalRotation: {x: 0, y: -4.3368087e-19, z: -0, w: 1}
424
+ m_LocalPosition: {x: 0.00029487847, y: 0.0010248971, z: 0.0223638}
425
+ m_LocalScale: {x: 1, y: 1, z: 1}
426
+ m_ConstrainProportionsScale: 0
427
+ m_Children: []
428
+ m_Father: {fileID: 4774052605893647741}
429
+ m_RootOrder: 0
430
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
431
+ --- !u!1 &2824809439973080376
432
+ GameObject:
433
+ m_ObjectHideFlags: 0
434
+ m_CorrespondingSourceObject: {fileID: 0}
435
+ m_PrefabInstance: {fileID: 0}
436
+ m_PrefabAsset: {fileID: 0}
437
+ serializedVersion: 6
438
+ m_Component:
439
+ - component: {fileID: 3204431619468535682}
440
+ m_Layer: 0
441
+ m_Name: CC_RightHand
442
+ m_TagString: Untagged
443
+ m_Icon: {fileID: 0}
444
+ m_NavMeshLayer: 0
445
+ m_StaticEditorFlags: 0
446
+ m_IsActive: 1
447
+ --- !u!4 &3204431619468535682
448
+ Transform:
449
+ m_ObjectHideFlags: 0
450
+ m_CorrespondingSourceObject: {fileID: 0}
451
+ m_PrefabInstance: {fileID: 0}
452
+ m_PrefabAsset: {fileID: 0}
453
+ m_GameObject: {fileID: 2824809439973080376}
454
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
455
+ m_LocalPosition: {x: 0, y: 0, z: 0}
456
+ m_LocalScale: {x: 1, y: 1, z: 1}
457
+ m_ConstrainProportionsScale: 0
458
+ m_Children:
459
+ - {fileID: 2897262469899988699}
460
+ m_Father: {fileID: 0}
461
+ m_RootOrder: 0
462
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
463
+ --- !u!1 &3175688803170945357
464
+ GameObject:
465
+ m_ObjectHideFlags: 0
466
+ m_CorrespondingSourceObject: {fileID: 0}
467
+ m_PrefabInstance: {fileID: 0}
468
+ m_PrefabAsset: {fileID: 0}
469
+ serializedVersion: 6
470
+ m_Component:
471
+ - component: {fileID: 4774052605893647741}
472
+ m_Layer: 0
473
+ m_Name: R_IndexDistal
474
+ m_TagString: Untagged
475
+ m_Icon: {fileID: 0}
476
+ m_NavMeshLayer: 0
477
+ m_StaticEditorFlags: 0
478
+ m_IsActive: 1
479
+ --- !u!4 &4774052605893647741
480
+ Transform:
481
+ m_ObjectHideFlags: 0
482
+ m_CorrespondingSourceObject: {fileID: 0}
483
+ m_PrefabInstance: {fileID: 0}
484
+ m_PrefabAsset: {fileID: 0}
485
+ m_GameObject: {fileID: 3175688803170945357}
486
+ m_LocalRotation: {x: -0.0030179783, y: 0.026077718, z: -0.016432201, w: 0.9995203}
487
+ m_LocalPosition: {x: -0.00000092744824, y: 0.00000015974044, z: 0.024305161}
488
+ m_LocalScale: {x: 1.0000451, y: 1.000008, z: 1.0000004}
489
+ m_ConstrainProportionsScale: 0
490
+ m_Children:
491
+ - {fileID: 8213329743443944237}
492
+ m_Father: {fileID: 873066225522253429}
493
+ m_RootOrder: 0
494
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
495
+ --- !u!1 &3859541917896930868
496
+ GameObject:
497
+ m_ObjectHideFlags: 0
498
+ m_CorrespondingSourceObject: {fileID: 0}
499
+ m_PrefabInstance: {fileID: 0}
500
+ m_PrefabAsset: {fileID: 0}
501
+ serializedVersion: 6
502
+ m_Component:
503
+ - component: {fileID: 9179582584100772996}
504
+ m_Layer: 0
505
+ m_Name: R_LittleProximal
506
+ m_TagString: Untagged
507
+ m_Icon: {fileID: 0}
508
+ m_NavMeshLayer: 0
509
+ m_StaticEditorFlags: 0
510
+ m_IsActive: 1
511
+ --- !u!4 &9179582584100772996
512
+ Transform:
513
+ m_ObjectHideFlags: 0
514
+ m_CorrespondingSourceObject: {fileID: 0}
515
+ m_PrefabInstance: {fileID: 0}
516
+ m_PrefabAsset: {fileID: 0}
517
+ m_GameObject: {fileID: 3859541917896930868}
518
+ m_LocalRotation: {x: -0.06267674, y: 0.051014844, z: 0.09903724, w: 0.99179673}
519
+ m_LocalPosition: {x: -0.0000025272368, y: 0.0000011599063, z: 0.04565198}
520
+ m_LocalScale: {x: 0.99995625, y: 1.0000366, z: 1.000068}
521
+ m_ConstrainProportionsScale: 0
522
+ m_Children:
523
+ - {fileID: 2637599512299844987}
524
+ m_Father: {fileID: 548157232542866707}
525
+ m_RootOrder: 0
526
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
527
+ --- !u!1 &4243250219927928735
528
+ GameObject:
529
+ m_ObjectHideFlags: 0
530
+ m_CorrespondingSourceObject: {fileID: 0}
531
+ m_PrefabInstance: {fileID: 0}
532
+ m_PrefabAsset: {fileID: 0}
533
+ serializedVersion: 6
534
+ m_Component:
535
+ - component: {fileID: 7344554766167612595}
536
+ m_Layer: 0
537
+ m_Name: R_MiddleIntermediate
538
+ m_TagString: Untagged
539
+ m_Icon: {fileID: 0}
540
+ m_NavMeshLayer: 0
541
+ m_StaticEditorFlags: 0
542
+ m_IsActive: 1
543
+ --- !u!4 &7344554766167612595
544
+ Transform:
545
+ m_ObjectHideFlags: 0
546
+ m_CorrespondingSourceObject: {fileID: 0}
547
+ m_PrefabInstance: {fileID: 0}
548
+ m_PrefabAsset: {fileID: 0}
549
+ m_GameObject: {fileID: 4243250219927928735}
550
+ m_LocalRotation: {x: 0.20427474, y: 0.0019674818, z: -0.012308401, w: 0.9788343}
551
+ m_LocalPosition: {x: 0.00000033095478, y: -0.00000087738033, z: 0.042926535}
552
+ m_LocalScale: {x: 1.0000315, y: 0.999996, z: 1.000038}
553
+ m_ConstrainProportionsScale: 0
554
+ m_Children:
555
+ - {fileID: 734192017855673044}
556
+ m_Father: {fileID: 1036552666851217127}
557
+ m_RootOrder: 0
558
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
559
+ --- !u!1 &4408382464029869184
560
+ GameObject:
561
+ m_ObjectHideFlags: 0
562
+ m_CorrespondingSourceObject: {fileID: 0}
563
+ m_PrefabInstance: {fileID: 0}
564
+ m_PrefabAsset: {fileID: 0}
565
+ serializedVersion: 6
566
+ m_Component:
567
+ - component: {fileID: 6450952514730668006}
568
+ m_Layer: 0
569
+ m_Name: R_ThumbProximal
570
+ m_TagString: Untagged
571
+ m_Icon: {fileID: 0}
572
+ m_NavMeshLayer: 0
573
+ m_StaticEditorFlags: 0
574
+ m_IsActive: 1
575
+ --- !u!4 &6450952514730668006
576
+ Transform:
577
+ m_ObjectHideFlags: 0
578
+ m_CorrespondingSourceObject: {fileID: 0}
579
+ m_PrefabInstance: {fileID: 0}
580
+ m_PrefabAsset: {fileID: 0}
581
+ m_GameObject: {fileID: 4408382464029869184}
582
+ m_LocalRotation: {x: 0.30390567, y: 0.06966191, z: -0.09680318, w: 0.9452078}
583
+ m_LocalPosition: {x: 0.0009862733, y: -0.0057129287, z: 0.03199217}
584
+ m_LocalScale: {x: 0.9999894, y: 0.9999919, z: 1.0000513}
585
+ m_ConstrainProportionsScale: 0
586
+ m_Children:
587
+ - {fileID: 6743495821194566348}
588
+ m_Father: {fileID: 9002968203958559966}
589
+ m_RootOrder: 0
590
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
591
+ --- !u!1 &5273280801320716816
592
+ GameObject:
593
+ m_ObjectHideFlags: 0
594
+ m_CorrespondingSourceObject: {fileID: 0}
595
+ m_PrefabInstance: {fileID: 0}
596
+ m_PrefabAsset: {fileID: 0}
597
+ serializedVersion: 6
598
+ m_Component:
599
+ - component: {fileID: 8682386660904200722}
600
+ m_Layer: 0
601
+ m_Name: R_IndexProximal
602
+ m_TagString: Untagged
603
+ m_Icon: {fileID: 0}
604
+ m_NavMeshLayer: 0
605
+ m_StaticEditorFlags: 0
606
+ m_IsActive: 1
607
+ --- !u!4 &8682386660904200722
608
+ Transform:
609
+ m_ObjectHideFlags: 0
610
+ m_CorrespondingSourceObject: {fileID: 0}
611
+ m_PrefabInstance: {fileID: 0}
612
+ m_PrefabAsset: {fileID: 0}
613
+ m_GameObject: {fileID: 5273280801320716816}
614
+ m_LocalRotation: {x: 0.151882, y: -0.076982684, z: 0.041177794, w: 0.9845354}
615
+ m_LocalPosition: {x: -0.0037319993, y: 0.0021889997, z: 0.059548}
616
+ m_LocalScale: {x: 1.0000446, y: 1.0000408, z: 0.99999094}
617
+ m_ConstrainProportionsScale: 0
618
+ m_Children:
619
+ - {fileID: 873066225522253429}
620
+ m_Father: {fileID: 7679717504955467689}
621
+ m_RootOrder: 0
622
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
623
+ --- !u!1 &5371784545220107440
624
+ GameObject:
625
+ m_ObjectHideFlags: 0
626
+ m_CorrespondingSourceObject: {fileID: 0}
627
+ m_PrefabInstance: {fileID: 0}
628
+ m_PrefabAsset: {fileID: 0}
629
+ serializedVersion: 6
630
+ m_Component:
631
+ - component: {fileID: 3871197821265315764}
632
+ m_Layer: 0
633
+ m_Name: R_RingIntermediate
634
+ m_TagString: Untagged
635
+ m_Icon: {fileID: 0}
636
+ m_NavMeshLayer: 0
637
+ m_StaticEditorFlags: 0
638
+ m_IsActive: 1
639
+ --- !u!4 &3871197821265315764
640
+ Transform:
641
+ m_ObjectHideFlags: 0
642
+ m_CorrespondingSourceObject: {fileID: 0}
643
+ m_PrefabInstance: {fileID: 0}
644
+ m_PrefabAsset: {fileID: 0}
645
+ m_GameObject: {fileID: 5371784545220107440}
646
+ m_LocalRotation: {x: 0.3017412, y: -0.007293773, z: -0.039555237, w: 0.95254105}
647
+ m_LocalPosition: {x: -0.00000052571295, y: 0.00000036686657, z: 0.03899503}
648
+ m_LocalScale: {x: 1.0000359, y: 0.99992716, z: 0.9999418}
649
+ m_ConstrainProportionsScale: 0
650
+ m_Children:
651
+ - {fileID: 4551648013459393383}
652
+ m_Father: {fileID: 1299343437731506808}
653
+ m_RootOrder: 0
654
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
655
+ --- !u!1 &6036936540043386824
656
+ GameObject:
657
+ m_ObjectHideFlags: 0
658
+ m_CorrespondingSourceObject: {fileID: 0}
659
+ m_PrefabInstance: {fileID: 0}
660
+ m_PrefabAsset: {fileID: 0}
661
+ serializedVersion: 6
662
+ m_Component:
663
+ - component: {fileID: 734192017855673044}
664
+ m_Layer: 0
665
+ m_Name: R_MiddleDistal
666
+ m_TagString: Untagged
667
+ m_Icon: {fileID: 0}
668
+ m_NavMeshLayer: 0
669
+ m_StaticEditorFlags: 0
670
+ m_IsActive: 1
671
+ --- !u!4 &734192017855673044
672
+ Transform:
673
+ m_ObjectHideFlags: 0
674
+ m_CorrespondingSourceObject: {fileID: 0}
675
+ m_PrefabInstance: {fileID: 0}
676
+ m_PrefabAsset: {fileID: 0}
677
+ m_GameObject: {fileID: 6036936540043386824}
678
+ m_LocalRotation: {x: -0.032234482, y: 0.0019387039, z: -0.040452998, w: 0.9986595}
679
+ m_LocalPosition: {x: -0.00000016987323, y: 0.00000058412553, z: 0.027548427}
680
+ m_LocalScale: {x: 0.9999719, y: 1.0000138, z: 0.9999635}
681
+ m_ConstrainProportionsScale: 0
682
+ m_Children:
683
+ - {fileID: 4201313530745358992}
684
+ m_Father: {fileID: 7344554766167612595}
685
+ m_RootOrder: 0
686
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
687
+ --- !u!1 &6500785654142795496
688
+ GameObject:
689
+ m_ObjectHideFlags: 0
690
+ m_CorrespondingSourceObject: {fileID: 0}
691
+ m_PrefabInstance: {fileID: 0}
692
+ m_PrefabAsset: {fileID: 0}
693
+ serializedVersion: 6
694
+ m_Component:
695
+ - component: {fileID: 548157232542866707}
696
+ m_Layer: 0
697
+ m_Name: R_LittleMetacarpal
698
+ m_TagString: Untagged
699
+ m_Icon: {fileID: 0}
700
+ m_NavMeshLayer: 0
701
+ m_StaticEditorFlags: 0
702
+ m_IsActive: 1
703
+ --- !u!4 &548157232542866707
704
+ Transform:
705
+ m_ObjectHideFlags: 0
706
+ m_CorrespondingSourceObject: {fileID: 0}
707
+ m_PrefabInstance: {fileID: 0}
708
+ m_PrefabAsset: {fileID: 0}
709
+ m_GameObject: {fileID: 6500785654142795496}
710
+ m_LocalRotation: {x: 0.018333552, y: 0.14033656, z: -0.2070356, w: 0.96804225}
711
+ m_LocalPosition: {x: 0.022999, y: -0.009419999, z: 0.034074}
712
+ m_LocalScale: {x: 1.0000186, y: 1.0000082, z: 0.999959}
713
+ m_ConstrainProportionsScale: 0
714
+ m_Children:
715
+ - {fileID: 9179582584100772996}
716
+ m_Father: {fileID: 9086460788303617737}
717
+ m_RootOrder: 1
718
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
719
+ --- !u!1 &6523567299728431715
720
+ GameObject:
721
+ m_ObjectHideFlags: 0
722
+ m_CorrespondingSourceObject: {fileID: 0}
723
+ m_PrefabInstance: {fileID: 0}
724
+ m_PrefabAsset: {fileID: 0}
725
+ serializedVersion: 6
726
+ m_Component:
727
+ - component: {fileID: 9086460788303617737}
728
+ m_Layer: 0
729
+ m_Name: R_Wrist
730
+ m_TagString: Untagged
731
+ m_Icon: {fileID: 0}
732
+ m_NavMeshLayer: 0
733
+ m_StaticEditorFlags: 0
734
+ m_IsActive: 1
735
+ --- !u!4 &9086460788303617737
736
+ Transform:
737
+ m_ObjectHideFlags: 0
738
+ m_CorrespondingSourceObject: {fileID: 0}
739
+ m_PrefabInstance: {fileID: 0}
740
+ m_PrefabAsset: {fileID: 0}
741
+ m_GameObject: {fileID: 6523567299728431715}
742
+ m_LocalRotation: {x: 0.00000006657903, y: -0, z: -0, w: 1}
743
+ m_LocalPosition: {x: 0, y: 0, z: -0.08}
744
+ m_LocalScale: {x: 1, y: 1, z: 1}
745
+ m_ConstrainProportionsScale: 0
746
+ m_Children:
747
+ - {fileID: 7679717504955467689}
748
+ - {fileID: 548157232542866707}
749
+ - {fileID: 4656770042653404138}
750
+ - {fileID: 8763418780395311282}
751
+ - {fileID: 3108046027258838257}
752
+ - {fileID: 9002968203958559966}
753
+ m_Father: {fileID: 2897262469899988699}
754
+ m_RootOrder: 1
755
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
756
+ --- !u!1 &6939919277235382931
757
+ GameObject:
758
+ m_ObjectHideFlags: 0
759
+ m_CorrespondingSourceObject: {fileID: 0}
760
+ m_PrefabInstance: {fileID: 0}
761
+ m_PrefabAsset: {fileID: 0}
762
+ serializedVersion: 6
763
+ m_Component:
764
+ - component: {fileID: 2637599512299844987}
765
+ m_Layer: 0
766
+ m_Name: R_LittleIntermediate
767
+ m_TagString: Untagged
768
+ m_Icon: {fileID: 0}
769
+ m_NavMeshLayer: 0
770
+ m_StaticEditorFlags: 0
771
+ m_IsActive: 1
772
+ --- !u!4 &2637599512299844987
773
+ Transform:
774
+ m_ObjectHideFlags: 0
775
+ m_CorrespondingSourceObject: {fileID: 0}
776
+ m_PrefabInstance: {fileID: 0}
777
+ m_PrefabAsset: {fileID: 0}
778
+ m_GameObject: {fileID: 6939919277235382931}
779
+ m_LocalRotation: {x: 0.36025816, y: 0.025496997, z: -0.06776039, w: 0.930039}
780
+ m_LocalPosition: {x: -0.00000017166137, y: -0.00000066459177, z: 0.030719945}
781
+ m_LocalScale: {x: 1.0000147, y: 1.000013, z: 0.99994445}
782
+ m_ConstrainProportionsScale: 0
783
+ m_Children:
784
+ - {fileID: 6683109575138618723}
785
+ m_Father: {fileID: 9179582584100772996}
786
+ m_RootOrder: 0
787
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
788
+ --- !u!1 &7285295600420193517
789
+ GameObject:
790
+ m_ObjectHideFlags: 0
791
+ m_CorrespondingSourceObject: {fileID: 0}
792
+ m_PrefabInstance: {fileID: 0}
793
+ m_PrefabAsset: {fileID: 0}
794
+ serializedVersion: 6
795
+ m_Component:
796
+ - component: {fileID: 2897262469899988699}
797
+ m_Layer: 0
798
+ m_Name: RightHand
799
+ m_TagString: Untagged
800
+ m_Icon: {fileID: 0}
801
+ m_NavMeshLayer: 0
802
+ m_StaticEditorFlags: 0
803
+ m_IsActive: 1
804
+ --- !u!4 &2897262469899988699
805
+ Transform:
806
+ m_ObjectHideFlags: 0
807
+ m_CorrespondingSourceObject: {fileID: 0}
808
+ m_PrefabInstance: {fileID: 0}
809
+ m_PrefabAsset: {fileID: 0}
810
+ m_GameObject: {fileID: 7285295600420193517}
811
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
812
+ m_LocalPosition: {x: 0, y: 0, z: 0}
813
+ m_LocalScale: {x: 1, y: 1, z: 1}
814
+ m_ConstrainProportionsScale: 0
815
+ m_Children:
816
+ - {fileID: 4453273695988467695}
817
+ - {fileID: 9086460788303617737}
818
+ m_Father: {fileID: 3204431619468535682}
819
+ m_RootOrder: 0
820
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
821
+ --- !u!1 &7424705728513146479
822
+ GameObject:
823
+ m_ObjectHideFlags: 0
824
+ m_CorrespondingSourceObject: {fileID: 0}
825
+ m_PrefabInstance: {fileID: 0}
826
+ m_PrefabAsset: {fileID: 0}
827
+ serializedVersion: 6
828
+ m_Component:
829
+ - component: {fileID: 5943259897414593743}
830
+ m_Layer: 0
831
+ m_Name: R_LittleTip
832
+ m_TagString: Untagged
833
+ m_Icon: {fileID: 0}
834
+ m_NavMeshLayer: 0
835
+ m_StaticEditorFlags: 0
836
+ m_IsActive: 1
837
+ --- !u!4 &5943259897414593743
838
+ Transform:
839
+ m_ObjectHideFlags: 0
840
+ m_CorrespondingSourceObject: {fileID: 0}
841
+ m_PrefabInstance: {fileID: 0}
842
+ m_PrefabAsset: {fileID: 0}
843
+ m_GameObject: {fileID: 7424705728513146479}
844
+ m_LocalRotation: {x: -2.7755576e-17, y: -2.7755576e-17, z: 1.3877788e-17, w: 1}
845
+ m_LocalPosition: {x: -0.00024632455, y: 0.0012151956, z: 0.021923332}
846
+ m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1.0000002}
847
+ m_ConstrainProportionsScale: 0
848
+ m_Children: []
849
+ m_Father: {fileID: 6683109575138618723}
850
+ m_RootOrder: 0
851
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
852
+ --- !u!1 &7584210189852791019
853
+ GameObject:
854
+ m_ObjectHideFlags: 0
855
+ m_CorrespondingSourceObject: {fileID: 0}
856
+ m_PrefabInstance: {fileID: 0}
857
+ m_PrefabAsset: {fileID: 0}
858
+ serializedVersion: 6
859
+ m_Component:
860
+ - component: {fileID: 1299343437731506808}
861
+ m_Layer: 0
862
+ m_Name: R_RingProximal
863
+ m_TagString: Untagged
864
+ m_Icon: {fileID: 0}
865
+ m_NavMeshLayer: 0
866
+ m_StaticEditorFlags: 0
867
+ m_IsActive: 1
868
+ --- !u!4 &1299343437731506808
869
+ Transform:
870
+ m_ObjectHideFlags: 0
871
+ m_CorrespondingSourceObject: {fileID: 0}
872
+ m_PrefabInstance: {fileID: 0}
873
+ m_PrefabAsset: {fileID: 0}
874
+ m_GameObject: {fileID: 7584210189852791019}
875
+ m_LocalRotation: {x: 0.08123156, y: 0.086153395, z: -0.055879932, w: 0.9913912}
876
+ m_LocalPosition: {x: 0.0024730002, y: -0.0005129999, z: 0.053917997}
877
+ m_LocalScale: {x: 0.99998975, y: 1.0000366, z: 1.0000347}
878
+ m_ConstrainProportionsScale: 0
879
+ m_Children:
880
+ - {fileID: 3871197821265315764}
881
+ m_Father: {fileID: 3108046027258838257}
882
+ m_RootOrder: 0
883
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
884
+ --- !u!1 &7656964692042490217
885
+ GameObject:
886
+ m_ObjectHideFlags: 0
887
+ m_CorrespondingSourceObject: {fileID: 0}
888
+ m_PrefabInstance: {fileID: 0}
889
+ m_PrefabAsset: {fileID: 0}
890
+ serializedVersion: 6
891
+ m_Component:
892
+ - component: {fileID: 4656770042653404138}
893
+ m_Layer: 0
894
+ m_Name: R_MiddleMetacarpal
895
+ m_TagString: Untagged
896
+ m_Icon: {fileID: 0}
897
+ m_NavMeshLayer: 0
898
+ m_StaticEditorFlags: 0
899
+ m_IsActive: 1
900
+ --- !u!4 &4656770042653404138
901
+ Transform:
902
+ m_ObjectHideFlags: 0
903
+ m_CorrespondingSourceObject: {fileID: 0}
904
+ m_PrefabInstance: {fileID: 0}
905
+ m_PrefabAsset: {fileID: 0}
906
+ m_GameObject: {fileID: 7656964692042490217}
907
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
908
+ m_LocalPosition: {x: -0.00361, y: -0.007648, z: 0.034286004}
909
+ m_LocalScale: {x: 1, y: 1, z: 1}
910
+ m_ConstrainProportionsScale: 0
911
+ m_Children:
912
+ - {fileID: 1036552666851217127}
913
+ m_Father: {fileID: 9086460788303617737}
914
+ m_RootOrder: 2
915
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
916
+ --- !u!1 &8794446221996454824
917
+ GameObject:
918
+ m_ObjectHideFlags: 0
919
+ m_CorrespondingSourceObject: {fileID: 0}
920
+ m_PrefabInstance: {fileID: 0}
921
+ m_PrefabAsset: {fileID: 0}
922
+ serializedVersion: 6
923
+ m_Component:
924
+ - component: {fileID: 7679717504955467689}
925
+ m_Layer: 0
926
+ m_Name: R_IndexMetacarpal
927
+ m_TagString: Untagged
928
+ m_Icon: {fileID: 0}
929
+ m_NavMeshLayer: 0
930
+ m_StaticEditorFlags: 0
931
+ m_IsActive: 1
932
+ --- !u!4 &7679717504955467689
933
+ Transform:
934
+ m_ObjectHideFlags: 0
935
+ m_CorrespondingSourceObject: {fileID: 0}
936
+ m_PrefabInstance: {fileID: 0}
937
+ m_PrefabAsset: {fileID: 0}
938
+ m_GameObject: {fileID: 8794446221996454824}
939
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
940
+ m_LocalPosition: {x: -0.019818999, y: -0.009505, z: 0.036448}
941
+ m_LocalScale: {x: 1, y: 1, z: 1}
942
+ m_ConstrainProportionsScale: 0
943
+ m_Children:
944
+ - {fileID: 8682386660904200722}
945
+ m_Father: {fileID: 9086460788303617737}
946
+ m_RootOrder: 0
947
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
948
+ --- !u!1 &9014473154769220760
949
+ GameObject:
950
+ m_ObjectHideFlags: 0
951
+ m_CorrespondingSourceObject: {fileID: 0}
952
+ m_PrefabInstance: {fileID: 0}
953
+ m_PrefabAsset: {fileID: 0}
954
+ serializedVersion: 6
955
+ m_Component:
956
+ - component: {fileID: 7296638376363916426}
957
+ m_Layer: 0
958
+ m_Name: R_ThumbTip
959
+ m_TagString: Untagged
960
+ m_Icon: {fileID: 0}
961
+ m_NavMeshLayer: 0
962
+ m_StaticEditorFlags: 0
963
+ m_IsActive: 1
964
+ --- !u!4 &7296638376363916426
965
+ Transform:
966
+ m_ObjectHideFlags: 0
967
+ m_CorrespondingSourceObject: {fileID: 0}
968
+ m_PrefabInstance: {fileID: 0}
969
+ m_PrefabAsset: {fileID: 0}
970
+ m_GameObject: {fileID: 9014473154769220760}
971
+ m_LocalRotation: {x: 1.7347235e-18, y: -0, z: -0, w: 1}
972
+ m_LocalPosition: {x: 0.0006700754, y: 0.0010274267, z: 0.024590502}
973
+ m_LocalScale: {x: 1, y: 1.0000001, z: 1.0000001}
974
+ m_ConstrainProportionsScale: 0
975
+ m_Children: []
976
+ m_Father: {fileID: 6743495821194566348}
977
+ m_RootOrder: 0
978
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
979
+ --- !u!1 &9194825773139087869
980
+ GameObject:
981
+ m_ObjectHideFlags: 0
982
+ m_CorrespondingSourceObject: {fileID: 0}
983
+ m_PrefabInstance: {fileID: 0}
984
+ m_PrefabAsset: {fileID: 0}
985
+ serializedVersion: 6
986
+ m_Component:
987
+ - component: {fileID: 3108046027258838257}
988
+ m_Layer: 0
989
+ m_Name: R_RingMetacarpal
990
+ m_TagString: Untagged
991
+ m_Icon: {fileID: 0}
992
+ m_NavMeshLayer: 0
993
+ m_StaticEditorFlags: 0
994
+ m_IsActive: 1
995
+ --- !u!4 &3108046027258838257
996
+ Transform:
997
+ m_ObjectHideFlags: 0
998
+ m_CorrespondingSourceObject: {fileID: 0}
999
+ m_PrefabInstance: {fileID: 0}
1000
+ m_PrefabAsset: {fileID: 0}
1001
+ m_GameObject: {fileID: 9194825773139087869}
1002
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1003
+ m_LocalPosition: {x: 0.014992, y: -0.0060159997, z: 0.034776}
1004
+ m_LocalScale: {x: 1, y: 1, z: 1}
1005
+ m_ConstrainProportionsScale: 0
1006
+ m_Children:
1007
+ - {fileID: 1299343437731506808}
1008
+ m_Father: {fileID: 9086460788303617737}
1009
+ m_RootOrder: 4
1010
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}