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,1594 @@
1
+ fileFormatVersion: 2
2
+ guid: f534c46bd4214574c91869bac9f9d66e
3
+ ModelImporter:
4
+ serializedVersion: 19301
5
+ internalIDToNameTable:
6
+ - first:
7
+ 1: 100000
8
+ second: Background
9
+ - first:
10
+ 1: 100002
11
+ second: Booth
12
+ - first:
13
+ 1: 100004
14
+ second: Booth_2
15
+ - first:
16
+ 1: 100006
17
+ second: BoothWings
18
+ - first:
19
+ 1: 100008
20
+ second: Button
21
+ - first:
22
+ 1: 100010
23
+ second: Button_1
24
+ - first:
25
+ 1: 100012
26
+ second: Button_2
27
+ - first:
28
+ 1: 100014
29
+ second: Button_2_2
30
+ - first:
31
+ 1: 100016
32
+ second: Button_3
33
+ - first:
34
+ 1: 100018
35
+ second: Button_3_2
36
+ - first:
37
+ 1: 100020
38
+ second: Button_4
39
+ - first:
40
+ 1: 100022
41
+ second: Button_4_2
42
+ - first:
43
+ 1: 100024
44
+ second: Button_5
45
+ - first:
46
+ 1: 100026
47
+ second: Button_5_2
48
+ - first:
49
+ 1: 100028
50
+ second: Button_6
51
+ - first:
52
+ 1: 100030
53
+ second: Button_6_2
54
+ - first:
55
+ 1: 100032
56
+ second: Button_7
57
+ - first:
58
+ 1: 100034
59
+ second: Button_7_2
60
+ - first:
61
+ 1: 100036
62
+ second: Button_8
63
+ - first:
64
+ 1: 100038
65
+ second: Button_9
66
+ - first:
67
+ 1: 100040
68
+ second: ButtonFrame
69
+ - first:
70
+ 1: 100042
71
+ second: ButtonFrame_2
72
+ - first:
73
+ 1: 100044
74
+ second: ButtonFrame_3
75
+ - first:
76
+ 1: 100046
77
+ second: ButtonFrame_4
78
+ - first:
79
+ 1: 100048
80
+ second: ButtonFrame_5
81
+ - first:
82
+ 1: 100050
83
+ second: ButtonFrame_6
84
+ - first:
85
+ 1: 100052
86
+ second: ButtonFrame_7
87
+ - first:
88
+ 1: 100054
89
+ second: ButtonFrame_8
90
+ - first:
91
+ 1: 100056
92
+ second: Buttons
93
+ - first:
94
+ 1: 100058
95
+ second: Cube
96
+ - first:
97
+ 1: 100060
98
+ second: Cube_1
99
+ - first:
100
+ 1: 100062
101
+ second: Cube_1_0
102
+ - first:
103
+ 1: 100064
104
+ second: Cube_1_10
105
+ - first:
106
+ 1: 100066
107
+ second: Cube_1_12
108
+ - first:
109
+ 1: 100068
110
+ second: Cube_1_14
111
+ - first:
112
+ 1: 100070
113
+ second: Cube_1_16
114
+ - first:
115
+ 1: 100072
116
+ second: Cube_1_18
117
+ - first:
118
+ 1: 100074
119
+ second: Cube_1_2
120
+ - first:
121
+ 1: 100076
122
+ second: Cube_1_20
123
+ - first:
124
+ 1: 100078
125
+ second: Cube_1_22
126
+ - first:
127
+ 1: 100080
128
+ second: Cube_1_24
129
+ - first:
130
+ 1: 100082
131
+ second: Cube_1_26
132
+ - first:
133
+ 1: 100084
134
+ second: Cube_1_28
135
+ - first:
136
+ 1: 100086
137
+ second: Cube_1_2_2
138
+ - first:
139
+ 1: 100088
140
+ second: Cube_1_3
141
+ - first:
142
+ 1: 100090
143
+ second: Cube_1_30
144
+ - first:
145
+ 1: 100092
146
+ second: Cube_1_32
147
+ - first:
148
+ 1: 100094
149
+ second: Cube_1_34
150
+ - first:
151
+ 1: 100096
152
+ second: Cube_1_36
153
+ - first:
154
+ 1: 100098
155
+ second: Cube_1_38
156
+ - first:
157
+ 1: 100100
158
+ second: Cube_1_4
159
+ - first:
160
+ 1: 100102
161
+ second: Cube_1_40
162
+ - first:
163
+ 1: 100104
164
+ second: Cube_1_42
165
+ - first:
166
+ 1: 100106
167
+ second: Cube_1_44
168
+ - first:
169
+ 1: 100108
170
+ second: Cube_1_46
171
+ - first:
172
+ 1: 100110
173
+ second: Cube_1_48
174
+ - first:
175
+ 1: 100112
176
+ second: Cube_1_50
177
+ - first:
178
+ 1: 100114
179
+ second: Cube_1_52
180
+ - first:
181
+ 1: 100116
182
+ second: Cube_1_54
183
+ - first:
184
+ 1: 100118
185
+ second: Cube_1_56
186
+ - first:
187
+ 1: 100120
188
+ second: Cube_1_58
189
+ - first:
190
+ 1: 100122
191
+ second: Cube_1_6
192
+ - first:
193
+ 1: 100124
194
+ second: Cube_1_60
195
+ - first:
196
+ 1: 100126
197
+ second: Cube_1_62
198
+ - first:
199
+ 1: 100128
200
+ second: Cube_1_64
201
+ - first:
202
+ 1: 100130
203
+ second: Cube_1_66
204
+ - first:
205
+ 1: 100132
206
+ second: Cube_1_68
207
+ - first:
208
+ 1: 100134
209
+ second: Cube_1_70
210
+ - first:
211
+ 1: 100136
212
+ second: Cube_1_72
213
+ - first:
214
+ 1: 100138
215
+ second: Cube_1_74
216
+ - first:
217
+ 1: 100140
218
+ second: Cube_1_76
219
+ - first:
220
+ 1: 100142
221
+ second: Cube_1_78
222
+ - first:
223
+ 1: 100144
224
+ second: Cube_1_8
225
+ - first:
226
+ 1: 100146
227
+ second: Cube_1_80
228
+ - first:
229
+ 1: 100148
230
+ second: Cube_1_82
231
+ - first:
232
+ 1: 100150
233
+ second: Cube_1_84
234
+ - first:
235
+ 1: 100152
236
+ second: Cube_1_86
237
+ - first:
238
+ 1: 100154
239
+ second: Cube_1_88
240
+ - first:
241
+ 1: 100156
242
+ second: Cube_1_90
243
+ - first:
244
+ 1: 100158
245
+ second: Cube_1_92
246
+ - first:
247
+ 1: 100160
248
+ second: Cube_1_94
249
+ - first:
250
+ 1: 100162
251
+ second: Cube_1_96
252
+ - first:
253
+ 1: 100164
254
+ second: Cube_1_98
255
+ - first:
256
+ 1: 100166
257
+ second: Cube_2
258
+ - first:
259
+ 1: 100168
260
+ second: Cube_2_2
261
+ - first:
262
+ 1: 100170
263
+ second: Cube_3
264
+ - first:
265
+ 1: 100172
266
+ second: Cube_3_2
267
+ - first:
268
+ 1: 100174
269
+ second: Cube_4
270
+ - first:
271
+ 1: 100176
272
+ second: Cube_4_2
273
+ - first:
274
+ 1: 100178
275
+ second: Cube_5
276
+ - first:
277
+ 1: 100180
278
+ second: Cube_5_2
279
+ - first:
280
+ 1: 100182
281
+ second: Cylinder
282
+ - first:
283
+ 1: 100184
284
+ second: Cylinder_1
285
+ - first:
286
+ 1: 100186
287
+ second: Floor
288
+ - first:
289
+ 1: 100188
290
+ second: Glass
291
+ - first:
292
+ 1: 100190
293
+ second: Handle
294
+ - first:
295
+ 1: 100192
296
+ second: Knob
297
+ - first:
298
+ 1: 100194
299
+ second: Knob_1
300
+ - first:
301
+ 1: 100196
302
+ second: Knobs
303
+ - first:
304
+ 1: 100198
305
+ second: LeverVertical
306
+ - first:
307
+ 1: 100200
308
+ second: Plane
309
+ - first:
310
+ 1: 100202
311
+ second: Planet
312
+ - first:
313
+ 1: 100204
314
+ second: Pyramid
315
+ - first:
316
+ 1: 100206
317
+ second: Rod
318
+ - first:
319
+ 1: 100208
320
+ second: Slider
321
+ - first:
322
+ 1: 100210
323
+ second: SliderHandle
324
+ - first:
325
+ 1: 100212
326
+ second: //RootNode
327
+ - first:
328
+ 1: 100214
329
+ second: Stars
330
+ - first:
331
+ 1: 100216
332
+ second: Walls
333
+ - first:
334
+ 1: 100218
335
+ second: Ship
336
+ - first:
337
+ 4: 400000
338
+ second: Background
339
+ - first:
340
+ 4: 400002
341
+ second: Booth
342
+ - first:
343
+ 4: 400004
344
+ second: Booth_2
345
+ - first:
346
+ 4: 400006
347
+ second: BoothWings
348
+ - first:
349
+ 4: 400008
350
+ second: Button
351
+ - first:
352
+ 4: 400010
353
+ second: Button_1
354
+ - first:
355
+ 4: 400012
356
+ second: Button_2
357
+ - first:
358
+ 4: 400014
359
+ second: Button_2_2
360
+ - first:
361
+ 4: 400016
362
+ second: Button_3
363
+ - first:
364
+ 4: 400018
365
+ second: Button_3_2
366
+ - first:
367
+ 4: 400020
368
+ second: Button_4
369
+ - first:
370
+ 4: 400022
371
+ second: Button_4_2
372
+ - first:
373
+ 4: 400024
374
+ second: Button_5
375
+ - first:
376
+ 4: 400026
377
+ second: Button_5_2
378
+ - first:
379
+ 4: 400028
380
+ second: Button_6
381
+ - first:
382
+ 4: 400030
383
+ second: Button_6_2
384
+ - first:
385
+ 4: 400032
386
+ second: Button_7
387
+ - first:
388
+ 4: 400034
389
+ second: Button_7_2
390
+ - first:
391
+ 4: 400036
392
+ second: Button_8
393
+ - first:
394
+ 4: 400038
395
+ second: Button_9
396
+ - first:
397
+ 4: 400040
398
+ second: ButtonFrame
399
+ - first:
400
+ 4: 400042
401
+ second: ButtonFrame_2
402
+ - first:
403
+ 4: 400044
404
+ second: ButtonFrame_3
405
+ - first:
406
+ 4: 400046
407
+ second: ButtonFrame_4
408
+ - first:
409
+ 4: 400048
410
+ second: ButtonFrame_5
411
+ - first:
412
+ 4: 400050
413
+ second: ButtonFrame_6
414
+ - first:
415
+ 4: 400052
416
+ second: ButtonFrame_7
417
+ - first:
418
+ 4: 400054
419
+ second: ButtonFrame_8
420
+ - first:
421
+ 4: 400056
422
+ second: Buttons
423
+ - first:
424
+ 4: 400058
425
+ second: Cube
426
+ - first:
427
+ 4: 400060
428
+ second: Cube_1
429
+ - first:
430
+ 4: 400062
431
+ second: Cube_1_0
432
+ - first:
433
+ 4: 400064
434
+ second: Cube_1_10
435
+ - first:
436
+ 4: 400066
437
+ second: Cube_1_12
438
+ - first:
439
+ 4: 400068
440
+ second: Cube_1_14
441
+ - first:
442
+ 4: 400070
443
+ second: Cube_1_16
444
+ - first:
445
+ 4: 400072
446
+ second: Cube_1_18
447
+ - first:
448
+ 4: 400074
449
+ second: Cube_1_2
450
+ - first:
451
+ 4: 400076
452
+ second: Cube_1_20
453
+ - first:
454
+ 4: 400078
455
+ second: Cube_1_22
456
+ - first:
457
+ 4: 400080
458
+ second: Cube_1_24
459
+ - first:
460
+ 4: 400082
461
+ second: Cube_1_26
462
+ - first:
463
+ 4: 400084
464
+ second: Cube_1_28
465
+ - first:
466
+ 4: 400086
467
+ second: Cube_1_2_2
468
+ - first:
469
+ 4: 400088
470
+ second: Cube_1_3
471
+ - first:
472
+ 4: 400090
473
+ second: Cube_1_30
474
+ - first:
475
+ 4: 400092
476
+ second: Cube_1_32
477
+ - first:
478
+ 4: 400094
479
+ second: Cube_1_34
480
+ - first:
481
+ 4: 400096
482
+ second: Cube_1_36
483
+ - first:
484
+ 4: 400098
485
+ second: Cube_1_38
486
+ - first:
487
+ 4: 400100
488
+ second: Cube_1_4
489
+ - first:
490
+ 4: 400102
491
+ second: Cube_1_40
492
+ - first:
493
+ 4: 400104
494
+ second: Cube_1_42
495
+ - first:
496
+ 4: 400106
497
+ second: Cube_1_44
498
+ - first:
499
+ 4: 400108
500
+ second: Cube_1_46
501
+ - first:
502
+ 4: 400110
503
+ second: Cube_1_48
504
+ - first:
505
+ 4: 400112
506
+ second: Cube_1_50
507
+ - first:
508
+ 4: 400114
509
+ second: Cube_1_52
510
+ - first:
511
+ 4: 400116
512
+ second: Cube_1_54
513
+ - first:
514
+ 4: 400118
515
+ second: Cube_1_56
516
+ - first:
517
+ 4: 400120
518
+ second: Cube_1_58
519
+ - first:
520
+ 4: 400122
521
+ second: Cube_1_6
522
+ - first:
523
+ 4: 400124
524
+ second: Cube_1_60
525
+ - first:
526
+ 4: 400126
527
+ second: Cube_1_62
528
+ - first:
529
+ 4: 400128
530
+ second: Cube_1_64
531
+ - first:
532
+ 4: 400130
533
+ second: Cube_1_66
534
+ - first:
535
+ 4: 400132
536
+ second: Cube_1_68
537
+ - first:
538
+ 4: 400134
539
+ second: Cube_1_70
540
+ - first:
541
+ 4: 400136
542
+ second: Cube_1_72
543
+ - first:
544
+ 4: 400138
545
+ second: Cube_1_74
546
+ - first:
547
+ 4: 400140
548
+ second: Cube_1_76
549
+ - first:
550
+ 4: 400142
551
+ second: Cube_1_78
552
+ - first:
553
+ 4: 400144
554
+ second: Cube_1_8
555
+ - first:
556
+ 4: 400146
557
+ second: Cube_1_80
558
+ - first:
559
+ 4: 400148
560
+ second: Cube_1_82
561
+ - first:
562
+ 4: 400150
563
+ second: Cube_1_84
564
+ - first:
565
+ 4: 400152
566
+ second: Cube_1_86
567
+ - first:
568
+ 4: 400154
569
+ second: Cube_1_88
570
+ - first:
571
+ 4: 400156
572
+ second: Cube_1_90
573
+ - first:
574
+ 4: 400158
575
+ second: Cube_1_92
576
+ - first:
577
+ 4: 400160
578
+ second: Cube_1_94
579
+ - first:
580
+ 4: 400162
581
+ second: Cube_1_96
582
+ - first:
583
+ 4: 400164
584
+ second: Cube_1_98
585
+ - first:
586
+ 4: 400166
587
+ second: Cube_2
588
+ - first:
589
+ 4: 400168
590
+ second: Cube_2_2
591
+ - first:
592
+ 4: 400170
593
+ second: Cube_3
594
+ - first:
595
+ 4: 400172
596
+ second: Cube_3_2
597
+ - first:
598
+ 4: 400174
599
+ second: Cube_4
600
+ - first:
601
+ 4: 400176
602
+ second: Cube_4_2
603
+ - first:
604
+ 4: 400178
605
+ second: Cube_5
606
+ - first:
607
+ 4: 400180
608
+ second: Cube_5_2
609
+ - first:
610
+ 4: 400182
611
+ second: Cylinder
612
+ - first:
613
+ 4: 400184
614
+ second: Cylinder_1
615
+ - first:
616
+ 4: 400186
617
+ second: Floor
618
+ - first:
619
+ 4: 400188
620
+ second: Glass
621
+ - first:
622
+ 4: 400190
623
+ second: Handle
624
+ - first:
625
+ 4: 400192
626
+ second: Knob
627
+ - first:
628
+ 4: 400194
629
+ second: Knob_1
630
+ - first:
631
+ 4: 400196
632
+ second: Knobs
633
+ - first:
634
+ 4: 400198
635
+ second: LeverVertical
636
+ - first:
637
+ 4: 400200
638
+ second: Plane
639
+ - first:
640
+ 4: 400202
641
+ second: Planet
642
+ - first:
643
+ 4: 400204
644
+ second: Pyramid
645
+ - first:
646
+ 4: 400206
647
+ second: Rod
648
+ - first:
649
+ 4: 400208
650
+ second: Slider
651
+ - first:
652
+ 4: 400210
653
+ second: SliderHandle
654
+ - first:
655
+ 4: 400212
656
+ second: //RootNode
657
+ - first:
658
+ 4: 400214
659
+ second: Stars
660
+ - first:
661
+ 4: 400216
662
+ second: Walls
663
+ - first:
664
+ 4: 400218
665
+ second: Ship
666
+ - first:
667
+ 21: 2100000
668
+ second: Mat
669
+ - first:
670
+ 21: 2100002
671
+ second: ButtonFrame
672
+ - first:
673
+ 21: 2100004
674
+ second: ButtonCenter
675
+ - first:
676
+ 21: 2100006
677
+ second: CenterConsole
678
+ - first:
679
+ 21: 2100008
680
+ second: Mat.1
681
+ - first:
682
+ 21: 2100010
683
+ second: Walls
684
+ - first:
685
+ 21: 2100012
686
+ second: Glass
687
+ - first:
688
+ 21: 2100014
689
+ second: Mat.2
690
+ - first:
691
+ 21: 2100016
692
+ second: OuterConsole
693
+ - first:
694
+ 23: 2300000
695
+ second: Booth_2
696
+ - first:
697
+ 23: 2300002
698
+ second: Button_2
699
+ - first:
700
+ 23: 2300004
701
+ second: Button_3_2
702
+ - first:
703
+ 23: 2300006
704
+ second: Button_4
705
+ - first:
706
+ 23: 2300008
707
+ second: Button_5
708
+ - first:
709
+ 23: 2300010
710
+ second: Button_6
711
+ - first:
712
+ 23: 2300012
713
+ second: Button_7_2
714
+ - first:
715
+ 23: 2300014
716
+ second: Button_8
717
+ - first:
718
+ 23: 2300016
719
+ second: Button_9
720
+ - first:
721
+ 23: 2300018
722
+ second: ButtonFrame
723
+ - first:
724
+ 23: 2300020
725
+ second: ButtonFrame_2
726
+ - first:
727
+ 23: 2300022
728
+ second: ButtonFrame_3
729
+ - first:
730
+ 23: 2300024
731
+ second: ButtonFrame_4
732
+ - first:
733
+ 23: 2300026
734
+ second: ButtonFrame_5
735
+ - first:
736
+ 23: 2300028
737
+ second: ButtonFrame_6
738
+ - first:
739
+ 23: 2300030
740
+ second: ButtonFrame_7
741
+ - first:
742
+ 23: 2300032
743
+ second: ButtonFrame_8
744
+ - first:
745
+ 23: 2300034
746
+ second: Cube
747
+ - first:
748
+ 23: 2300036
749
+ second: Cube_1
750
+ - first:
751
+ 23: 2300038
752
+ second: Cube_1_0
753
+ - first:
754
+ 23: 2300040
755
+ second: Cube_1_10
756
+ - first:
757
+ 23: 2300042
758
+ second: Cube_1_12
759
+ - first:
760
+ 23: 2300044
761
+ second: Cube_1_14
762
+ - first:
763
+ 23: 2300046
764
+ second: Cube_1_16
765
+ - first:
766
+ 23: 2300048
767
+ second: Cube_1_18
768
+ - first:
769
+ 23: 2300050
770
+ second: Cube_1_2
771
+ - first:
772
+ 23: 2300052
773
+ second: Cube_1_20
774
+ - first:
775
+ 23: 2300054
776
+ second: Cube_1_22
777
+ - first:
778
+ 23: 2300056
779
+ second: Cube_1_24
780
+ - first:
781
+ 23: 2300058
782
+ second: Cube_1_26
783
+ - first:
784
+ 23: 2300060
785
+ second: Cube_1_28
786
+ - first:
787
+ 23: 2300062
788
+ second: Cube_1_2_2
789
+ - first:
790
+ 23: 2300064
791
+ second: Cube_1_3
792
+ - first:
793
+ 23: 2300066
794
+ second: Cube_1_30
795
+ - first:
796
+ 23: 2300068
797
+ second: Cube_1_32
798
+ - first:
799
+ 23: 2300070
800
+ second: Cube_1_34
801
+ - first:
802
+ 23: 2300072
803
+ second: Cube_1_36
804
+ - first:
805
+ 23: 2300074
806
+ second: Cube_1_38
807
+ - first:
808
+ 23: 2300076
809
+ second: Cube_1_4
810
+ - first:
811
+ 23: 2300078
812
+ second: Cube_1_40
813
+ - first:
814
+ 23: 2300080
815
+ second: Cube_1_42
816
+ - first:
817
+ 23: 2300082
818
+ second: Cube_1_44
819
+ - first:
820
+ 23: 2300084
821
+ second: Cube_1_46
822
+ - first:
823
+ 23: 2300086
824
+ second: Cube_1_48
825
+ - first:
826
+ 23: 2300088
827
+ second: Cube_1_50
828
+ - first:
829
+ 23: 2300090
830
+ second: Cube_1_52
831
+ - first:
832
+ 23: 2300092
833
+ second: Cube_1_54
834
+ - first:
835
+ 23: 2300094
836
+ second: Cube_1_56
837
+ - first:
838
+ 23: 2300096
839
+ second: Cube_1_58
840
+ - first:
841
+ 23: 2300098
842
+ second: Cube_1_6
843
+ - first:
844
+ 23: 2300100
845
+ second: Cube_1_60
846
+ - first:
847
+ 23: 2300102
848
+ second: Cube_1_62
849
+ - first:
850
+ 23: 2300104
851
+ second: Cube_1_64
852
+ - first:
853
+ 23: 2300106
854
+ second: Cube_1_66
855
+ - first:
856
+ 23: 2300108
857
+ second: Cube_1_68
858
+ - first:
859
+ 23: 2300110
860
+ second: Cube_1_70
861
+ - first:
862
+ 23: 2300112
863
+ second: Cube_1_72
864
+ - first:
865
+ 23: 2300114
866
+ second: Cube_1_74
867
+ - first:
868
+ 23: 2300116
869
+ second: Cube_1_76
870
+ - first:
871
+ 23: 2300118
872
+ second: Cube_1_78
873
+ - first:
874
+ 23: 2300120
875
+ second: Cube_1_8
876
+ - first:
877
+ 23: 2300122
878
+ second: Cube_1_80
879
+ - first:
880
+ 23: 2300124
881
+ second: Cube_1_82
882
+ - first:
883
+ 23: 2300126
884
+ second: Cube_1_84
885
+ - first:
886
+ 23: 2300128
887
+ second: Cube_1_86
888
+ - first:
889
+ 23: 2300130
890
+ second: Cube_1_88
891
+ - first:
892
+ 23: 2300132
893
+ second: Cube_1_90
894
+ - first:
895
+ 23: 2300134
896
+ second: Cube_1_92
897
+ - first:
898
+ 23: 2300136
899
+ second: Cube_1_94
900
+ - first:
901
+ 23: 2300138
902
+ second: Cube_1_96
903
+ - first:
904
+ 23: 2300140
905
+ second: Cube_1_98
906
+ - first:
907
+ 23: 2300142
908
+ second: Cube_2
909
+ - first:
910
+ 23: 2300144
911
+ second: Cube_2_2
912
+ - first:
913
+ 23: 2300146
914
+ second: Cube_3
915
+ - first:
916
+ 23: 2300148
917
+ second: Cube_3_2
918
+ - first:
919
+ 23: 2300150
920
+ second: Cube_4
921
+ - first:
922
+ 23: 2300152
923
+ second: Cube_4_2
924
+ - first:
925
+ 23: 2300154
926
+ second: Cube_5
927
+ - first:
928
+ 23: 2300156
929
+ second: Cube_5_2
930
+ - first:
931
+ 23: 2300158
932
+ second: Cylinder
933
+ - first:
934
+ 23: 2300160
935
+ second: Cylinder_1
936
+ - first:
937
+ 23: 2300162
938
+ second: Floor
939
+ - first:
940
+ 23: 2300164
941
+ second: Handle
942
+ - first:
943
+ 23: 2300166
944
+ second: Knob
945
+ - first:
946
+ 23: 2300168
947
+ second: Knob_1
948
+ - first:
949
+ 23: 2300170
950
+ second: Plane
951
+ - first:
952
+ 23: 2300172
953
+ second: Planet
954
+ - first:
955
+ 23: 2300174
956
+ second: Pyramid
957
+ - first:
958
+ 23: 2300176
959
+ second: Rod
960
+ - first:
961
+ 23: 2300178
962
+ second: Slider
963
+ - first:
964
+ 33: 3300000
965
+ second: Booth_2
966
+ - first:
967
+ 33: 3300002
968
+ second: Button_2
969
+ - first:
970
+ 33: 3300004
971
+ second: Button_3_2
972
+ - first:
973
+ 33: 3300006
974
+ second: Button_4
975
+ - first:
976
+ 33: 3300008
977
+ second: Button_5
978
+ - first:
979
+ 33: 3300010
980
+ second: Button_6
981
+ - first:
982
+ 33: 3300012
983
+ second: Button_7_2
984
+ - first:
985
+ 33: 3300014
986
+ second: Button_8
987
+ - first:
988
+ 33: 3300016
989
+ second: Button_9
990
+ - first:
991
+ 33: 3300018
992
+ second: ButtonFrame
993
+ - first:
994
+ 33: 3300020
995
+ second: ButtonFrame_2
996
+ - first:
997
+ 33: 3300022
998
+ second: ButtonFrame_3
999
+ - first:
1000
+ 33: 3300024
1001
+ second: ButtonFrame_4
1002
+ - first:
1003
+ 33: 3300026
1004
+ second: ButtonFrame_5
1005
+ - first:
1006
+ 33: 3300028
1007
+ second: ButtonFrame_6
1008
+ - first:
1009
+ 33: 3300030
1010
+ second: ButtonFrame_7
1011
+ - first:
1012
+ 33: 3300032
1013
+ second: ButtonFrame_8
1014
+ - first:
1015
+ 33: 3300034
1016
+ second: Cube
1017
+ - first:
1018
+ 33: 3300036
1019
+ second: Cube_1
1020
+ - first:
1021
+ 33: 3300038
1022
+ second: Cube_1_0
1023
+ - first:
1024
+ 33: 3300040
1025
+ second: Cube_1_10
1026
+ - first:
1027
+ 33: 3300042
1028
+ second: Cube_1_12
1029
+ - first:
1030
+ 33: 3300044
1031
+ second: Cube_1_14
1032
+ - first:
1033
+ 33: 3300046
1034
+ second: Cube_1_16
1035
+ - first:
1036
+ 33: 3300048
1037
+ second: Cube_1_18
1038
+ - first:
1039
+ 33: 3300050
1040
+ second: Cube_1_2
1041
+ - first:
1042
+ 33: 3300052
1043
+ second: Cube_1_20
1044
+ - first:
1045
+ 33: 3300054
1046
+ second: Cube_1_22
1047
+ - first:
1048
+ 33: 3300056
1049
+ second: Cube_1_24
1050
+ - first:
1051
+ 33: 3300058
1052
+ second: Cube_1_26
1053
+ - first:
1054
+ 33: 3300060
1055
+ second: Cube_1_28
1056
+ - first:
1057
+ 33: 3300062
1058
+ second: Cube_1_2_2
1059
+ - first:
1060
+ 33: 3300064
1061
+ second: Cube_1_3
1062
+ - first:
1063
+ 33: 3300066
1064
+ second: Cube_1_30
1065
+ - first:
1066
+ 33: 3300068
1067
+ second: Cube_1_32
1068
+ - first:
1069
+ 33: 3300070
1070
+ second: Cube_1_34
1071
+ - first:
1072
+ 33: 3300072
1073
+ second: Cube_1_36
1074
+ - first:
1075
+ 33: 3300074
1076
+ second: Cube_1_38
1077
+ - first:
1078
+ 33: 3300076
1079
+ second: Cube_1_4
1080
+ - first:
1081
+ 33: 3300078
1082
+ second: Cube_1_40
1083
+ - first:
1084
+ 33: 3300080
1085
+ second: Cube_1_42
1086
+ - first:
1087
+ 33: 3300082
1088
+ second: Cube_1_44
1089
+ - first:
1090
+ 33: 3300084
1091
+ second: Cube_1_46
1092
+ - first:
1093
+ 33: 3300086
1094
+ second: Cube_1_48
1095
+ - first:
1096
+ 33: 3300088
1097
+ second: Cube_1_50
1098
+ - first:
1099
+ 33: 3300090
1100
+ second: Cube_1_52
1101
+ - first:
1102
+ 33: 3300092
1103
+ second: Cube_1_54
1104
+ - first:
1105
+ 33: 3300094
1106
+ second: Cube_1_56
1107
+ - first:
1108
+ 33: 3300096
1109
+ second: Cube_1_58
1110
+ - first:
1111
+ 33: 3300098
1112
+ second: Cube_1_6
1113
+ - first:
1114
+ 33: 3300100
1115
+ second: Cube_1_60
1116
+ - first:
1117
+ 33: 3300102
1118
+ second: Cube_1_62
1119
+ - first:
1120
+ 33: 3300104
1121
+ second: Cube_1_64
1122
+ - first:
1123
+ 33: 3300106
1124
+ second: Cube_1_66
1125
+ - first:
1126
+ 33: 3300108
1127
+ second: Cube_1_68
1128
+ - first:
1129
+ 33: 3300110
1130
+ second: Cube_1_70
1131
+ - first:
1132
+ 33: 3300112
1133
+ second: Cube_1_72
1134
+ - first:
1135
+ 33: 3300114
1136
+ second: Cube_1_74
1137
+ - first:
1138
+ 33: 3300116
1139
+ second: Cube_1_76
1140
+ - first:
1141
+ 33: 3300118
1142
+ second: Cube_1_78
1143
+ - first:
1144
+ 33: 3300120
1145
+ second: Cube_1_8
1146
+ - first:
1147
+ 33: 3300122
1148
+ second: Cube_1_80
1149
+ - first:
1150
+ 33: 3300124
1151
+ second: Cube_1_82
1152
+ - first:
1153
+ 33: 3300126
1154
+ second: Cube_1_84
1155
+ - first:
1156
+ 33: 3300128
1157
+ second: Cube_1_86
1158
+ - first:
1159
+ 33: 3300130
1160
+ second: Cube_1_88
1161
+ - first:
1162
+ 33: 3300132
1163
+ second: Cube_1_90
1164
+ - first:
1165
+ 33: 3300134
1166
+ second: Cube_1_92
1167
+ - first:
1168
+ 33: 3300136
1169
+ second: Cube_1_94
1170
+ - first:
1171
+ 33: 3300138
1172
+ second: Cube_1_96
1173
+ - first:
1174
+ 33: 3300140
1175
+ second: Cube_1_98
1176
+ - first:
1177
+ 33: 3300142
1178
+ second: Cube_2
1179
+ - first:
1180
+ 33: 3300144
1181
+ second: Cube_2_2
1182
+ - first:
1183
+ 33: 3300146
1184
+ second: Cube_3
1185
+ - first:
1186
+ 33: 3300148
1187
+ second: Cube_3_2
1188
+ - first:
1189
+ 33: 3300150
1190
+ second: Cube_4
1191
+ - first:
1192
+ 33: 3300152
1193
+ second: Cube_4_2
1194
+ - first:
1195
+ 33: 3300154
1196
+ second: Cube_5
1197
+ - first:
1198
+ 33: 3300156
1199
+ second: Cube_5_2
1200
+ - first:
1201
+ 33: 3300158
1202
+ second: Cylinder
1203
+ - first:
1204
+ 33: 3300160
1205
+ second: Cylinder_1
1206
+ - first:
1207
+ 33: 3300162
1208
+ second: Floor
1209
+ - first:
1210
+ 33: 3300164
1211
+ second: Handle
1212
+ - first:
1213
+ 33: 3300166
1214
+ second: Knob
1215
+ - first:
1216
+ 33: 3300168
1217
+ second: Knob_1
1218
+ - first:
1219
+ 33: 3300170
1220
+ second: Plane
1221
+ - first:
1222
+ 33: 3300172
1223
+ second: Planet
1224
+ - first:
1225
+ 33: 3300174
1226
+ second: Pyramid
1227
+ - first:
1228
+ 33: 3300176
1229
+ second: Rod
1230
+ - first:
1231
+ 33: 3300178
1232
+ second: Slider
1233
+ - first:
1234
+ 43: 4300000
1235
+ second: Cube_1
1236
+ - first:
1237
+ 43: 4300002
1238
+ second: Cube
1239
+ - first:
1240
+ 43: 4300004
1241
+ second: Cylinder_1
1242
+ - first:
1243
+ 43: 4300006
1244
+ second: Handle
1245
+ - first:
1246
+ 43: 4300008
1247
+ second: Rod
1248
+ - first:
1249
+ 43: 4300010
1250
+ second: Planet
1251
+ - first:
1252
+ 43: 4300012
1253
+ second: Floor
1254
+ - first:
1255
+ 43: 4300014
1256
+ second: Plane
1257
+ - first:
1258
+ 43: 4300016
1259
+ second: Cube_1_2
1260
+ - first:
1261
+ 43: 4300018
1262
+ second: Cube_1_0
1263
+ - first:
1264
+ 43: 4300020
1265
+ second: Cube_1_2_2
1266
+ - first:
1267
+ 43: 4300022
1268
+ second: Cube_1_4
1269
+ - first:
1270
+ 43: 4300024
1271
+ second: Cube_1_6
1272
+ - first:
1273
+ 43: 4300026
1274
+ second: Cube_1_8
1275
+ - first:
1276
+ 43: 4300028
1277
+ second: Cube_1_10
1278
+ - first:
1279
+ 43: 4300030
1280
+ second: Cube_1_12
1281
+ - first:
1282
+ 43: 4300032
1283
+ second: Cube_1_14
1284
+ - first:
1285
+ 43: 4300034
1286
+ second: Cube_1_16
1287
+ - first:
1288
+ 43: 4300036
1289
+ second: Cube_1_18
1290
+ - first:
1291
+ 43: 4300038
1292
+ second: Cube_1_20
1293
+ - first:
1294
+ 43: 4300040
1295
+ second: Cube_1_22
1296
+ - first:
1297
+ 43: 4300042
1298
+ second: Cube_1_24
1299
+ - first:
1300
+ 43: 4300044
1301
+ second: Cube_1_26
1302
+ - first:
1303
+ 43: 4300046
1304
+ second: Cube_1_28
1305
+ - first:
1306
+ 43: 4300048
1307
+ second: Cube_1_30
1308
+ - first:
1309
+ 43: 4300050
1310
+ second: Cube_1_32
1311
+ - first:
1312
+ 43: 4300052
1313
+ second: Cube_1_34
1314
+ - first:
1315
+ 43: 4300054
1316
+ second: Cube_1_36
1317
+ - first:
1318
+ 43: 4300056
1319
+ second: Cube_1_38
1320
+ - first:
1321
+ 43: 4300058
1322
+ second: Cube_1_40
1323
+ - first:
1324
+ 43: 4300060
1325
+ second: Cube_1_42
1326
+ - first:
1327
+ 43: 4300062
1328
+ second: Cube_1_44
1329
+ - first:
1330
+ 43: 4300064
1331
+ second: Cube_1_46
1332
+ - first:
1333
+ 43: 4300066
1334
+ second: Cube_1_48
1335
+ - first:
1336
+ 43: 4300068
1337
+ second: Cube_1_50
1338
+ - first:
1339
+ 43: 4300070
1340
+ second: Cube_1_52
1341
+ - first:
1342
+ 43: 4300072
1343
+ second: Cube_1_54
1344
+ - first:
1345
+ 43: 4300074
1346
+ second: Cube_1_56
1347
+ - first:
1348
+ 43: 4300076
1349
+ second: Cube_1_58
1350
+ - first:
1351
+ 43: 4300078
1352
+ second: Cube_1_60
1353
+ - first:
1354
+ 43: 4300080
1355
+ second: Cube_1_62
1356
+ - first:
1357
+ 43: 4300082
1358
+ second: Cube_1_64
1359
+ - first:
1360
+ 43: 4300084
1361
+ second: Cube_1_66
1362
+ - first:
1363
+ 43: 4300086
1364
+ second: Cube_1_68
1365
+ - first:
1366
+ 43: 4300088
1367
+ second: Cube_1_70
1368
+ - first:
1369
+ 43: 4300090
1370
+ second: Cube_1_72
1371
+ - first:
1372
+ 43: 4300092
1373
+ second: Cube_1_74
1374
+ - first:
1375
+ 43: 4300094
1376
+ second: Cube_1_76
1377
+ - first:
1378
+ 43: 4300096
1379
+ second: Cube_1_78
1380
+ - first:
1381
+ 43: 4300098
1382
+ second: Cube_1_80
1383
+ - first:
1384
+ 43: 4300100
1385
+ second: Cube_1_82
1386
+ - first:
1387
+ 43: 4300102
1388
+ second: Cube_1_84
1389
+ - first:
1390
+ 43: 4300104
1391
+ second: Cube_1_86
1392
+ - first:
1393
+ 43: 4300106
1394
+ second: Cube_1_88
1395
+ - first:
1396
+ 43: 4300108
1397
+ second: Cube_1_90
1398
+ - first:
1399
+ 43: 4300110
1400
+ second: Cube_1_92
1401
+ - first:
1402
+ 43: 4300112
1403
+ second: Cube_1_94
1404
+ - first:
1405
+ 43: 4300114
1406
+ second: Cube_1_96
1407
+ - first:
1408
+ 43: 4300116
1409
+ second: Cube_1_98
1410
+ - first:
1411
+ 43: 4300118
1412
+ second: Booth_2
1413
+ - first:
1414
+ 43: 4300120
1415
+ second: Cube_2
1416
+ - first:
1417
+ 43: 4300122
1418
+ second: Pyramid
1419
+ - first:
1420
+ 43: 4300124
1421
+ second: ButtonFrame
1422
+ - first:
1423
+ 43: 4300126
1424
+ second: Button_2
1425
+ - first:
1426
+ 43: 4300128
1427
+ second: ButtonFrame_2
1428
+ - first:
1429
+ 43: 4300130
1430
+ second: Button_3_2
1431
+ - first:
1432
+ 43: 4300132
1433
+ second: ButtonFrame_3
1434
+ - first:
1435
+ 43: 4300134
1436
+ second: Button_4
1437
+ - first:
1438
+ 43: 4300136
1439
+ second: ButtonFrame_4
1440
+ - first:
1441
+ 43: 4300138
1442
+ second: Button_5
1443
+ - first:
1444
+ 43: 4300140
1445
+ second: ButtonFrame_5
1446
+ - first:
1447
+ 43: 4300142
1448
+ second: Button_6
1449
+ - first:
1450
+ 43: 4300144
1451
+ second: ButtonFrame_6
1452
+ - first:
1453
+ 43: 4300146
1454
+ second: Button_7_2
1455
+ - first:
1456
+ 43: 4300148
1457
+ second: ButtonFrame_7
1458
+ - first:
1459
+ 43: 4300150
1460
+ second: Button_8
1461
+ - first:
1462
+ 43: 4300152
1463
+ second: ButtonFrame_8
1464
+ - first:
1465
+ 43: 4300154
1466
+ second: Button_9
1467
+ - first:
1468
+ 43: 4300156
1469
+ second: Knob_1
1470
+ - first:
1471
+ 43: 4300158
1472
+ second: Cube_3
1473
+ - first:
1474
+ 43: 4300160
1475
+ second: Knob
1476
+ - first:
1477
+ 43: 4300162
1478
+ second: Cube_4
1479
+ - first:
1480
+ 43: 4300164
1481
+ second: Slider
1482
+ - first:
1483
+ 43: 4300166
1484
+ second: Cylinder
1485
+ - first:
1486
+ 43: 4300168
1487
+ second: Cube_5
1488
+ - first:
1489
+ 43: 4300170
1490
+ second: Cube_1_3
1491
+ - first:
1492
+ 43: 4300172
1493
+ second: Cube_2_2
1494
+ - first:
1495
+ 43: 4300174
1496
+ second: Cube_3_2
1497
+ - first:
1498
+ 43: 4300176
1499
+ second: Cube_4_2
1500
+ - first:
1501
+ 43: 4300178
1502
+ second: Cube_5_2
1503
+ externalObjects: {}
1504
+ materials:
1505
+ materialImportMode: 1
1506
+ materialName: 0
1507
+ materialSearch: 1
1508
+ materialLocation: 1
1509
+ animations:
1510
+ legacyGenerateAnimations: 4
1511
+ bakeSimulation: 0
1512
+ resampleCurves: 1
1513
+ optimizeGameObjects: 0
1514
+ motionNodeName:
1515
+ rigImportErrors:
1516
+ rigImportWarnings:
1517
+ animationImportErrors:
1518
+ animationImportWarnings:
1519
+ animationRetargetingWarnings:
1520
+ animationDoRetargetingWarnings: 0
1521
+ importAnimatedCustomProperties: 0
1522
+ importConstraints: 0
1523
+ animationCompression: 1
1524
+ animationRotationError: 0.5
1525
+ animationPositionError: 0.5
1526
+ animationScaleError: 0.5
1527
+ animationWrapMode: 0
1528
+ extraExposedTransformPaths: []
1529
+ extraUserProperties: []
1530
+ clipAnimations: []
1531
+ isReadable: 1
1532
+ meshes:
1533
+ lODScreenPercentages: []
1534
+ globalScale: 1
1535
+ meshCompression: 0
1536
+ addColliders: 0
1537
+ useSRGBMaterialColor: 1
1538
+ sortHierarchyByName: 1
1539
+ importVisibility: 1
1540
+ importBlendShapes: 1
1541
+ importCameras: 1
1542
+ importLights: 1
1543
+ fileIdsGeneration: 1
1544
+ swapUVChannels: 0
1545
+ generateSecondaryUV: 0
1546
+ useFileUnits: 1
1547
+ keepQuads: 0
1548
+ weldVertices: 1
1549
+ preserveHierarchy: 0
1550
+ skinWeightsMode: 0
1551
+ maxBonesPerVertex: 4
1552
+ minBoneWeight: 0.001
1553
+ meshOptimizationFlags: -1
1554
+ indexFormat: 0
1555
+ secondaryUVAngleDistortion: 8
1556
+ secondaryUVAreaDistortion: 15.000001
1557
+ secondaryUVHardAngle: 88
1558
+ secondaryUVPackMargin: 4
1559
+ useFileScale: 1
1560
+ tangentSpace:
1561
+ normalSmoothAngle: 60
1562
+ normalImportMode: 0
1563
+ tangentImportMode: 3
1564
+ normalCalculationMode: 4
1565
+ legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1
1566
+ blendShapeNormalImportMode: 1
1567
+ normalSmoothingSource: 0
1568
+ referencedClips: []
1569
+ importAnimation: 1
1570
+ humanDescription:
1571
+ serializedVersion: 3
1572
+ human: []
1573
+ skeleton: []
1574
+ armTwist: 0.5
1575
+ foreArmTwist: 0.5
1576
+ upperLegTwist: 0.5
1577
+ legTwist: 0.5
1578
+ armStretch: 0.05
1579
+ legStretch: 0.05
1580
+ feetSpacing: 0
1581
+ globalScale: 1
1582
+ rootMotionBoneName:
1583
+ hasTranslationDoF: 0
1584
+ hasExtraRoot: 0
1585
+ skeletonHasParents: 1
1586
+ lastHumanDescriptionAvatarSource: {instanceID: 0}
1587
+ autoGenerateAvatarMappingIfUnspecified: 1
1588
+ animationType: 0
1589
+ humanoidOversampling: 1
1590
+ avatarSetup: 0
1591
+ additionalBone: 0
1592
+ userData:
1593
+ assetBundleName:
1594
+ assetBundleVariant: