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,2941 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &2513338607037792624
4
+ GameObject:
5
+ m_ObjectHideFlags: 0
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ serializedVersion: 6
10
+ m_Component:
11
+ - component: {fileID: 2513338607037792623}
12
+ - component: {fileID: 2513338607037792621}
13
+ - component: {fileID: 2513338607037792622}
14
+ m_Layer: 5
15
+ m_Name: BackgroundImage (1)
16
+ m_TagString: Untagged
17
+ m_Icon: {fileID: 0}
18
+ m_NavMeshLayer: 0
19
+ m_StaticEditorFlags: 0
20
+ m_IsActive: 0
21
+ --- !u!224 &2513338607037792623
22
+ RectTransform:
23
+ m_ObjectHideFlags: 0
24
+ m_CorrespondingSourceObject: {fileID: 0}
25
+ m_PrefabInstance: {fileID: 0}
26
+ m_PrefabAsset: {fileID: 0}
27
+ m_GameObject: {fileID: 2513338607037792624}
28
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
29
+ m_LocalPosition: {x: 0, y: 0, z: 0}
30
+ m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_Children: []
32
+ m_Father: {fileID: 2513338608683439450}
33
+ m_RootOrder: 2
34
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
+ m_AnchorMin: {x: 0, y: 0}
36
+ m_AnchorMax: {x: 1, y: 1}
37
+ m_AnchoredPosition: {x: -150.10999, y: -25.649994}
38
+ m_SizeDelta: {x: -266.83, y: -27.19}
39
+ m_Pivot: {x: 0.5, y: 0.5}
40
+ --- !u!222 &2513338607037792621
41
+ CanvasRenderer:
42
+ m_ObjectHideFlags: 0
43
+ m_CorrespondingSourceObject: {fileID: 0}
44
+ m_PrefabInstance: {fileID: 0}
45
+ m_PrefabAsset: {fileID: 0}
46
+ m_GameObject: {fileID: 2513338607037792624}
47
+ m_CullTransparentMesh: 0
48
+ --- !u!114 &2513338607037792622
49
+ MonoBehaviour:
50
+ m_ObjectHideFlags: 0
51
+ m_CorrespondingSourceObject: {fileID: 0}
52
+ m_PrefabInstance: {fileID: 0}
53
+ m_PrefabAsset: {fileID: 0}
54
+ m_GameObject: {fileID: 2513338607037792624}
55
+ m_Enabled: 1
56
+ m_EditorHideFlags: 0
57
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
58
+ m_Name:
59
+ m_EditorClassIdentifier:
60
+ m_Material: {fileID: 0}
61
+ m_Color: {r: 0.20754719, g: 0.20754719, b: 0.20754719, a: 1}
62
+ m_RaycastTarget: 1
63
+ m_Maskable: 1
64
+ m_OnCullStateChanged:
65
+ m_PersistentCalls:
66
+ m_Calls: []
67
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
68
+ m_Type: 1
69
+ m_PreserveAspect: 0
70
+ m_FillCenter: 1
71
+ m_FillMethod: 4
72
+ m_FillAmount: 1
73
+ m_FillClockwise: 1
74
+ m_FillOrigin: 0
75
+ m_UseSpriteMesh: 0
76
+ m_PixelsPerUnitMultiplier: 1
77
+ --- !u!1 &2513338607117716363
78
+ GameObject:
79
+ m_ObjectHideFlags: 0
80
+ m_CorrespondingSourceObject: {fileID: 0}
81
+ m_PrefabInstance: {fileID: 0}
82
+ m_PrefabAsset: {fileID: 0}
83
+ serializedVersion: 6
84
+ m_Component:
85
+ - component: {fileID: 2513338607117716362}
86
+ - component: {fileID: 2513338607117716360}
87
+ - component: {fileID: 2513338607117716361}
88
+ m_Layer: 5
89
+ m_Name: Title
90
+ m_TagString: Untagged
91
+ m_Icon: {fileID: 0}
92
+ m_NavMeshLayer: 0
93
+ m_StaticEditorFlags: 0
94
+ m_IsActive: 1
95
+ --- !u!224 &2513338607117716362
96
+ RectTransform:
97
+ m_ObjectHideFlags: 0
98
+ m_CorrespondingSourceObject: {fileID: 0}
99
+ m_PrefabInstance: {fileID: 0}
100
+ m_PrefabAsset: {fileID: 0}
101
+ m_GameObject: {fileID: 2513338607117716363}
102
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
103
+ m_LocalPosition: {x: 0, y: 0, z: 0}
104
+ m_LocalScale: {x: 1, y: 1, z: 1}
105
+ m_Children: []
106
+ m_Father: {fileID: 2513338608104359896}
107
+ m_RootOrder: 1
108
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
109
+ m_AnchorMin: {x: 0.5, y: 1}
110
+ m_AnchorMax: {x: 0.5, y: 1}
111
+ m_AnchoredPosition: {x: 0, y: -39}
112
+ m_SizeDelta: {x: 400, y: 50}
113
+ m_Pivot: {x: 0.5, y: 0.5}
114
+ --- !u!222 &2513338607117716360
115
+ CanvasRenderer:
116
+ m_ObjectHideFlags: 0
117
+ m_CorrespondingSourceObject: {fileID: 0}
118
+ m_PrefabInstance: {fileID: 0}
119
+ m_PrefabAsset: {fileID: 0}
120
+ m_GameObject: {fileID: 2513338607117716363}
121
+ m_CullTransparentMesh: 0
122
+ --- !u!114 &2513338607117716361
123
+ MonoBehaviour:
124
+ m_ObjectHideFlags: 0
125
+ m_CorrespondingSourceObject: {fileID: 0}
126
+ m_PrefabInstance: {fileID: 0}
127
+ m_PrefabAsset: {fileID: 0}
128
+ m_GameObject: {fileID: 2513338607117716363}
129
+ m_Enabled: 1
130
+ m_EditorHideFlags: 0
131
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
132
+ m_Name:
133
+ m_EditorClassIdentifier:
134
+ m_Material: {fileID: 0}
135
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
136
+ m_RaycastTarget: 1
137
+ m_Maskable: 1
138
+ m_OnCullStateChanged:
139
+ m_PersistentCalls:
140
+ m_Calls: []
141
+ m_text: Complex Grab Interactions
142
+ m_isRightToLeft: 0
143
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
144
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
145
+ m_fontSharedMaterials: []
146
+ m_fontMaterial: {fileID: 0}
147
+ m_fontMaterials: []
148
+ m_fontColor32:
149
+ serializedVersion: 2
150
+ rgba: 4294967295
151
+ m_fontColor: {r: 1, g: 1, b: 1, a: 1}
152
+ m_enableVertexGradient: 0
153
+ m_colorMode: 3
154
+ m_fontColorGradient:
155
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
156
+ topRight: {r: 1, g: 1, b: 1, a: 1}
157
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
158
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
159
+ m_fontColorGradientPreset: {fileID: 0}
160
+ m_spriteAsset: {fileID: 0}
161
+ m_tintAllSprites: 0
162
+ m_StyleSheet: {fileID: 0}
163
+ m_TextStyleHashCode: 0
164
+ m_overrideHtmlColors: 0
165
+ m_faceColor:
166
+ serializedVersion: 2
167
+ rgba: 4294967295
168
+ m_fontSize: 20
169
+ m_fontSizeBase: 20
170
+ m_fontWeight: 400
171
+ m_enableAutoSizing: 0
172
+ m_fontSizeMin: 18
173
+ m_fontSizeMax: 72
174
+ m_fontStyle: 0
175
+ m_HorizontalAlignment: 2
176
+ m_VerticalAlignment: 256
177
+ m_textAlignment: 65535
178
+ m_characterSpacing: 0
179
+ m_wordSpacing: 0
180
+ m_lineSpacing: 0
181
+ m_lineSpacingMax: 0
182
+ m_paragraphSpacing: 0
183
+ m_charWidthMaxAdj: 0
184
+ m_enableWordWrapping: 1
185
+ m_wordWrappingRatios: 0.4
186
+ m_overflowMode: 0
187
+ m_linkedTextComponent: {fileID: 0}
188
+ parentLinkedComponent: {fileID: 0}
189
+ m_enableKerning: 1
190
+ m_enableExtraPadding: 0
191
+ checkPaddingRequired: 0
192
+ m_isRichText: 1
193
+ m_parseCtrlCharacters: 1
194
+ m_isOrthographic: 1
195
+ m_isCullingEnabled: 0
196
+ m_horizontalMapping: 0
197
+ m_verticalMapping: 0
198
+ m_uvLineOffset: 0
199
+ m_geometrySortingOrder: 0
200
+ m_IsTextObjectScaleStatic: 0
201
+ m_VertexBufferAutoSizeReduction: 1
202
+ m_useMaxVisibleDescender: 1
203
+ m_pageToDisplay: 1
204
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
205
+ m_isUsingLegacyAnimationComponent: 0
206
+ m_isVolumetricText: 0
207
+ m_hasFontAssetChanged: 0
208
+ m_baseMaterial: {fileID: 0}
209
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
210
+ --- !u!1 &2513338607155984884
211
+ GameObject:
212
+ m_ObjectHideFlags: 0
213
+ m_CorrespondingSourceObject: {fileID: 0}
214
+ m_PrefabInstance: {fileID: 0}
215
+ m_PrefabAsset: {fileID: 0}
216
+ serializedVersion: 6
217
+ m_Component:
218
+ - component: {fileID: 2513338607155984883}
219
+ - component: {fileID: 2513338607155984878}
220
+ - component: {fileID: 2513338607155984879}
221
+ - component: {fileID: 2513338607155984880}
222
+ - component: {fileID: 2513338607155984881}
223
+ - component: {fileID: 2513338607155984882}
224
+ m_Layer: 0
225
+ m_Name: GrabCube (1)
226
+ m_TagString: Untagged
227
+ m_Icon: {fileID: 0}
228
+ m_NavMeshLayer: 0
229
+ m_StaticEditorFlags: 0
230
+ m_IsActive: 1
231
+ --- !u!4 &2513338607155984883
232
+ Transform:
233
+ m_ObjectHideFlags: 0
234
+ m_CorrespondingSourceObject: {fileID: 0}
235
+ m_PrefabInstance: {fileID: 0}
236
+ m_PrefabAsset: {fileID: 0}
237
+ m_GameObject: {fileID: 2513338607155984884}
238
+ m_LocalRotation: {x: -0, y: 0.19584438, z: -0, w: 0.980635}
239
+ m_LocalPosition: {x: -1.492, y: 2.216, z: -0.828}
240
+ m_LocalScale: {x: 0.15798, y: 0.15798, z: 0.15798}
241
+ m_Children: []
242
+ m_Father: {fileID: 2513338608270394354}
243
+ m_RootOrder: 3
244
+ m_LocalEulerAnglesHint: {x: 0, y: 22.588001, z: 0}
245
+ --- !u!33 &2513338607155984878
246
+ MeshFilter:
247
+ m_ObjectHideFlags: 0
248
+ m_CorrespondingSourceObject: {fileID: 0}
249
+ m_PrefabInstance: {fileID: 0}
250
+ m_PrefabAsset: {fileID: 0}
251
+ m_GameObject: {fileID: 2513338607155984884}
252
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
253
+ --- !u!23 &2513338607155984879
254
+ MeshRenderer:
255
+ m_ObjectHideFlags: 0
256
+ m_CorrespondingSourceObject: {fileID: 0}
257
+ m_PrefabInstance: {fileID: 0}
258
+ m_PrefabAsset: {fileID: 0}
259
+ m_GameObject: {fileID: 2513338607155984884}
260
+ m_Enabled: 1
261
+ m_CastShadows: 1
262
+ m_ReceiveShadows: 1
263
+ m_DynamicOccludee: 1
264
+ m_MotionVectors: 1
265
+ m_LightProbeUsage: 1
266
+ m_ReflectionProbeUsage: 1
267
+ m_RayTracingMode: 2
268
+ m_RenderingLayerMask: 1
269
+ m_RendererPriority: 0
270
+ m_Materials:
271
+ - {fileID: 2100000, guid: 782df8531fabddc4ea7773901c4b4e6b, type: 2}
272
+ m_StaticBatchInfo:
273
+ firstSubMesh: 0
274
+ subMeshCount: 0
275
+ m_StaticBatchRoot: {fileID: 0}
276
+ m_ProbeAnchor: {fileID: 0}
277
+ m_LightProbeVolumeOverride: {fileID: 0}
278
+ m_ScaleInLightmap: 1
279
+ m_ReceiveGI: 1
280
+ m_PreserveUVs: 0
281
+ m_IgnoreNormalsForChartDetection: 0
282
+ m_ImportantGI: 0
283
+ m_StitchLightmapSeams: 1
284
+ m_SelectedEditorRenderState: 3
285
+ m_MinimumChartSize: 4
286
+ m_AutoUVMaxDistance: 0.5
287
+ m_AutoUVMaxAngle: 89
288
+ m_LightmapParameters: {fileID: 0}
289
+ m_SortingLayerID: 0
290
+ m_SortingLayer: 0
291
+ m_SortingOrder: 0
292
+ --- !u!65 &2513338607155984880
293
+ BoxCollider:
294
+ m_ObjectHideFlags: 0
295
+ m_CorrespondingSourceObject: {fileID: 0}
296
+ m_PrefabInstance: {fileID: 0}
297
+ m_PrefabAsset: {fileID: 0}
298
+ m_GameObject: {fileID: 2513338607155984884}
299
+ m_Material: {fileID: 0}
300
+ m_IsTrigger: 0
301
+ m_Enabled: 1
302
+ serializedVersion: 2
303
+ m_Size: {x: 1, y: 1, z: 1}
304
+ m_Center: {x: 0, y: 0, z: 0}
305
+ --- !u!54 &2513338607155984881
306
+ Rigidbody:
307
+ m_ObjectHideFlags: 0
308
+ m_CorrespondingSourceObject: {fileID: 0}
309
+ m_PrefabInstance: {fileID: 0}
310
+ m_PrefabAsset: {fileID: 0}
311
+ m_GameObject: {fileID: 2513338607155984884}
312
+ serializedVersion: 2
313
+ m_Mass: 1
314
+ m_Drag: 0
315
+ m_AngularDrag: 0.05
316
+ m_UseGravity: 1
317
+ m_IsKinematic: 0
318
+ m_Interpolate: 0
319
+ m_Constraints: 0
320
+ m_CollisionDetection: 0
321
+ --- !u!114 &2513338607155984882
322
+ MonoBehaviour:
323
+ m_ObjectHideFlags: 0
324
+ m_CorrespondingSourceObject: {fileID: 0}
325
+ m_PrefabInstance: {fileID: 0}
326
+ m_PrefabAsset: {fileID: 0}
327
+ m_GameObject: {fileID: 2513338607155984884}
328
+ m_Enabled: 1
329
+ m_EditorHideFlags: 0
330
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
331
+ m_Name:
332
+ m_EditorClassIdentifier:
333
+ m_InteractionManager: {fileID: 0}
334
+ m_Colliders: []
335
+ m_InteractionLayerMask:
336
+ serializedVersion: 2
337
+ m_Bits: 4294967295
338
+ m_InteractionLayers:
339
+ m_Bits: 4294967295
340
+ m_CustomReticle: {fileID: 0}
341
+ m_FirstHoverEntered:
342
+ m_PersistentCalls:
343
+ m_Calls: []
344
+ m_LastHoverExited:
345
+ m_PersistentCalls:
346
+ m_Calls: []
347
+ m_HoverEntered:
348
+ m_PersistentCalls:
349
+ m_Calls: []
350
+ m_HoverExited:
351
+ m_PersistentCalls:
352
+ m_Calls: []
353
+ m_SelectEntered:
354
+ m_PersistentCalls:
355
+ m_Calls: []
356
+ m_SelectExited:
357
+ m_PersistentCalls:
358
+ m_Calls: []
359
+ m_Activated:
360
+ m_PersistentCalls:
361
+ m_Calls: []
362
+ m_Deactivated:
363
+ m_PersistentCalls:
364
+ m_Calls: []
365
+ m_OnFirstHoverEntered:
366
+ m_PersistentCalls:
367
+ m_Calls: []
368
+ m_OnLastHoverExited:
369
+ m_PersistentCalls:
370
+ m_Calls: []
371
+ m_OnHoverEntered:
372
+ m_PersistentCalls:
373
+ m_Calls: []
374
+ m_OnHoverExited:
375
+ m_PersistentCalls:
376
+ m_Calls: []
377
+ m_OnSelectEntered:
378
+ m_PersistentCalls:
379
+ m_Calls: []
380
+ m_OnSelectExited:
381
+ m_PersistentCalls:
382
+ m_Calls: []
383
+ m_OnSelectCanceled:
384
+ m_PersistentCalls:
385
+ m_Calls: []
386
+ m_OnActivate:
387
+ m_PersistentCalls:
388
+ m_Calls: []
389
+ m_OnDeactivate:
390
+ m_PersistentCalls:
391
+ m_Calls: []
392
+ m_AttachTransform: {fileID: 0}
393
+ m_AttachEaseInTime: 0.15
394
+ m_MovementType: 1
395
+ m_VelocityDamping: 1
396
+ m_VelocityScale: 1
397
+ m_AngularVelocityDamping: 1
398
+ m_AngularVelocityScale: 1
399
+ m_TrackPosition: 1
400
+ m_SmoothPosition: 0
401
+ m_SmoothPositionAmount: 5
402
+ m_TightenPosition: 0.5
403
+ m_TrackRotation: 1
404
+ m_SmoothRotation: 0
405
+ m_SmoothRotationAmount: 5
406
+ m_TightenRotation: 0.5
407
+ m_ThrowOnDetach: 1
408
+ m_ThrowSmoothingDuration: 0.25
409
+ m_ThrowSmoothingCurve:
410
+ serializedVersion: 2
411
+ m_Curve:
412
+ - serializedVersion: 3
413
+ time: 1
414
+ value: 1
415
+ inSlope: 0
416
+ outSlope: 0
417
+ tangentMode: 0
418
+ weightedMode: 0
419
+ inWeight: 0
420
+ outWeight: 0
421
+ m_PreInfinity: 2
422
+ m_PostInfinity: 2
423
+ m_RotationOrder: 4
424
+ m_ThrowVelocityScale: 1.5
425
+ m_ThrowAngularVelocityScale: 0.25
426
+ m_ForceGravityOnDetach: 0
427
+ m_RetainTransformParent: 1
428
+ m_AttachPointCompatibilityMode: 0
429
+ --- !u!1 &2513338607240260144
430
+ GameObject:
431
+ m_ObjectHideFlags: 0
432
+ m_CorrespondingSourceObject: {fileID: 0}
433
+ m_PrefabInstance: {fileID: 0}
434
+ m_PrefabAsset: {fileID: 0}
435
+ serializedVersion: 6
436
+ m_Component:
437
+ - component: {fileID: 2513338607240260143}
438
+ - component: {fileID: 2513338607240260141}
439
+ - component: {fileID: 2513338607240260142}
440
+ m_Layer: 5
441
+ m_Name: BackgroundImage
442
+ m_TagString: Untagged
443
+ m_Icon: {fileID: 0}
444
+ m_NavMeshLayer: 0
445
+ m_StaticEditorFlags: 0
446
+ m_IsActive: 1
447
+ --- !u!224 &2513338607240260143
448
+ RectTransform:
449
+ m_ObjectHideFlags: 0
450
+ m_CorrespondingSourceObject: {fileID: 0}
451
+ m_PrefabInstance: {fileID: 0}
452
+ m_PrefabAsset: {fileID: 0}
453
+ m_GameObject: {fileID: 2513338607240260144}
454
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
455
+ m_LocalPosition: {x: 0, y: 0, z: 0}
456
+ m_LocalScale: {x: 1, y: 1, z: 1}
457
+ m_Children: []
458
+ m_Father: {fileID: 2513338608104359896}
459
+ m_RootOrder: 0
460
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
461
+ m_AnchorMin: {x: 0, y: 0}
462
+ m_AnchorMax: {x: 1, y: 1}
463
+ m_AnchoredPosition: {x: 1, y: 0}
464
+ m_SizeDelta: {x: -28.1, y: 0}
465
+ m_Pivot: {x: 0.5, y: 0.5}
466
+ --- !u!222 &2513338607240260141
467
+ CanvasRenderer:
468
+ m_ObjectHideFlags: 0
469
+ m_CorrespondingSourceObject: {fileID: 0}
470
+ m_PrefabInstance: {fileID: 0}
471
+ m_PrefabAsset: {fileID: 0}
472
+ m_GameObject: {fileID: 2513338607240260144}
473
+ m_CullTransparentMesh: 0
474
+ --- !u!114 &2513338607240260142
475
+ MonoBehaviour:
476
+ m_ObjectHideFlags: 0
477
+ m_CorrespondingSourceObject: {fileID: 0}
478
+ m_PrefabInstance: {fileID: 0}
479
+ m_PrefabAsset: {fileID: 0}
480
+ m_GameObject: {fileID: 2513338607240260144}
481
+ m_Enabled: 1
482
+ m_EditorHideFlags: 0
483
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
484
+ m_Name:
485
+ m_EditorClassIdentifier:
486
+ m_Material: {fileID: 0}
487
+ m_Color: {r: 0.20754719, g: 0.20754719, b: 0.20754719, a: 1}
488
+ m_RaycastTarget: 1
489
+ m_Maskable: 1
490
+ m_OnCullStateChanged:
491
+ m_PersistentCalls:
492
+ m_Calls: []
493
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
494
+ m_Type: 1
495
+ m_PreserveAspect: 0
496
+ m_FillCenter: 1
497
+ m_FillMethod: 4
498
+ m_FillAmount: 1
499
+ m_FillClockwise: 1
500
+ m_FillOrigin: 0
501
+ m_UseSpriteMesh: 0
502
+ m_PixelsPerUnitMultiplier: 1
503
+ --- !u!1 &2513338607284161865
504
+ GameObject:
505
+ m_ObjectHideFlags: 0
506
+ m_CorrespondingSourceObject: {fileID: 0}
507
+ m_PrefabInstance: {fileID: 0}
508
+ m_PrefabAsset: {fileID: 0}
509
+ serializedVersion: 6
510
+ m_Component:
511
+ - component: {fileID: 2513338607284161864}
512
+ - component: {fileID: 2513338607284161862}
513
+ - component: {fileID: 2513338607284161863}
514
+ m_Layer: 5
515
+ m_Name: BackgroundImage (2)
516
+ m_TagString: Untagged
517
+ m_Icon: {fileID: 0}
518
+ m_NavMeshLayer: 0
519
+ m_StaticEditorFlags: 0
520
+ m_IsActive: 0
521
+ --- !u!224 &2513338607284161864
522
+ RectTransform:
523
+ m_ObjectHideFlags: 0
524
+ m_CorrespondingSourceObject: {fileID: 0}
525
+ m_PrefabInstance: {fileID: 0}
526
+ m_PrefabAsset: {fileID: 0}
527
+ m_GameObject: {fileID: 2513338607284161865}
528
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
529
+ m_LocalPosition: {x: 0, y: 0, z: 0}
530
+ m_LocalScale: {x: 1, y: 1, z: 1}
531
+ m_Children: []
532
+ m_Father: {fileID: 2513338608683439450}
533
+ m_RootOrder: 4
534
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
535
+ m_AnchorMin: {x: 0, y: 0}
536
+ m_AnchorMax: {x: 1, y: 1}
537
+ m_AnchoredPosition: {x: 132.5, y: -25.649994}
538
+ m_SizeDelta: {x: -266.83, y: -27.19}
539
+ m_Pivot: {x: 0.5, y: 0.5}
540
+ --- !u!222 &2513338607284161862
541
+ CanvasRenderer:
542
+ m_ObjectHideFlags: 0
543
+ m_CorrespondingSourceObject: {fileID: 0}
544
+ m_PrefabInstance: {fileID: 0}
545
+ m_PrefabAsset: {fileID: 0}
546
+ m_GameObject: {fileID: 2513338607284161865}
547
+ m_CullTransparentMesh: 0
548
+ --- !u!114 &2513338607284161863
549
+ MonoBehaviour:
550
+ m_ObjectHideFlags: 0
551
+ m_CorrespondingSourceObject: {fileID: 0}
552
+ m_PrefabInstance: {fileID: 0}
553
+ m_PrefabAsset: {fileID: 0}
554
+ m_GameObject: {fileID: 2513338607284161865}
555
+ m_Enabled: 1
556
+ m_EditorHideFlags: 0
557
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
558
+ m_Name:
559
+ m_EditorClassIdentifier:
560
+ m_Material: {fileID: 0}
561
+ m_Color: {r: 0.20754719, g: 0.20754719, b: 0.20754719, a: 1}
562
+ m_RaycastTarget: 1
563
+ m_Maskable: 1
564
+ m_OnCullStateChanged:
565
+ m_PersistentCalls:
566
+ m_Calls: []
567
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
568
+ m_Type: 1
569
+ m_PreserveAspect: 0
570
+ m_FillCenter: 1
571
+ m_FillMethod: 4
572
+ m_FillAmount: 1
573
+ m_FillClockwise: 1
574
+ m_FillOrigin: 0
575
+ m_UseSpriteMesh: 0
576
+ m_PixelsPerUnitMultiplier: 1
577
+ --- !u!1 &2513338607560964058
578
+ GameObject:
579
+ m_ObjectHideFlags: 0
580
+ m_CorrespondingSourceObject: {fileID: 0}
581
+ m_PrefabInstance: {fileID: 0}
582
+ m_PrefabAsset: {fileID: 0}
583
+ serializedVersion: 6
584
+ m_Component:
585
+ - component: {fileID: 2513338607560964057}
586
+ - component: {fileID: 2513338607560964054}
587
+ - component: {fileID: 2513338607560964055}
588
+ - component: {fileID: 2513338607560964056}
589
+ m_Layer: 0
590
+ m_Name: Table
591
+ m_TagString: Untagged
592
+ m_Icon: {fileID: 0}
593
+ m_NavMeshLayer: 0
594
+ m_StaticEditorFlags: 4294967295
595
+ m_IsActive: 1
596
+ --- !u!4 &2513338607560964057
597
+ Transform:
598
+ m_ObjectHideFlags: 0
599
+ m_CorrespondingSourceObject: {fileID: 0}
600
+ m_PrefabInstance: {fileID: 0}
601
+ m_PrefabAsset: {fileID: 0}
602
+ m_GameObject: {fileID: 2513338607560964058}
603
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
604
+ m_LocalPosition: {x: -0.01, y: 1.242, z: -0.494}
605
+ m_LocalScale: {x: 4, y: 1, z: 1}
606
+ m_Children: []
607
+ m_Father: {fileID: 2513338608270394354}
608
+ m_RootOrder: 0
609
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
610
+ --- !u!33 &2513338607560964054
611
+ MeshFilter:
612
+ m_ObjectHideFlags: 0
613
+ m_CorrespondingSourceObject: {fileID: 0}
614
+ m_PrefabInstance: {fileID: 0}
615
+ m_PrefabAsset: {fileID: 0}
616
+ m_GameObject: {fileID: 2513338607560964058}
617
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
618
+ --- !u!23 &2513338607560964055
619
+ MeshRenderer:
620
+ m_ObjectHideFlags: 0
621
+ m_CorrespondingSourceObject: {fileID: 0}
622
+ m_PrefabInstance: {fileID: 0}
623
+ m_PrefabAsset: {fileID: 0}
624
+ m_GameObject: {fileID: 2513338607560964058}
625
+ m_Enabled: 1
626
+ m_CastShadows: 1
627
+ m_ReceiveShadows: 1
628
+ m_DynamicOccludee: 1
629
+ m_MotionVectors: 1
630
+ m_LightProbeUsage: 1
631
+ m_ReflectionProbeUsage: 1
632
+ m_RayTracingMode: 2
633
+ m_RenderingLayerMask: 1
634
+ m_RendererPriority: 0
635
+ m_Materials:
636
+ - {fileID: 2100000, guid: 043179ce312369743ae686d80f77ec26, type: 2}
637
+ m_StaticBatchInfo:
638
+ firstSubMesh: 0
639
+ subMeshCount: 0
640
+ m_StaticBatchRoot: {fileID: 0}
641
+ m_ProbeAnchor: {fileID: 0}
642
+ m_LightProbeVolumeOverride: {fileID: 0}
643
+ m_ScaleInLightmap: 1
644
+ m_ReceiveGI: 1
645
+ m_PreserveUVs: 0
646
+ m_IgnoreNormalsForChartDetection: 0
647
+ m_ImportantGI: 0
648
+ m_StitchLightmapSeams: 1
649
+ m_SelectedEditorRenderState: 3
650
+ m_MinimumChartSize: 4
651
+ m_AutoUVMaxDistance: 0.5
652
+ m_AutoUVMaxAngle: 89
653
+ m_LightmapParameters: {fileID: 0}
654
+ m_SortingLayerID: 0
655
+ m_SortingLayer: 0
656
+ m_SortingOrder: 0
657
+ --- !u!65 &2513338607560964056
658
+ BoxCollider:
659
+ m_ObjectHideFlags: 0
660
+ m_CorrespondingSourceObject: {fileID: 0}
661
+ m_PrefabInstance: {fileID: 0}
662
+ m_PrefabAsset: {fileID: 0}
663
+ m_GameObject: {fileID: 2513338607560964058}
664
+ m_Material: {fileID: 0}
665
+ m_IsTrigger: 0
666
+ m_Enabled: 1
667
+ serializedVersion: 2
668
+ m_Size: {x: 1, y: 1, z: 1}
669
+ m_Center: {x: 0, y: 0, z: 0}
670
+ --- !u!1 &2513338607768272601
671
+ GameObject:
672
+ m_ObjectHideFlags: 0
673
+ m_CorrespondingSourceObject: {fileID: 0}
674
+ m_PrefabInstance: {fileID: 0}
675
+ m_PrefabAsset: {fileID: 0}
676
+ serializedVersion: 6
677
+ m_Component:
678
+ - component: {fileID: 2513338607768272600}
679
+ - component: {fileID: 2513338607768272594}
680
+ - component: {fileID: 2513338607768272595}
681
+ - component: {fileID: 2513338607768272596}
682
+ - component: {fileID: 2513338607768272597}
683
+ - component: {fileID: 2513338607768272598}
684
+ - component: {fileID: 2513338607768272599}
685
+ m_Layer: 0
686
+ m_Name: ComplexGrabCube (1)
687
+ m_TagString: Untagged
688
+ m_Icon: {fileID: 0}
689
+ m_NavMeshLayer: 0
690
+ m_StaticEditorFlags: 0
691
+ m_IsActive: 1
692
+ --- !u!4 &2513338607768272600
693
+ Transform:
694
+ m_ObjectHideFlags: 0
695
+ m_CorrespondingSourceObject: {fileID: 0}
696
+ m_PrefabInstance: {fileID: 0}
697
+ m_PrefabAsset: {fileID: 0}
698
+ m_GameObject: {fileID: 2513338607768272601}
699
+ m_LocalRotation: {x: -0, y: -0.20403863, z: -0, w: 0.9789629}
700
+ m_LocalPosition: {x: 0.816, y: 2.216, z: -0.828}
701
+ m_LocalScale: {x: 0.15798, y: 0.15798, z: 0.15798}
702
+ m_Children: []
703
+ m_Father: {fileID: 2513338608270394354}
704
+ m_RootOrder: 8
705
+ m_LocalEulerAnglesHint: {x: 0, y: -23.546001, z: 0}
706
+ --- !u!33 &2513338607768272594
707
+ MeshFilter:
708
+ m_ObjectHideFlags: 0
709
+ m_CorrespondingSourceObject: {fileID: 0}
710
+ m_PrefabInstance: {fileID: 0}
711
+ m_PrefabAsset: {fileID: 0}
712
+ m_GameObject: {fileID: 2513338607768272601}
713
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
714
+ --- !u!23 &2513338607768272595
715
+ MeshRenderer:
716
+ m_ObjectHideFlags: 0
717
+ m_CorrespondingSourceObject: {fileID: 0}
718
+ m_PrefabInstance: {fileID: 0}
719
+ m_PrefabAsset: {fileID: 0}
720
+ m_GameObject: {fileID: 2513338607768272601}
721
+ m_Enabled: 1
722
+ m_CastShadows: 1
723
+ m_ReceiveShadows: 1
724
+ m_DynamicOccludee: 1
725
+ m_MotionVectors: 1
726
+ m_LightProbeUsage: 1
727
+ m_ReflectionProbeUsage: 1
728
+ m_RayTracingMode: 2
729
+ m_RenderingLayerMask: 1
730
+ m_RendererPriority: 0
731
+ m_Materials:
732
+ - {fileID: 2100000, guid: 782df8531fabddc4ea7773901c4b4e6b, type: 2}
733
+ m_StaticBatchInfo:
734
+ firstSubMesh: 0
735
+ subMeshCount: 0
736
+ m_StaticBatchRoot: {fileID: 0}
737
+ m_ProbeAnchor: {fileID: 0}
738
+ m_LightProbeVolumeOverride: {fileID: 0}
739
+ m_ScaleInLightmap: 1
740
+ m_ReceiveGI: 1
741
+ m_PreserveUVs: 0
742
+ m_IgnoreNormalsForChartDetection: 0
743
+ m_ImportantGI: 0
744
+ m_StitchLightmapSeams: 1
745
+ m_SelectedEditorRenderState: 3
746
+ m_MinimumChartSize: 4
747
+ m_AutoUVMaxDistance: 0.5
748
+ m_AutoUVMaxAngle: 89
749
+ m_LightmapParameters: {fileID: 0}
750
+ m_SortingLayerID: 0
751
+ m_SortingLayer: 0
752
+ m_SortingOrder: 0
753
+ --- !u!65 &2513338607768272596
754
+ BoxCollider:
755
+ m_ObjectHideFlags: 0
756
+ m_CorrespondingSourceObject: {fileID: 0}
757
+ m_PrefabInstance: {fileID: 0}
758
+ m_PrefabAsset: {fileID: 0}
759
+ m_GameObject: {fileID: 2513338607768272601}
760
+ m_Material: {fileID: 0}
761
+ m_IsTrigger: 0
762
+ m_Enabled: 1
763
+ serializedVersion: 2
764
+ m_Size: {x: 1, y: 1, z: 1}
765
+ m_Center: {x: 0, y: 0, z: 0}
766
+ --- !u!54 &2513338607768272597
767
+ Rigidbody:
768
+ m_ObjectHideFlags: 0
769
+ m_CorrespondingSourceObject: {fileID: 0}
770
+ m_PrefabInstance: {fileID: 0}
771
+ m_PrefabAsset: {fileID: 0}
772
+ m_GameObject: {fileID: 2513338607768272601}
773
+ serializedVersion: 2
774
+ m_Mass: 1
775
+ m_Drag: 0
776
+ m_AngularDrag: 0.05
777
+ m_UseGravity: 1
778
+ m_IsKinematic: 0
779
+ m_Interpolate: 0
780
+ m_Constraints: 0
781
+ m_CollisionDetection: 0
782
+ --- !u!114 &2513338607768272598
783
+ MonoBehaviour:
784
+ m_ObjectHideFlags: 0
785
+ m_CorrespondingSourceObject: {fileID: 0}
786
+ m_PrefabInstance: {fileID: 0}
787
+ m_PrefabAsset: {fileID: 0}
788
+ m_GameObject: {fileID: 2513338607768272601}
789
+ m_Enabled: 1
790
+ m_EditorHideFlags: 0
791
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
792
+ m_Name:
793
+ m_EditorClassIdentifier:
794
+ m_InteractionManager: {fileID: 0}
795
+ m_Colliders: []
796
+ m_InteractionLayerMask:
797
+ serializedVersion: 2
798
+ m_Bits: 4294967295
799
+ m_InteractionLayers:
800
+ m_Bits: 4294967295
801
+ m_CustomReticle: {fileID: 0}
802
+ m_FirstHoverEntered:
803
+ m_PersistentCalls:
804
+ m_Calls: []
805
+ m_LastHoverExited:
806
+ m_PersistentCalls:
807
+ m_Calls: []
808
+ m_HoverEntered:
809
+ m_PersistentCalls:
810
+ m_Calls: []
811
+ m_HoverExited:
812
+ m_PersistentCalls:
813
+ m_Calls: []
814
+ m_SelectEntered:
815
+ m_PersistentCalls:
816
+ m_Calls: []
817
+ m_SelectExited:
818
+ m_PersistentCalls:
819
+ m_Calls: []
820
+ m_Activated:
821
+ m_PersistentCalls:
822
+ m_Calls: []
823
+ m_Deactivated:
824
+ m_PersistentCalls:
825
+ m_Calls: []
826
+ m_OnFirstHoverEntered:
827
+ m_PersistentCalls:
828
+ m_Calls: []
829
+ m_OnLastHoverExited:
830
+ m_PersistentCalls:
831
+ m_Calls: []
832
+ m_OnHoverEntered:
833
+ m_PersistentCalls:
834
+ m_Calls: []
835
+ m_OnHoverExited:
836
+ m_PersistentCalls:
837
+ m_Calls: []
838
+ m_OnSelectEntered:
839
+ m_PersistentCalls:
840
+ m_Calls: []
841
+ m_OnSelectExited:
842
+ m_PersistentCalls:
843
+ m_Calls: []
844
+ m_OnSelectCanceled:
845
+ m_PersistentCalls:
846
+ m_Calls: []
847
+ m_OnActivate:
848
+ m_PersistentCalls:
849
+ m_Calls: []
850
+ m_OnDeactivate:
851
+ m_PersistentCalls:
852
+ m_Calls: []
853
+ m_AttachTransform: {fileID: 0}
854
+ m_AttachEaseInTime: 0.15
855
+ m_MovementType: 1
856
+ m_VelocityDamping: 1
857
+ m_VelocityScale: 1
858
+ m_AngularVelocityDamping: 1
859
+ m_AngularVelocityScale: 1
860
+ m_TrackPosition: 1
861
+ m_SmoothPosition: 0
862
+ m_SmoothPositionAmount: 5
863
+ m_TightenPosition: 0.5
864
+ m_TrackRotation: 1
865
+ m_SmoothRotation: 0
866
+ m_SmoothRotationAmount: 5
867
+ m_TightenRotation: 0.5
868
+ m_ThrowOnDetach: 1
869
+ m_ThrowSmoothingDuration: 0.25
870
+ m_ThrowSmoothingCurve:
871
+ serializedVersion: 2
872
+ m_Curve:
873
+ - serializedVersion: 3
874
+ time: 1
875
+ value: 1
876
+ inSlope: 0
877
+ outSlope: 0
878
+ tangentMode: 0
879
+ weightedMode: 0
880
+ inWeight: 0
881
+ outWeight: 0
882
+ m_PreInfinity: 2
883
+ m_PostInfinity: 2
884
+ m_RotationOrder: 4
885
+ m_ThrowVelocityScale: 1.5
886
+ m_ThrowAngularVelocityScale: 0.25
887
+ m_ForceGravityOnDetach: 0
888
+ m_RetainTransformParent: 1
889
+ m_AttachPointCompatibilityMode: 0
890
+ --- !u!114 &2513338607768272599
891
+ MonoBehaviour:
892
+ m_ObjectHideFlags: 0
893
+ m_CorrespondingSourceObject: {fileID: 0}
894
+ m_PrefabInstance: {fileID: 0}
895
+ m_PrefabAsset: {fileID: 0}
896
+ m_GameObject: {fileID: 2513338607768272601}
897
+ m_Enabled: 1
898
+ m_EditorHideFlags: 0
899
+ m_Script: {fileID: 11500000, guid: 76a60a6845fa72b48a2c1952b20314c5, type: 3}
900
+ m_Name:
901
+ m_EditorClassIdentifier:
902
+ --- !u!1 &2513338607864793046
903
+ GameObject:
904
+ m_ObjectHideFlags: 0
905
+ m_CorrespondingSourceObject: {fileID: 0}
906
+ m_PrefabInstance: {fileID: 0}
907
+ m_PrefabAsset: {fileID: 0}
908
+ serializedVersion: 6
909
+ m_Component:
910
+ - component: {fileID: 2513338607864793045}
911
+ - component: {fileID: 2513338607864793043}
912
+ - component: {fileID: 2513338607864793044}
913
+ m_Layer: 5
914
+ m_Name: Title
915
+ m_TagString: Untagged
916
+ m_Icon: {fileID: 0}
917
+ m_NavMeshLayer: 0
918
+ m_StaticEditorFlags: 0
919
+ m_IsActive: 1
920
+ --- !u!224 &2513338607864793045
921
+ RectTransform:
922
+ m_ObjectHideFlags: 0
923
+ m_CorrespondingSourceObject: {fileID: 0}
924
+ m_PrefabInstance: {fileID: 0}
925
+ m_PrefabAsset: {fileID: 0}
926
+ m_GameObject: {fileID: 2513338607864793046}
927
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
928
+ m_LocalPosition: {x: 0, y: 0, z: 0}
929
+ m_LocalScale: {x: 1, y: 1, z: 1}
930
+ m_Children: []
931
+ m_Father: {fileID: 2513338608683439450}
932
+ m_RootOrder: 1
933
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
934
+ m_AnchorMin: {x: 0.5, y: 1}
935
+ m_AnchorMax: {x: 0.5, y: 1}
936
+ m_AnchoredPosition: {x: 0, y: -39}
937
+ m_SizeDelta: {x: 400, y: 50}
938
+ m_Pivot: {x: 0.5, y: 0.5}
939
+ --- !u!222 &2513338607864793043
940
+ CanvasRenderer:
941
+ m_ObjectHideFlags: 0
942
+ m_CorrespondingSourceObject: {fileID: 0}
943
+ m_PrefabInstance: {fileID: 0}
944
+ m_PrefabAsset: {fileID: 0}
945
+ m_GameObject: {fileID: 2513338607864793046}
946
+ m_CullTransparentMesh: 0
947
+ --- !u!114 &2513338607864793044
948
+ MonoBehaviour:
949
+ m_ObjectHideFlags: 0
950
+ m_CorrespondingSourceObject: {fileID: 0}
951
+ m_PrefabInstance: {fileID: 0}
952
+ m_PrefabAsset: {fileID: 0}
953
+ m_GameObject: {fileID: 2513338607864793046}
954
+ m_Enabled: 1
955
+ m_EditorHideFlags: 0
956
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
957
+ m_Name:
958
+ m_EditorClassIdentifier:
959
+ m_Material: {fileID: 0}
960
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
961
+ m_RaycastTarget: 1
962
+ m_Maskable: 1
963
+ m_OnCullStateChanged:
964
+ m_PersistentCalls:
965
+ m_Calls: []
966
+ m_text: XR Grab Interatables
967
+ m_isRightToLeft: 0
968
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
969
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
970
+ m_fontSharedMaterials: []
971
+ m_fontMaterial: {fileID: 0}
972
+ m_fontMaterials: []
973
+ m_fontColor32:
974
+ serializedVersion: 2
975
+ rgba: 4294967295
976
+ m_fontColor: {r: 1, g: 1, b: 1, a: 1}
977
+ m_enableVertexGradient: 0
978
+ m_colorMode: 3
979
+ m_fontColorGradient:
980
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
981
+ topRight: {r: 1, g: 1, b: 1, a: 1}
982
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
983
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
984
+ m_fontColorGradientPreset: {fileID: 0}
985
+ m_spriteAsset: {fileID: 0}
986
+ m_tintAllSprites: 0
987
+ m_StyleSheet: {fileID: 0}
988
+ m_TextStyleHashCode: 0
989
+ m_overrideHtmlColors: 0
990
+ m_faceColor:
991
+ serializedVersion: 2
992
+ rgba: 4294967295
993
+ m_fontSize: 12.26
994
+ m_fontSizeBase: 12.26
995
+ m_fontWeight: 400
996
+ m_enableAutoSizing: 0
997
+ m_fontSizeMin: 18
998
+ m_fontSizeMax: 72
999
+ m_fontStyle: 0
1000
+ m_HorizontalAlignment: 1
1001
+ m_VerticalAlignment: 256
1002
+ m_textAlignment: 258
1003
+ m_characterSpacing: 0
1004
+ m_wordSpacing: 0
1005
+ m_lineSpacing: 0
1006
+ m_lineSpacingMax: 0
1007
+ m_paragraphSpacing: 0
1008
+ m_charWidthMaxAdj: 0
1009
+ m_enableWordWrapping: 1
1010
+ m_wordWrappingRatios: 0.4
1011
+ m_overflowMode: 0
1012
+ m_linkedTextComponent: {fileID: 0}
1013
+ parentLinkedComponent: {fileID: 0}
1014
+ m_enableKerning: 1
1015
+ m_enableExtraPadding: 0
1016
+ checkPaddingRequired: 0
1017
+ m_isRichText: 1
1018
+ m_parseCtrlCharacters: 1
1019
+ m_isOrthographic: 1
1020
+ m_isCullingEnabled: 0
1021
+ m_horizontalMapping: 0
1022
+ m_verticalMapping: 0
1023
+ m_uvLineOffset: 0
1024
+ m_geometrySortingOrder: 0
1025
+ m_IsTextObjectScaleStatic: 0
1026
+ m_VertexBufferAutoSizeReduction: 1
1027
+ m_useMaxVisibleDescender: 1
1028
+ m_pageToDisplay: 1
1029
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
1030
+ m_isUsingLegacyAnimationComponent: 0
1031
+ m_isVolumetricText: 0
1032
+ m_hasFontAssetChanged: 0
1033
+ m_baseMaterial: {fileID: 0}
1034
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
1035
+ --- !u!1 &2513338607938740885
1036
+ GameObject:
1037
+ m_ObjectHideFlags: 0
1038
+ m_CorrespondingSourceObject: {fileID: 0}
1039
+ m_PrefabInstance: {fileID: 0}
1040
+ m_PrefabAsset: {fileID: 0}
1041
+ serializedVersion: 6
1042
+ m_Component:
1043
+ - component: {fileID: 2513338607938740884}
1044
+ - component: {fileID: 2513338607938740878}
1045
+ - component: {fileID: 2513338607938740879}
1046
+ - component: {fileID: 2513338607938740880}
1047
+ - component: {fileID: 2513338607938740881}
1048
+ - component: {fileID: 2513338607938740882}
1049
+ - component: {fileID: 2513338607938740883}
1050
+ m_Layer: 0
1051
+ m_Name: ComplexGrabCube
1052
+ m_TagString: Untagged
1053
+ m_Icon: {fileID: 0}
1054
+ m_NavMeshLayer: 0
1055
+ m_StaticEditorFlags: 0
1056
+ m_IsActive: 1
1057
+ --- !u!4 &2513338607938740884
1058
+ Transform:
1059
+ m_ObjectHideFlags: 0
1060
+ m_CorrespondingSourceObject: {fileID: 0}
1061
+ m_PrefabInstance: {fileID: 0}
1062
+ m_PrefabAsset: {fileID: 0}
1063
+ m_GameObject: {fileID: 2513338607938740885}
1064
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1065
+ m_LocalPosition: {x: 0.437, y: 2.216, z: -0.828}
1066
+ m_LocalScale: {x: 0.15798, y: 0.15798, z: 0.15798}
1067
+ m_Children: []
1068
+ m_Father: {fileID: 2513338608270394354}
1069
+ m_RootOrder: 7
1070
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1071
+ --- !u!33 &2513338607938740878
1072
+ MeshFilter:
1073
+ m_ObjectHideFlags: 0
1074
+ m_CorrespondingSourceObject: {fileID: 0}
1075
+ m_PrefabInstance: {fileID: 0}
1076
+ m_PrefabAsset: {fileID: 0}
1077
+ m_GameObject: {fileID: 2513338607938740885}
1078
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
1079
+ --- !u!23 &2513338607938740879
1080
+ MeshRenderer:
1081
+ m_ObjectHideFlags: 0
1082
+ m_CorrespondingSourceObject: {fileID: 0}
1083
+ m_PrefabInstance: {fileID: 0}
1084
+ m_PrefabAsset: {fileID: 0}
1085
+ m_GameObject: {fileID: 2513338607938740885}
1086
+ m_Enabled: 1
1087
+ m_CastShadows: 1
1088
+ m_ReceiveShadows: 1
1089
+ m_DynamicOccludee: 1
1090
+ m_MotionVectors: 1
1091
+ m_LightProbeUsage: 1
1092
+ m_ReflectionProbeUsage: 1
1093
+ m_RayTracingMode: 2
1094
+ m_RenderingLayerMask: 1
1095
+ m_RendererPriority: 0
1096
+ m_Materials:
1097
+ - {fileID: 2100000, guid: 782df8531fabddc4ea7773901c4b4e6b, type: 2}
1098
+ m_StaticBatchInfo:
1099
+ firstSubMesh: 0
1100
+ subMeshCount: 0
1101
+ m_StaticBatchRoot: {fileID: 0}
1102
+ m_ProbeAnchor: {fileID: 0}
1103
+ m_LightProbeVolumeOverride: {fileID: 0}
1104
+ m_ScaleInLightmap: 1
1105
+ m_ReceiveGI: 1
1106
+ m_PreserveUVs: 0
1107
+ m_IgnoreNormalsForChartDetection: 0
1108
+ m_ImportantGI: 0
1109
+ m_StitchLightmapSeams: 1
1110
+ m_SelectedEditorRenderState: 3
1111
+ m_MinimumChartSize: 4
1112
+ m_AutoUVMaxDistance: 0.5
1113
+ m_AutoUVMaxAngle: 89
1114
+ m_LightmapParameters: {fileID: 0}
1115
+ m_SortingLayerID: 0
1116
+ m_SortingLayer: 0
1117
+ m_SortingOrder: 0
1118
+ --- !u!65 &2513338607938740880
1119
+ BoxCollider:
1120
+ m_ObjectHideFlags: 0
1121
+ m_CorrespondingSourceObject: {fileID: 0}
1122
+ m_PrefabInstance: {fileID: 0}
1123
+ m_PrefabAsset: {fileID: 0}
1124
+ m_GameObject: {fileID: 2513338607938740885}
1125
+ m_Material: {fileID: 0}
1126
+ m_IsTrigger: 0
1127
+ m_Enabled: 1
1128
+ serializedVersion: 2
1129
+ m_Size: {x: 1, y: 1, z: 1}
1130
+ m_Center: {x: 0, y: 0, z: 0}
1131
+ --- !u!54 &2513338607938740881
1132
+ Rigidbody:
1133
+ m_ObjectHideFlags: 0
1134
+ m_CorrespondingSourceObject: {fileID: 0}
1135
+ m_PrefabInstance: {fileID: 0}
1136
+ m_PrefabAsset: {fileID: 0}
1137
+ m_GameObject: {fileID: 2513338607938740885}
1138
+ serializedVersion: 2
1139
+ m_Mass: 1
1140
+ m_Drag: 0
1141
+ m_AngularDrag: 0.05
1142
+ m_UseGravity: 1
1143
+ m_IsKinematic: 0
1144
+ m_Interpolate: 0
1145
+ m_Constraints: 0
1146
+ m_CollisionDetection: 0
1147
+ --- !u!114 &2513338607938740882
1148
+ MonoBehaviour:
1149
+ m_ObjectHideFlags: 0
1150
+ m_CorrespondingSourceObject: {fileID: 0}
1151
+ m_PrefabInstance: {fileID: 0}
1152
+ m_PrefabAsset: {fileID: 0}
1153
+ m_GameObject: {fileID: 2513338607938740885}
1154
+ m_Enabled: 1
1155
+ m_EditorHideFlags: 0
1156
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
1157
+ m_Name:
1158
+ m_EditorClassIdentifier:
1159
+ m_InteractionManager: {fileID: 0}
1160
+ m_Colliders: []
1161
+ m_InteractionLayerMask:
1162
+ serializedVersion: 2
1163
+ m_Bits: 4294967295
1164
+ m_InteractionLayers:
1165
+ m_Bits: 4294967295
1166
+ m_CustomReticle: {fileID: 0}
1167
+ m_FirstHoverEntered:
1168
+ m_PersistentCalls:
1169
+ m_Calls: []
1170
+ m_LastHoverExited:
1171
+ m_PersistentCalls:
1172
+ m_Calls: []
1173
+ m_HoverEntered:
1174
+ m_PersistentCalls:
1175
+ m_Calls: []
1176
+ m_HoverExited:
1177
+ m_PersistentCalls:
1178
+ m_Calls: []
1179
+ m_SelectEntered:
1180
+ m_PersistentCalls:
1181
+ m_Calls: []
1182
+ m_SelectExited:
1183
+ m_PersistentCalls:
1184
+ m_Calls: []
1185
+ m_Activated:
1186
+ m_PersistentCalls:
1187
+ m_Calls: []
1188
+ m_Deactivated:
1189
+ m_PersistentCalls:
1190
+ m_Calls: []
1191
+ m_OnFirstHoverEntered:
1192
+ m_PersistentCalls:
1193
+ m_Calls: []
1194
+ m_OnLastHoverExited:
1195
+ m_PersistentCalls:
1196
+ m_Calls: []
1197
+ m_OnHoverEntered:
1198
+ m_PersistentCalls:
1199
+ m_Calls: []
1200
+ m_OnHoverExited:
1201
+ m_PersistentCalls:
1202
+ m_Calls: []
1203
+ m_OnSelectEntered:
1204
+ m_PersistentCalls:
1205
+ m_Calls: []
1206
+ m_OnSelectExited:
1207
+ m_PersistentCalls:
1208
+ m_Calls: []
1209
+ m_OnSelectCanceled:
1210
+ m_PersistentCalls:
1211
+ m_Calls: []
1212
+ m_OnActivate:
1213
+ m_PersistentCalls:
1214
+ m_Calls: []
1215
+ m_OnDeactivate:
1216
+ m_PersistentCalls:
1217
+ m_Calls: []
1218
+ m_AttachTransform: {fileID: 0}
1219
+ m_AttachEaseInTime: 0.15
1220
+ m_MovementType: 1
1221
+ m_VelocityDamping: 1
1222
+ m_VelocityScale: 1
1223
+ m_AngularVelocityDamping: 1
1224
+ m_AngularVelocityScale: 1
1225
+ m_TrackPosition: 1
1226
+ m_SmoothPosition: 0
1227
+ m_SmoothPositionAmount: 5
1228
+ m_TightenPosition: 0.5
1229
+ m_TrackRotation: 1
1230
+ m_SmoothRotation: 0
1231
+ m_SmoothRotationAmount: 5
1232
+ m_TightenRotation: 0.5
1233
+ m_ThrowOnDetach: 1
1234
+ m_ThrowSmoothingDuration: 0.25
1235
+ m_ThrowSmoothingCurve:
1236
+ serializedVersion: 2
1237
+ m_Curve:
1238
+ - serializedVersion: 3
1239
+ time: 1
1240
+ value: 1
1241
+ inSlope: 0
1242
+ outSlope: 0
1243
+ tangentMode: 0
1244
+ weightedMode: 0
1245
+ inWeight: 0
1246
+ outWeight: 0
1247
+ m_PreInfinity: 2
1248
+ m_PostInfinity: 2
1249
+ m_RotationOrder: 4
1250
+ m_ThrowVelocityScale: 1.5
1251
+ m_ThrowAngularVelocityScale: 0.25
1252
+ m_ForceGravityOnDetach: 0
1253
+ m_RetainTransformParent: 1
1254
+ m_AttachPointCompatibilityMode: 0
1255
+ --- !u!114 &2513338607938740883
1256
+ MonoBehaviour:
1257
+ m_ObjectHideFlags: 0
1258
+ m_CorrespondingSourceObject: {fileID: 0}
1259
+ m_PrefabInstance: {fileID: 0}
1260
+ m_PrefabAsset: {fileID: 0}
1261
+ m_GameObject: {fileID: 2513338607938740885}
1262
+ m_Enabled: 1
1263
+ m_EditorHideFlags: 0
1264
+ m_Script: {fileID: 11500000, guid: 76a60a6845fa72b48a2c1952b20314c5, type: 3}
1265
+ m_Name:
1266
+ m_EditorClassIdentifier:
1267
+ --- !u!1 &2513338608080576698
1268
+ GameObject:
1269
+ m_ObjectHideFlags: 0
1270
+ m_CorrespondingSourceObject: {fileID: 0}
1271
+ m_PrefabInstance: {fileID: 0}
1272
+ m_PrefabAsset: {fileID: 0}
1273
+ serializedVersion: 6
1274
+ m_Component:
1275
+ - component: {fileID: 2513338608080576697}
1276
+ - component: {fileID: 2513338608080576692}
1277
+ - component: {fileID: 2513338608080576693}
1278
+ - component: {fileID: 2513338608080576694}
1279
+ - component: {fileID: 2513338608080576695}
1280
+ - component: {fileID: 2513338608080576696}
1281
+ m_Layer: 0
1282
+ m_Name: GrabCube (2)
1283
+ m_TagString: Untagged
1284
+ m_Icon: {fileID: 0}
1285
+ m_NavMeshLayer: 0
1286
+ m_StaticEditorFlags: 0
1287
+ m_IsActive: 1
1288
+ --- !u!4 &2513338608080576697
1289
+ Transform:
1290
+ m_ObjectHideFlags: 0
1291
+ m_CorrespondingSourceObject: {fileID: 0}
1292
+ m_PrefabInstance: {fileID: 0}
1293
+ m_PrefabAsset: {fileID: 0}
1294
+ m_GameObject: {fileID: 2513338608080576698}
1295
+ m_LocalRotation: {x: -0, y: 0.19584438, z: -0, w: 0.980635}
1296
+ m_LocalPosition: {x: -1.247, y: 2.216, z: -0.545}
1297
+ m_LocalScale: {x: 0.15798, y: 0.15798, z: 0.15798}
1298
+ m_Children: []
1299
+ m_Father: {fileID: 2513338608270394354}
1300
+ m_RootOrder: 4
1301
+ m_LocalEulerAnglesHint: {x: 0, y: 22.588001, z: 0}
1302
+ --- !u!33 &2513338608080576692
1303
+ MeshFilter:
1304
+ m_ObjectHideFlags: 0
1305
+ m_CorrespondingSourceObject: {fileID: 0}
1306
+ m_PrefabInstance: {fileID: 0}
1307
+ m_PrefabAsset: {fileID: 0}
1308
+ m_GameObject: {fileID: 2513338608080576698}
1309
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
1310
+ --- !u!23 &2513338608080576693
1311
+ MeshRenderer:
1312
+ m_ObjectHideFlags: 0
1313
+ m_CorrespondingSourceObject: {fileID: 0}
1314
+ m_PrefabInstance: {fileID: 0}
1315
+ m_PrefabAsset: {fileID: 0}
1316
+ m_GameObject: {fileID: 2513338608080576698}
1317
+ m_Enabled: 1
1318
+ m_CastShadows: 1
1319
+ m_ReceiveShadows: 1
1320
+ m_DynamicOccludee: 1
1321
+ m_MotionVectors: 1
1322
+ m_LightProbeUsage: 1
1323
+ m_ReflectionProbeUsage: 1
1324
+ m_RayTracingMode: 2
1325
+ m_RenderingLayerMask: 1
1326
+ m_RendererPriority: 0
1327
+ m_Materials:
1328
+ - {fileID: 2100000, guid: 782df8531fabddc4ea7773901c4b4e6b, type: 2}
1329
+ m_StaticBatchInfo:
1330
+ firstSubMesh: 0
1331
+ subMeshCount: 0
1332
+ m_StaticBatchRoot: {fileID: 0}
1333
+ m_ProbeAnchor: {fileID: 0}
1334
+ m_LightProbeVolumeOverride: {fileID: 0}
1335
+ m_ScaleInLightmap: 1
1336
+ m_ReceiveGI: 1
1337
+ m_PreserveUVs: 0
1338
+ m_IgnoreNormalsForChartDetection: 0
1339
+ m_ImportantGI: 0
1340
+ m_StitchLightmapSeams: 1
1341
+ m_SelectedEditorRenderState: 3
1342
+ m_MinimumChartSize: 4
1343
+ m_AutoUVMaxDistance: 0.5
1344
+ m_AutoUVMaxAngle: 89
1345
+ m_LightmapParameters: {fileID: 0}
1346
+ m_SortingLayerID: 0
1347
+ m_SortingLayer: 0
1348
+ m_SortingOrder: 0
1349
+ --- !u!65 &2513338608080576694
1350
+ BoxCollider:
1351
+ m_ObjectHideFlags: 0
1352
+ m_CorrespondingSourceObject: {fileID: 0}
1353
+ m_PrefabInstance: {fileID: 0}
1354
+ m_PrefabAsset: {fileID: 0}
1355
+ m_GameObject: {fileID: 2513338608080576698}
1356
+ m_Material: {fileID: 0}
1357
+ m_IsTrigger: 0
1358
+ m_Enabled: 1
1359
+ serializedVersion: 2
1360
+ m_Size: {x: 1, y: 1, z: 1}
1361
+ m_Center: {x: 0, y: 0, z: 0}
1362
+ --- !u!54 &2513338608080576695
1363
+ Rigidbody:
1364
+ m_ObjectHideFlags: 0
1365
+ m_CorrespondingSourceObject: {fileID: 0}
1366
+ m_PrefabInstance: {fileID: 0}
1367
+ m_PrefabAsset: {fileID: 0}
1368
+ m_GameObject: {fileID: 2513338608080576698}
1369
+ serializedVersion: 2
1370
+ m_Mass: 1
1371
+ m_Drag: 0
1372
+ m_AngularDrag: 0.05
1373
+ m_UseGravity: 1
1374
+ m_IsKinematic: 0
1375
+ m_Interpolate: 0
1376
+ m_Constraints: 0
1377
+ m_CollisionDetection: 0
1378
+ --- !u!114 &2513338608080576696
1379
+ MonoBehaviour:
1380
+ m_ObjectHideFlags: 0
1381
+ m_CorrespondingSourceObject: {fileID: 0}
1382
+ m_PrefabInstance: {fileID: 0}
1383
+ m_PrefabAsset: {fileID: 0}
1384
+ m_GameObject: {fileID: 2513338608080576698}
1385
+ m_Enabled: 1
1386
+ m_EditorHideFlags: 0
1387
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
1388
+ m_Name:
1389
+ m_EditorClassIdentifier:
1390
+ m_InteractionManager: {fileID: 0}
1391
+ m_Colliders: []
1392
+ m_InteractionLayerMask:
1393
+ serializedVersion: 2
1394
+ m_Bits: 4294967295
1395
+ m_InteractionLayers:
1396
+ m_Bits: 4294967295
1397
+ m_CustomReticle: {fileID: 0}
1398
+ m_FirstHoverEntered:
1399
+ m_PersistentCalls:
1400
+ m_Calls: []
1401
+ m_LastHoverExited:
1402
+ m_PersistentCalls:
1403
+ m_Calls: []
1404
+ m_HoverEntered:
1405
+ m_PersistentCalls:
1406
+ m_Calls: []
1407
+ m_HoverExited:
1408
+ m_PersistentCalls:
1409
+ m_Calls: []
1410
+ m_SelectEntered:
1411
+ m_PersistentCalls:
1412
+ m_Calls: []
1413
+ m_SelectExited:
1414
+ m_PersistentCalls:
1415
+ m_Calls: []
1416
+ m_Activated:
1417
+ m_PersistentCalls:
1418
+ m_Calls: []
1419
+ m_Deactivated:
1420
+ m_PersistentCalls:
1421
+ m_Calls: []
1422
+ m_OnFirstHoverEntered:
1423
+ m_PersistentCalls:
1424
+ m_Calls: []
1425
+ m_OnLastHoverExited:
1426
+ m_PersistentCalls:
1427
+ m_Calls: []
1428
+ m_OnHoverEntered:
1429
+ m_PersistentCalls:
1430
+ m_Calls: []
1431
+ m_OnHoverExited:
1432
+ m_PersistentCalls:
1433
+ m_Calls: []
1434
+ m_OnSelectEntered:
1435
+ m_PersistentCalls:
1436
+ m_Calls: []
1437
+ m_OnSelectExited:
1438
+ m_PersistentCalls:
1439
+ m_Calls: []
1440
+ m_OnSelectCanceled:
1441
+ m_PersistentCalls:
1442
+ m_Calls: []
1443
+ m_OnActivate:
1444
+ m_PersistentCalls:
1445
+ m_Calls: []
1446
+ m_OnDeactivate:
1447
+ m_PersistentCalls:
1448
+ m_Calls: []
1449
+ m_AttachTransform: {fileID: 0}
1450
+ m_AttachEaseInTime: 0.15
1451
+ m_MovementType: 1
1452
+ m_VelocityDamping: 1
1453
+ m_VelocityScale: 1
1454
+ m_AngularVelocityDamping: 1
1455
+ m_AngularVelocityScale: 1
1456
+ m_TrackPosition: 1
1457
+ m_SmoothPosition: 0
1458
+ m_SmoothPositionAmount: 5
1459
+ m_TightenPosition: 0.5
1460
+ m_TrackRotation: 1
1461
+ m_SmoothRotation: 0
1462
+ m_SmoothRotationAmount: 5
1463
+ m_TightenRotation: 0.5
1464
+ m_ThrowOnDetach: 1
1465
+ m_ThrowSmoothingDuration: 0.25
1466
+ m_ThrowSmoothingCurve:
1467
+ serializedVersion: 2
1468
+ m_Curve:
1469
+ - serializedVersion: 3
1470
+ time: 1
1471
+ value: 1
1472
+ inSlope: 0
1473
+ outSlope: 0
1474
+ tangentMode: 0
1475
+ weightedMode: 0
1476
+ inWeight: 0
1477
+ outWeight: 0
1478
+ m_PreInfinity: 2
1479
+ m_PostInfinity: 2
1480
+ m_RotationOrder: 4
1481
+ m_ThrowVelocityScale: 1.5
1482
+ m_ThrowAngularVelocityScale: 0.25
1483
+ m_ForceGravityOnDetach: 0
1484
+ m_RetainTransformParent: 1
1485
+ m_AttachPointCompatibilityMode: 0
1486
+ --- !u!1 &2513338608104359897
1487
+ GameObject:
1488
+ m_ObjectHideFlags: 0
1489
+ m_CorrespondingSourceObject: {fileID: 0}
1490
+ m_PrefabInstance: {fileID: 0}
1491
+ m_PrefabAsset: {fileID: 0}
1492
+ serializedVersion: 6
1493
+ m_Component:
1494
+ - component: {fileID: 2513338608104359896}
1495
+ - component: {fileID: 2513338608104359893}
1496
+ - component: {fileID: 2513338608104359894}
1497
+ - component: {fileID: 2513338608104359895}
1498
+ m_Layer: 5
1499
+ m_Name: StartingUI
1500
+ m_TagString: Untagged
1501
+ m_Icon: {fileID: 0}
1502
+ m_NavMeshLayer: 0
1503
+ m_StaticEditorFlags: 0
1504
+ m_IsActive: 1
1505
+ --- !u!224 &2513338608104359896
1506
+ RectTransform:
1507
+ m_ObjectHideFlags: 0
1508
+ m_CorrespondingSourceObject: {fileID: 0}
1509
+ m_PrefabInstance: {fileID: 0}
1510
+ m_PrefabAsset: {fileID: 0}
1511
+ m_GameObject: {fileID: 2513338608104359897}
1512
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1513
+ m_LocalPosition: {x: 0, y: 0, z: 0.69}
1514
+ m_LocalScale: {x: 0.01, y: 0.01, z: 0.01}
1515
+ m_Children:
1516
+ - {fileID: 2513338607240260143}
1517
+ - {fileID: 2513338607117716362}
1518
+ m_Father: {fileID: 2513338608270394354}
1519
+ m_RootOrder: 1
1520
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1521
+ m_AnchorMin: {x: 0, y: 0}
1522
+ m_AnchorMax: {x: 0, y: 0}
1523
+ m_AnchoredPosition: {x: 0, y: 3.251}
1524
+ m_SizeDelta: {x: 400, y: 50.501}
1525
+ m_Pivot: {x: 0.5, y: 0.5}
1526
+ --- !u!223 &2513338608104359893
1527
+ Canvas:
1528
+ m_ObjectHideFlags: 0
1529
+ m_CorrespondingSourceObject: {fileID: 0}
1530
+ m_PrefabInstance: {fileID: 0}
1531
+ m_PrefabAsset: {fileID: 0}
1532
+ m_GameObject: {fileID: 2513338608104359897}
1533
+ m_Enabled: 1
1534
+ serializedVersion: 3
1535
+ m_RenderMode: 2
1536
+ m_Camera: {fileID: 0}
1537
+ m_PlaneDistance: 100
1538
+ m_PixelPerfect: 0
1539
+ m_ReceivesEvents: 1
1540
+ m_OverrideSorting: 0
1541
+ m_OverridePixelPerfect: 0
1542
+ m_SortingBucketNormalizedSize: 0
1543
+ m_AdditionalShaderChannelsFlag: 25
1544
+ m_SortingLayerID: 0
1545
+ m_SortingOrder: 0
1546
+ m_TargetDisplay: 0
1547
+ --- !u!114 &2513338608104359894
1548
+ MonoBehaviour:
1549
+ m_ObjectHideFlags: 0
1550
+ m_CorrespondingSourceObject: {fileID: 0}
1551
+ m_PrefabInstance: {fileID: 0}
1552
+ m_PrefabAsset: {fileID: 0}
1553
+ m_GameObject: {fileID: 2513338608104359897}
1554
+ m_Enabled: 1
1555
+ m_EditorHideFlags: 0
1556
+ m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
1557
+ m_Name:
1558
+ m_EditorClassIdentifier:
1559
+ m_UiScaleMode: 0
1560
+ m_ReferencePixelsPerUnit: 100
1561
+ m_ScaleFactor: 1
1562
+ m_ReferenceResolution: {x: 800, y: 600}
1563
+ m_ScreenMatchMode: 0
1564
+ m_MatchWidthOrHeight: 0
1565
+ m_PhysicalUnit: 3
1566
+ m_FallbackScreenDPI: 96
1567
+ m_DefaultSpriteDPI: 96
1568
+ m_DynamicPixelsPerUnit: 1
1569
+ --- !u!114 &2513338608104359895
1570
+ MonoBehaviour:
1571
+ m_ObjectHideFlags: 0
1572
+ m_CorrespondingSourceObject: {fileID: 0}
1573
+ m_PrefabInstance: {fileID: 0}
1574
+ m_PrefabAsset: {fileID: 0}
1575
+ m_GameObject: {fileID: 2513338608104359897}
1576
+ m_Enabled: 1
1577
+ m_EditorHideFlags: 0
1578
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
1579
+ m_Name:
1580
+ m_EditorClassIdentifier:
1581
+ m_IgnoreReversedGraphics: 1
1582
+ m_BlockingObjects: 0
1583
+ m_BlockingMask:
1584
+ serializedVersion: 2
1585
+ m_Bits: 4294967295
1586
+ --- !u!1 &2513338608207668759
1587
+ GameObject:
1588
+ m_ObjectHideFlags: 0
1589
+ m_CorrespondingSourceObject: {fileID: 0}
1590
+ m_PrefabInstance: {fileID: 0}
1591
+ m_PrefabAsset: {fileID: 0}
1592
+ serializedVersion: 6
1593
+ m_Component:
1594
+ - component: {fileID: 2513338608207668758}
1595
+ - component: {fileID: 2513338608207668753}
1596
+ - component: {fileID: 2513338608207668754}
1597
+ - component: {fileID: 2513338608207668755}
1598
+ - component: {fileID: 2513338608207668756}
1599
+ - component: {fileID: 2513338608207668757}
1600
+ m_Layer: 0
1601
+ m_Name: GrabCube
1602
+ m_TagString: Untagged
1603
+ m_Icon: {fileID: 0}
1604
+ m_NavMeshLayer: 0
1605
+ m_StaticEditorFlags: 0
1606
+ m_IsActive: 1
1607
+ --- !u!4 &2513338608207668758
1608
+ Transform:
1609
+ m_ObjectHideFlags: 0
1610
+ m_CorrespondingSourceObject: {fileID: 0}
1611
+ m_PrefabInstance: {fileID: 0}
1612
+ m_PrefabAsset: {fileID: 0}
1613
+ m_GameObject: {fileID: 2513338608207668759}
1614
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1615
+ m_LocalPosition: {x: -1.166, y: 2.216, z: -0.828}
1616
+ m_LocalScale: {x: 0.15798, y: 0.15798, z: 0.15798}
1617
+ m_Children: []
1618
+ m_Father: {fileID: 2513338608270394354}
1619
+ m_RootOrder: 2
1620
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1621
+ --- !u!33 &2513338608207668753
1622
+ MeshFilter:
1623
+ m_ObjectHideFlags: 0
1624
+ m_CorrespondingSourceObject: {fileID: 0}
1625
+ m_PrefabInstance: {fileID: 0}
1626
+ m_PrefabAsset: {fileID: 0}
1627
+ m_GameObject: {fileID: 2513338608207668759}
1628
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
1629
+ --- !u!23 &2513338608207668754
1630
+ MeshRenderer:
1631
+ m_ObjectHideFlags: 0
1632
+ m_CorrespondingSourceObject: {fileID: 0}
1633
+ m_PrefabInstance: {fileID: 0}
1634
+ m_PrefabAsset: {fileID: 0}
1635
+ m_GameObject: {fileID: 2513338608207668759}
1636
+ m_Enabled: 1
1637
+ m_CastShadows: 1
1638
+ m_ReceiveShadows: 1
1639
+ m_DynamicOccludee: 1
1640
+ m_MotionVectors: 1
1641
+ m_LightProbeUsage: 1
1642
+ m_ReflectionProbeUsage: 1
1643
+ m_RayTracingMode: 2
1644
+ m_RenderingLayerMask: 1
1645
+ m_RendererPriority: 0
1646
+ m_Materials:
1647
+ - {fileID: 2100000, guid: 782df8531fabddc4ea7773901c4b4e6b, type: 2}
1648
+ m_StaticBatchInfo:
1649
+ firstSubMesh: 0
1650
+ subMeshCount: 0
1651
+ m_StaticBatchRoot: {fileID: 0}
1652
+ m_ProbeAnchor: {fileID: 0}
1653
+ m_LightProbeVolumeOverride: {fileID: 0}
1654
+ m_ScaleInLightmap: 1
1655
+ m_ReceiveGI: 1
1656
+ m_PreserveUVs: 0
1657
+ m_IgnoreNormalsForChartDetection: 0
1658
+ m_ImportantGI: 0
1659
+ m_StitchLightmapSeams: 1
1660
+ m_SelectedEditorRenderState: 3
1661
+ m_MinimumChartSize: 4
1662
+ m_AutoUVMaxDistance: 0.5
1663
+ m_AutoUVMaxAngle: 89
1664
+ m_LightmapParameters: {fileID: 0}
1665
+ m_SortingLayerID: 0
1666
+ m_SortingLayer: 0
1667
+ m_SortingOrder: 0
1668
+ --- !u!65 &2513338608207668755
1669
+ BoxCollider:
1670
+ m_ObjectHideFlags: 0
1671
+ m_CorrespondingSourceObject: {fileID: 0}
1672
+ m_PrefabInstance: {fileID: 0}
1673
+ m_PrefabAsset: {fileID: 0}
1674
+ m_GameObject: {fileID: 2513338608207668759}
1675
+ m_Material: {fileID: 0}
1676
+ m_IsTrigger: 0
1677
+ m_Enabled: 1
1678
+ serializedVersion: 2
1679
+ m_Size: {x: 1, y: 1, z: 1}
1680
+ m_Center: {x: 0, y: 0, z: 0}
1681
+ --- !u!54 &2513338608207668756
1682
+ Rigidbody:
1683
+ m_ObjectHideFlags: 0
1684
+ m_CorrespondingSourceObject: {fileID: 0}
1685
+ m_PrefabInstance: {fileID: 0}
1686
+ m_PrefabAsset: {fileID: 0}
1687
+ m_GameObject: {fileID: 2513338608207668759}
1688
+ serializedVersion: 2
1689
+ m_Mass: 1
1690
+ m_Drag: 0
1691
+ m_AngularDrag: 0.05
1692
+ m_UseGravity: 1
1693
+ m_IsKinematic: 0
1694
+ m_Interpolate: 0
1695
+ m_Constraints: 0
1696
+ m_CollisionDetection: 0
1697
+ --- !u!114 &2513338608207668757
1698
+ MonoBehaviour:
1699
+ m_ObjectHideFlags: 0
1700
+ m_CorrespondingSourceObject: {fileID: 0}
1701
+ m_PrefabInstance: {fileID: 0}
1702
+ m_PrefabAsset: {fileID: 0}
1703
+ m_GameObject: {fileID: 2513338608207668759}
1704
+ m_Enabled: 1
1705
+ m_EditorHideFlags: 0
1706
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
1707
+ m_Name:
1708
+ m_EditorClassIdentifier:
1709
+ m_InteractionManager: {fileID: 0}
1710
+ m_Colliders: []
1711
+ m_InteractionLayerMask:
1712
+ serializedVersion: 2
1713
+ m_Bits: 4294967295
1714
+ m_InteractionLayers:
1715
+ m_Bits: 4294967295
1716
+ m_CustomReticle: {fileID: 0}
1717
+ m_FirstHoverEntered:
1718
+ m_PersistentCalls:
1719
+ m_Calls: []
1720
+ m_LastHoverExited:
1721
+ m_PersistentCalls:
1722
+ m_Calls: []
1723
+ m_HoverEntered:
1724
+ m_PersistentCalls:
1725
+ m_Calls: []
1726
+ m_HoverExited:
1727
+ m_PersistentCalls:
1728
+ m_Calls: []
1729
+ m_SelectEntered:
1730
+ m_PersistentCalls:
1731
+ m_Calls: []
1732
+ m_SelectExited:
1733
+ m_PersistentCalls:
1734
+ m_Calls: []
1735
+ m_Activated:
1736
+ m_PersistentCalls:
1737
+ m_Calls: []
1738
+ m_Deactivated:
1739
+ m_PersistentCalls:
1740
+ m_Calls: []
1741
+ m_OnFirstHoverEntered:
1742
+ m_PersistentCalls:
1743
+ m_Calls: []
1744
+ m_OnLastHoverExited:
1745
+ m_PersistentCalls:
1746
+ m_Calls: []
1747
+ m_OnHoverEntered:
1748
+ m_PersistentCalls:
1749
+ m_Calls: []
1750
+ m_OnHoverExited:
1751
+ m_PersistentCalls:
1752
+ m_Calls: []
1753
+ m_OnSelectEntered:
1754
+ m_PersistentCalls:
1755
+ m_Calls: []
1756
+ m_OnSelectExited:
1757
+ m_PersistentCalls:
1758
+ m_Calls: []
1759
+ m_OnSelectCanceled:
1760
+ m_PersistentCalls:
1761
+ m_Calls: []
1762
+ m_OnActivate:
1763
+ m_PersistentCalls:
1764
+ m_Calls: []
1765
+ m_OnDeactivate:
1766
+ m_PersistentCalls:
1767
+ m_Calls: []
1768
+ m_AttachTransform: {fileID: 0}
1769
+ m_AttachEaseInTime: 0.15
1770
+ m_MovementType: 1
1771
+ m_VelocityDamping: 1
1772
+ m_VelocityScale: 1
1773
+ m_AngularVelocityDamping: 1
1774
+ m_AngularVelocityScale: 1
1775
+ m_TrackPosition: 1
1776
+ m_SmoothPosition: 0
1777
+ m_SmoothPositionAmount: 5
1778
+ m_TightenPosition: 0.5
1779
+ m_TrackRotation: 1
1780
+ m_SmoothRotation: 0
1781
+ m_SmoothRotationAmount: 5
1782
+ m_TightenRotation: 0.5
1783
+ m_ThrowOnDetach: 1
1784
+ m_ThrowSmoothingDuration: 0.25
1785
+ m_ThrowSmoothingCurve:
1786
+ serializedVersion: 2
1787
+ m_Curve:
1788
+ - serializedVersion: 3
1789
+ time: 1
1790
+ value: 1
1791
+ inSlope: 0
1792
+ outSlope: 0
1793
+ tangentMode: 0
1794
+ weightedMode: 0
1795
+ inWeight: 0
1796
+ outWeight: 0
1797
+ m_PreInfinity: 2
1798
+ m_PostInfinity: 2
1799
+ m_RotationOrder: 4
1800
+ m_ThrowVelocityScale: 1.5
1801
+ m_ThrowAngularVelocityScale: 0.25
1802
+ m_ForceGravityOnDetach: 0
1803
+ m_RetainTransformParent: 1
1804
+ m_AttachPointCompatibilityMode: 0
1805
+ --- !u!1 &2513338608222004737
1806
+ GameObject:
1807
+ m_ObjectHideFlags: 0
1808
+ m_CorrespondingSourceObject: {fileID: 0}
1809
+ m_PrefabInstance: {fileID: 0}
1810
+ m_PrefabAsset: {fileID: 0}
1811
+ serializedVersion: 6
1812
+ m_Component:
1813
+ - component: {fileID: 2513338608222004736}
1814
+ - component: {fileID: 2513338608222004798}
1815
+ - component: {fileID: 2513338608222004799}
1816
+ m_Layer: 5
1817
+ m_Name: ComplexCubes
1818
+ m_TagString: Untagged
1819
+ m_Icon: {fileID: 0}
1820
+ m_NavMeshLayer: 0
1821
+ m_StaticEditorFlags: 0
1822
+ m_IsActive: 0
1823
+ --- !u!224 &2513338608222004736
1824
+ RectTransform:
1825
+ m_ObjectHideFlags: 0
1826
+ m_CorrespondingSourceObject: {fileID: 0}
1827
+ m_PrefabInstance: {fileID: 0}
1828
+ m_PrefabAsset: {fileID: 0}
1829
+ m_GameObject: {fileID: 2513338608222004737}
1830
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1831
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1832
+ m_LocalScale: {x: 1, y: 1, z: 1}
1833
+ m_Children: []
1834
+ m_Father: {fileID: 2513338608683439450}
1835
+ m_RootOrder: 5
1836
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1837
+ m_AnchorMin: {x: 0.5, y: 1}
1838
+ m_AnchorMax: {x: 0.5, y: 1}
1839
+ m_AnchoredPosition: {x: 132.90994, y: -67.7}
1840
+ m_SizeDelta: {x: 400, y: 50}
1841
+ m_Pivot: {x: 0.5, y: 0.5}
1842
+ --- !u!222 &2513338608222004798
1843
+ CanvasRenderer:
1844
+ m_ObjectHideFlags: 0
1845
+ m_CorrespondingSourceObject: {fileID: 0}
1846
+ m_PrefabInstance: {fileID: 0}
1847
+ m_PrefabAsset: {fileID: 0}
1848
+ m_GameObject: {fileID: 2513338608222004737}
1849
+ m_CullTransparentMesh: 0
1850
+ --- !u!114 &2513338608222004799
1851
+ MonoBehaviour:
1852
+ m_ObjectHideFlags: 0
1853
+ m_CorrespondingSourceObject: {fileID: 0}
1854
+ m_PrefabInstance: {fileID: 0}
1855
+ m_PrefabAsset: {fileID: 0}
1856
+ m_GameObject: {fileID: 2513338608222004737}
1857
+ m_Enabled: 1
1858
+ m_EditorHideFlags: 0
1859
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
1860
+ m_Name:
1861
+ m_EditorClassIdentifier:
1862
+ m_Material: {fileID: 0}
1863
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
1864
+ m_RaycastTarget: 1
1865
+ m_Maskable: 1
1866
+ m_OnCullStateChanged:
1867
+ m_PersistentCalls:
1868
+ m_Calls: []
1869
+ m_text: XR Grab Interatables
1870
+ m_isRightToLeft: 0
1871
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
1872
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
1873
+ m_fontSharedMaterials: []
1874
+ m_fontMaterial: {fileID: 0}
1875
+ m_fontMaterials: []
1876
+ m_fontColor32:
1877
+ serializedVersion: 2
1878
+ rgba: 4294967295
1879
+ m_fontColor: {r: 1, g: 1, b: 1, a: 1}
1880
+ m_enableVertexGradient: 0
1881
+ m_colorMode: 3
1882
+ m_fontColorGradient:
1883
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
1884
+ topRight: {r: 1, g: 1, b: 1, a: 1}
1885
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
1886
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
1887
+ m_fontColorGradientPreset: {fileID: 0}
1888
+ m_spriteAsset: {fileID: 0}
1889
+ m_tintAllSprites: 0
1890
+ m_StyleSheet: {fileID: 0}
1891
+ m_TextStyleHashCode: 0
1892
+ m_overrideHtmlColors: 0
1893
+ m_faceColor:
1894
+ serializedVersion: 2
1895
+ rgba: 4294967295
1896
+ m_fontSize: 12.26
1897
+ m_fontSizeBase: 12.26
1898
+ m_fontWeight: 400
1899
+ m_enableAutoSizing: 0
1900
+ m_fontSizeMin: 18
1901
+ m_fontSizeMax: 72
1902
+ m_fontStyle: 0
1903
+ m_HorizontalAlignment: 1
1904
+ m_VerticalAlignment: 256
1905
+ m_textAlignment: 258
1906
+ m_characterSpacing: 0
1907
+ m_wordSpacing: 0
1908
+ m_lineSpacing: 0
1909
+ m_lineSpacingMax: 0
1910
+ m_paragraphSpacing: 0
1911
+ m_charWidthMaxAdj: 0
1912
+ m_enableWordWrapping: 1
1913
+ m_wordWrappingRatios: 0.4
1914
+ m_overflowMode: 0
1915
+ m_linkedTextComponent: {fileID: 0}
1916
+ parentLinkedComponent: {fileID: 0}
1917
+ m_enableKerning: 1
1918
+ m_enableExtraPadding: 0
1919
+ checkPaddingRequired: 0
1920
+ m_isRichText: 1
1921
+ m_parseCtrlCharacters: 1
1922
+ m_isOrthographic: 1
1923
+ m_isCullingEnabled: 0
1924
+ m_horizontalMapping: 0
1925
+ m_verticalMapping: 0
1926
+ m_uvLineOffset: 0
1927
+ m_geometrySortingOrder: 0
1928
+ m_IsTextObjectScaleStatic: 0
1929
+ m_VertexBufferAutoSizeReduction: 1
1930
+ m_useMaxVisibleDescender: 1
1931
+ m_pageToDisplay: 1
1932
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
1933
+ m_isUsingLegacyAnimationComponent: 0
1934
+ m_isVolumetricText: 0
1935
+ m_hasFontAssetChanged: 0
1936
+ m_baseMaterial: {fileID: 0}
1937
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
1938
+ --- !u!1 &2513338608270394355
1939
+ GameObject:
1940
+ m_ObjectHideFlags: 0
1941
+ m_CorrespondingSourceObject: {fileID: 0}
1942
+ m_PrefabInstance: {fileID: 0}
1943
+ m_PrefabAsset: {fileID: 0}
1944
+ serializedVersion: 6
1945
+ m_Component:
1946
+ - component: {fileID: 2513338608270394354}
1947
+ m_Layer: 0
1948
+ m_Name: ComplexInteractions
1949
+ m_TagString: Untagged
1950
+ m_Icon: {fileID: 0}
1951
+ m_NavMeshLayer: 0
1952
+ m_StaticEditorFlags: 0
1953
+ m_IsActive: 1
1954
+ --- !u!4 &2513338608270394354
1955
+ Transform:
1956
+ m_ObjectHideFlags: 0
1957
+ m_CorrespondingSourceObject: {fileID: 0}
1958
+ m_PrefabInstance: {fileID: 0}
1959
+ m_PrefabAsset: {fileID: 0}
1960
+ m_GameObject: {fileID: 2513338608270394355}
1961
+ m_LocalRotation: {x: 0, y: -0.7071068, z: 0, w: 0.7071068}
1962
+ m_LocalPosition: {x: -6.97, y: 0, z: -12.13}
1963
+ m_LocalScale: {x: 1, y: 1, z: 1}
1964
+ m_Children:
1965
+ - {fileID: 2513338607560964057}
1966
+ - {fileID: 2513338608104359896}
1967
+ - {fileID: 2513338608207668758}
1968
+ - {fileID: 2513338607155984883}
1969
+ - {fileID: 2513338608080576697}
1970
+ - {fileID: 2513338608343039682}
1971
+ - {fileID: 2513338608683439450}
1972
+ - {fileID: 2513338607938740884}
1973
+ - {fileID: 2513338607768272600}
1974
+ - {fileID: 2513338608758672131}
1975
+ - {fileID: 7465728943068280088}
1976
+ - {fileID: 6030302653756316184}
1977
+ m_Father: {fileID: 0}
1978
+ m_RootOrder: 0
1979
+ m_LocalEulerAnglesHint: {x: 0, y: -90, z: 0}
1980
+ --- !u!1 &2513338608343039683
1981
+ GameObject:
1982
+ m_ObjectHideFlags: 0
1983
+ m_CorrespondingSourceObject: {fileID: 0}
1984
+ m_PrefabInstance: {fileID: 0}
1985
+ m_PrefabAsset: {fileID: 0}
1986
+ serializedVersion: 6
1987
+ m_Component:
1988
+ - component: {fileID: 2513338608343039682}
1989
+ - component: {fileID: 2513338608343039741}
1990
+ - component: {fileID: 2513338608343039742}
1991
+ - component: {fileID: 2513338608343039743}
1992
+ - component: {fileID: 2513338608343039680}
1993
+ - component: {fileID: 2513338608343039681}
1994
+ m_Layer: 0
1995
+ m_Name: GrabCube (3)
1996
+ m_TagString: Untagged
1997
+ m_Icon: {fileID: 0}
1998
+ m_NavMeshLayer: 0
1999
+ m_StaticEditorFlags: 0
2000
+ m_IsActive: 1
2001
+ --- !u!4 &2513338608343039682
2002
+ Transform:
2003
+ m_ObjectHideFlags: 0
2004
+ m_CorrespondingSourceObject: {fileID: 0}
2005
+ m_PrefabInstance: {fileID: 0}
2006
+ m_PrefabAsset: {fileID: 0}
2007
+ m_GameObject: {fileID: 2513338608343039683}
2008
+ m_LocalRotation: {x: -0, y: 0.19584438, z: -0, w: 0.980635}
2009
+ m_LocalPosition: {x: -0.883, y: 2.216, z: -0.696}
2010
+ m_LocalScale: {x: 0.15798, y: 0.15798, z: 0.15798}
2011
+ m_Children: []
2012
+ m_Father: {fileID: 2513338608270394354}
2013
+ m_RootOrder: 5
2014
+ m_LocalEulerAnglesHint: {x: 0, y: 22.588001, z: 0}
2015
+ --- !u!33 &2513338608343039741
2016
+ MeshFilter:
2017
+ m_ObjectHideFlags: 0
2018
+ m_CorrespondingSourceObject: {fileID: 0}
2019
+ m_PrefabInstance: {fileID: 0}
2020
+ m_PrefabAsset: {fileID: 0}
2021
+ m_GameObject: {fileID: 2513338608343039683}
2022
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
2023
+ --- !u!23 &2513338608343039742
2024
+ MeshRenderer:
2025
+ m_ObjectHideFlags: 0
2026
+ m_CorrespondingSourceObject: {fileID: 0}
2027
+ m_PrefabInstance: {fileID: 0}
2028
+ m_PrefabAsset: {fileID: 0}
2029
+ m_GameObject: {fileID: 2513338608343039683}
2030
+ m_Enabled: 1
2031
+ m_CastShadows: 1
2032
+ m_ReceiveShadows: 1
2033
+ m_DynamicOccludee: 1
2034
+ m_MotionVectors: 1
2035
+ m_LightProbeUsage: 1
2036
+ m_ReflectionProbeUsage: 1
2037
+ m_RayTracingMode: 2
2038
+ m_RenderingLayerMask: 1
2039
+ m_RendererPriority: 0
2040
+ m_Materials:
2041
+ - {fileID: 2100000, guid: 782df8531fabddc4ea7773901c4b4e6b, type: 2}
2042
+ m_StaticBatchInfo:
2043
+ firstSubMesh: 0
2044
+ subMeshCount: 0
2045
+ m_StaticBatchRoot: {fileID: 0}
2046
+ m_ProbeAnchor: {fileID: 0}
2047
+ m_LightProbeVolumeOverride: {fileID: 0}
2048
+ m_ScaleInLightmap: 1
2049
+ m_ReceiveGI: 1
2050
+ m_PreserveUVs: 0
2051
+ m_IgnoreNormalsForChartDetection: 0
2052
+ m_ImportantGI: 0
2053
+ m_StitchLightmapSeams: 1
2054
+ m_SelectedEditorRenderState: 3
2055
+ m_MinimumChartSize: 4
2056
+ m_AutoUVMaxDistance: 0.5
2057
+ m_AutoUVMaxAngle: 89
2058
+ m_LightmapParameters: {fileID: 0}
2059
+ m_SortingLayerID: 0
2060
+ m_SortingLayer: 0
2061
+ m_SortingOrder: 0
2062
+ --- !u!65 &2513338608343039743
2063
+ BoxCollider:
2064
+ m_ObjectHideFlags: 0
2065
+ m_CorrespondingSourceObject: {fileID: 0}
2066
+ m_PrefabInstance: {fileID: 0}
2067
+ m_PrefabAsset: {fileID: 0}
2068
+ m_GameObject: {fileID: 2513338608343039683}
2069
+ m_Material: {fileID: 0}
2070
+ m_IsTrigger: 0
2071
+ m_Enabled: 1
2072
+ serializedVersion: 2
2073
+ m_Size: {x: 1, y: 1, z: 1}
2074
+ m_Center: {x: 0, y: 0, z: 0}
2075
+ --- !u!54 &2513338608343039680
2076
+ Rigidbody:
2077
+ m_ObjectHideFlags: 0
2078
+ m_CorrespondingSourceObject: {fileID: 0}
2079
+ m_PrefabInstance: {fileID: 0}
2080
+ m_PrefabAsset: {fileID: 0}
2081
+ m_GameObject: {fileID: 2513338608343039683}
2082
+ serializedVersion: 2
2083
+ m_Mass: 1
2084
+ m_Drag: 0
2085
+ m_AngularDrag: 0.05
2086
+ m_UseGravity: 1
2087
+ m_IsKinematic: 0
2088
+ m_Interpolate: 0
2089
+ m_Constraints: 0
2090
+ m_CollisionDetection: 0
2091
+ --- !u!114 &2513338608343039681
2092
+ MonoBehaviour:
2093
+ m_ObjectHideFlags: 0
2094
+ m_CorrespondingSourceObject: {fileID: 0}
2095
+ m_PrefabInstance: {fileID: 0}
2096
+ m_PrefabAsset: {fileID: 0}
2097
+ m_GameObject: {fileID: 2513338608343039683}
2098
+ m_Enabled: 1
2099
+ m_EditorHideFlags: 0
2100
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
2101
+ m_Name:
2102
+ m_EditorClassIdentifier:
2103
+ m_InteractionManager: {fileID: 0}
2104
+ m_Colliders: []
2105
+ m_InteractionLayerMask:
2106
+ serializedVersion: 2
2107
+ m_Bits: 4294967295
2108
+ m_InteractionLayers:
2109
+ m_Bits: 4294967295
2110
+ m_CustomReticle: {fileID: 0}
2111
+ m_FirstHoverEntered:
2112
+ m_PersistentCalls:
2113
+ m_Calls: []
2114
+ m_LastHoverExited:
2115
+ m_PersistentCalls:
2116
+ m_Calls: []
2117
+ m_HoverEntered:
2118
+ m_PersistentCalls:
2119
+ m_Calls: []
2120
+ m_HoverExited:
2121
+ m_PersistentCalls:
2122
+ m_Calls: []
2123
+ m_SelectEntered:
2124
+ m_PersistentCalls:
2125
+ m_Calls: []
2126
+ m_SelectExited:
2127
+ m_PersistentCalls:
2128
+ m_Calls: []
2129
+ m_Activated:
2130
+ m_PersistentCalls:
2131
+ m_Calls: []
2132
+ m_Deactivated:
2133
+ m_PersistentCalls:
2134
+ m_Calls: []
2135
+ m_OnFirstHoverEntered:
2136
+ m_PersistentCalls:
2137
+ m_Calls: []
2138
+ m_OnLastHoverExited:
2139
+ m_PersistentCalls:
2140
+ m_Calls: []
2141
+ m_OnHoverEntered:
2142
+ m_PersistentCalls:
2143
+ m_Calls: []
2144
+ m_OnHoverExited:
2145
+ m_PersistentCalls:
2146
+ m_Calls: []
2147
+ m_OnSelectEntered:
2148
+ m_PersistentCalls:
2149
+ m_Calls: []
2150
+ m_OnSelectExited:
2151
+ m_PersistentCalls:
2152
+ m_Calls: []
2153
+ m_OnSelectCanceled:
2154
+ m_PersistentCalls:
2155
+ m_Calls: []
2156
+ m_OnActivate:
2157
+ m_PersistentCalls:
2158
+ m_Calls: []
2159
+ m_OnDeactivate:
2160
+ m_PersistentCalls:
2161
+ m_Calls: []
2162
+ m_AttachTransform: {fileID: 0}
2163
+ m_AttachEaseInTime: 0.15
2164
+ m_MovementType: 1
2165
+ m_VelocityDamping: 1
2166
+ m_VelocityScale: 1
2167
+ m_AngularVelocityDamping: 1
2168
+ m_AngularVelocityScale: 1
2169
+ m_TrackPosition: 1
2170
+ m_SmoothPosition: 0
2171
+ m_SmoothPositionAmount: 5
2172
+ m_TightenPosition: 0.5
2173
+ m_TrackRotation: 1
2174
+ m_SmoothRotation: 0
2175
+ m_SmoothRotationAmount: 5
2176
+ m_TightenRotation: 0.5
2177
+ m_ThrowOnDetach: 1
2178
+ m_ThrowSmoothingDuration: 0.25
2179
+ m_ThrowSmoothingCurve:
2180
+ serializedVersion: 2
2181
+ m_Curve:
2182
+ - serializedVersion: 3
2183
+ time: 1
2184
+ value: 1
2185
+ inSlope: 0
2186
+ outSlope: 0
2187
+ tangentMode: 0
2188
+ weightedMode: 0
2189
+ inWeight: 0
2190
+ outWeight: 0
2191
+ m_PreInfinity: 2
2192
+ m_PostInfinity: 2
2193
+ m_RotationOrder: 4
2194
+ m_ThrowVelocityScale: 1.5
2195
+ m_ThrowAngularVelocityScale: 0.25
2196
+ m_ForceGravityOnDetach: 0
2197
+ m_RetainTransformParent: 1
2198
+ m_AttachPointCompatibilityMode: 0
2199
+ --- !u!1 &2513338608343715886
2200
+ GameObject:
2201
+ m_ObjectHideFlags: 0
2202
+ m_CorrespondingSourceObject: {fileID: 0}
2203
+ m_PrefabInstance: {fileID: 0}
2204
+ m_PrefabAsset: {fileID: 0}
2205
+ serializedVersion: 6
2206
+ m_Component:
2207
+ - component: {fileID: 2513338608343715885}
2208
+ - component: {fileID: 2513338608343715883}
2209
+ - component: {fileID: 2513338608343715884}
2210
+ m_Layer: 5
2211
+ m_Name: Cubes
2212
+ m_TagString: Untagged
2213
+ m_Icon: {fileID: 0}
2214
+ m_NavMeshLayer: 0
2215
+ m_StaticEditorFlags: 0
2216
+ m_IsActive: 0
2217
+ --- !u!224 &2513338608343715885
2218
+ RectTransform:
2219
+ m_ObjectHideFlags: 0
2220
+ m_CorrespondingSourceObject: {fileID: 0}
2221
+ m_PrefabInstance: {fileID: 0}
2222
+ m_PrefabAsset: {fileID: 0}
2223
+ m_GameObject: {fileID: 2513338608343715886}
2224
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2225
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2226
+ m_LocalScale: {x: 1, y: 1, z: 1}
2227
+ m_Children: []
2228
+ m_Father: {fileID: 2513338608683439450}
2229
+ m_RootOrder: 3
2230
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2231
+ m_AnchorMin: {x: 0.5, y: 1}
2232
+ m_AnchorMax: {x: 0.5, y: 1}
2233
+ m_AnchoredPosition: {x: -149.7, y: -67.7}
2234
+ m_SizeDelta: {x: 400, y: 50}
2235
+ m_Pivot: {x: 0.5, y: 0.5}
2236
+ --- !u!222 &2513338608343715883
2237
+ CanvasRenderer:
2238
+ m_ObjectHideFlags: 0
2239
+ m_CorrespondingSourceObject: {fileID: 0}
2240
+ m_PrefabInstance: {fileID: 0}
2241
+ m_PrefabAsset: {fileID: 0}
2242
+ m_GameObject: {fileID: 2513338608343715886}
2243
+ m_CullTransparentMesh: 0
2244
+ --- !u!114 &2513338608343715884
2245
+ MonoBehaviour:
2246
+ m_ObjectHideFlags: 0
2247
+ m_CorrespondingSourceObject: {fileID: 0}
2248
+ m_PrefabInstance: {fileID: 0}
2249
+ m_PrefabAsset: {fileID: 0}
2250
+ m_GameObject: {fileID: 2513338608343715886}
2251
+ m_Enabled: 1
2252
+ m_EditorHideFlags: 0
2253
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
2254
+ m_Name:
2255
+ m_EditorClassIdentifier:
2256
+ m_Material: {fileID: 0}
2257
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
2258
+ m_RaycastTarget: 1
2259
+ m_Maskable: 1
2260
+ m_OnCullStateChanged:
2261
+ m_PersistentCalls:
2262
+ m_Calls: []
2263
+ m_text: XR Grab Interatables
2264
+ m_isRightToLeft: 0
2265
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
2266
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
2267
+ m_fontSharedMaterials: []
2268
+ m_fontMaterial: {fileID: 0}
2269
+ m_fontMaterials: []
2270
+ m_fontColor32:
2271
+ serializedVersion: 2
2272
+ rgba: 4294967295
2273
+ m_fontColor: {r: 1, g: 1, b: 1, a: 1}
2274
+ m_enableVertexGradient: 0
2275
+ m_colorMode: 3
2276
+ m_fontColorGradient:
2277
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
2278
+ topRight: {r: 1, g: 1, b: 1, a: 1}
2279
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
2280
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
2281
+ m_fontColorGradientPreset: {fileID: 0}
2282
+ m_spriteAsset: {fileID: 0}
2283
+ m_tintAllSprites: 0
2284
+ m_StyleSheet: {fileID: 0}
2285
+ m_TextStyleHashCode: 0
2286
+ m_overrideHtmlColors: 0
2287
+ m_faceColor:
2288
+ serializedVersion: 2
2289
+ rgba: 4294967295
2290
+ m_fontSize: 12.26
2291
+ m_fontSizeBase: 12.26
2292
+ m_fontWeight: 400
2293
+ m_enableAutoSizing: 0
2294
+ m_fontSizeMin: 18
2295
+ m_fontSizeMax: 72
2296
+ m_fontStyle: 0
2297
+ m_HorizontalAlignment: 1
2298
+ m_VerticalAlignment: 256
2299
+ m_textAlignment: 258
2300
+ m_characterSpacing: 0
2301
+ m_wordSpacing: 0
2302
+ m_lineSpacing: 0
2303
+ m_lineSpacingMax: 0
2304
+ m_paragraphSpacing: 0
2305
+ m_charWidthMaxAdj: 0
2306
+ m_enableWordWrapping: 1
2307
+ m_wordWrappingRatios: 0.4
2308
+ m_overflowMode: 0
2309
+ m_linkedTextComponent: {fileID: 0}
2310
+ parentLinkedComponent: {fileID: 0}
2311
+ m_enableKerning: 1
2312
+ m_enableExtraPadding: 0
2313
+ checkPaddingRequired: 0
2314
+ m_isRichText: 1
2315
+ m_parseCtrlCharacters: 1
2316
+ m_isOrthographic: 1
2317
+ m_isCullingEnabled: 0
2318
+ m_horizontalMapping: 0
2319
+ m_verticalMapping: 0
2320
+ m_uvLineOffset: 0
2321
+ m_geometrySortingOrder: 0
2322
+ m_IsTextObjectScaleStatic: 0
2323
+ m_VertexBufferAutoSizeReduction: 1
2324
+ m_useMaxVisibleDescender: 1
2325
+ m_pageToDisplay: 1
2326
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
2327
+ m_isUsingLegacyAnimationComponent: 0
2328
+ m_isVolumetricText: 0
2329
+ m_hasFontAssetChanged: 0
2330
+ m_baseMaterial: {fileID: 0}
2331
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
2332
+ --- !u!1 &2513338608390723010
2333
+ GameObject:
2334
+ m_ObjectHideFlags: 0
2335
+ m_CorrespondingSourceObject: {fileID: 0}
2336
+ m_PrefabInstance: {fileID: 0}
2337
+ m_PrefabAsset: {fileID: 0}
2338
+ serializedVersion: 6
2339
+ m_Component:
2340
+ - component: {fileID: 2513338608390723009}
2341
+ - component: {fileID: 2513338608390723071}
2342
+ - component: {fileID: 2513338608390723008}
2343
+ m_Layer: 5
2344
+ m_Name: BackgroundImage
2345
+ m_TagString: Untagged
2346
+ m_Icon: {fileID: 0}
2347
+ m_NavMeshLayer: 0
2348
+ m_StaticEditorFlags: 0
2349
+ m_IsActive: 1
2350
+ --- !u!224 &2513338608390723009
2351
+ RectTransform:
2352
+ m_ObjectHideFlags: 0
2353
+ m_CorrespondingSourceObject: {fileID: 0}
2354
+ m_PrefabInstance: {fileID: 0}
2355
+ m_PrefabAsset: {fileID: 0}
2356
+ m_GameObject: {fileID: 2513338608390723010}
2357
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2358
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2359
+ m_LocalScale: {x: 1, y: 1, z: 1}
2360
+ m_Children: []
2361
+ m_Father: {fileID: 2513338608683439450}
2362
+ m_RootOrder: 0
2363
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2364
+ m_AnchorMin: {x: 0, y: 0}
2365
+ m_AnchorMax: {x: 1, y: 1}
2366
+ m_AnchoredPosition: {x: -0.41000366, y: 3.0499992}
2367
+ m_SizeDelta: {x: -266.83, y: -27.19}
2368
+ m_Pivot: {x: 0.5, y: 0.5}
2369
+ --- !u!222 &2513338608390723071
2370
+ CanvasRenderer:
2371
+ m_ObjectHideFlags: 0
2372
+ m_CorrespondingSourceObject: {fileID: 0}
2373
+ m_PrefabInstance: {fileID: 0}
2374
+ m_PrefabAsset: {fileID: 0}
2375
+ m_GameObject: {fileID: 2513338608390723010}
2376
+ m_CullTransparentMesh: 0
2377
+ --- !u!114 &2513338608390723008
2378
+ MonoBehaviour:
2379
+ m_ObjectHideFlags: 0
2380
+ m_CorrespondingSourceObject: {fileID: 0}
2381
+ m_PrefabInstance: {fileID: 0}
2382
+ m_PrefabAsset: {fileID: 0}
2383
+ m_GameObject: {fileID: 2513338608390723010}
2384
+ m_Enabled: 1
2385
+ m_EditorHideFlags: 0
2386
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2387
+ m_Name:
2388
+ m_EditorClassIdentifier:
2389
+ m_Material: {fileID: 0}
2390
+ m_Color: {r: 0.20754719, g: 0.20754719, b: 0.20754719, a: 1}
2391
+ m_RaycastTarget: 1
2392
+ m_Maskable: 1
2393
+ m_OnCullStateChanged:
2394
+ m_PersistentCalls:
2395
+ m_Calls: []
2396
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
2397
+ m_Type: 1
2398
+ m_PreserveAspect: 0
2399
+ m_FillCenter: 1
2400
+ m_FillMethod: 4
2401
+ m_FillAmount: 1
2402
+ m_FillClockwise: 1
2403
+ m_FillOrigin: 0
2404
+ m_UseSpriteMesh: 0
2405
+ m_PixelsPerUnitMultiplier: 1
2406
+ --- !u!1 &2513338608683439451
2407
+ GameObject:
2408
+ m_ObjectHideFlags: 0
2409
+ m_CorrespondingSourceObject: {fileID: 0}
2410
+ m_PrefabInstance: {fileID: 0}
2411
+ m_PrefabAsset: {fileID: 0}
2412
+ serializedVersion: 6
2413
+ m_Component:
2414
+ - component: {fileID: 2513338608683439450}
2415
+ - component: {fileID: 2513338608683439447}
2416
+ - component: {fileID: 2513338608683439448}
2417
+ - component: {fileID: 2513338608683439449}
2418
+ m_Layer: 5
2419
+ m_Name: TableUI
2420
+ m_TagString: Untagged
2421
+ m_Icon: {fileID: 0}
2422
+ m_NavMeshLayer: 0
2423
+ m_StaticEditorFlags: 0
2424
+ m_IsActive: 0
2425
+ --- !u!224 &2513338608683439450
2426
+ RectTransform:
2427
+ m_ObjectHideFlags: 0
2428
+ m_CorrespondingSourceObject: {fileID: 0}
2429
+ m_PrefabInstance: {fileID: 0}
2430
+ m_PrefabAsset: {fileID: 0}
2431
+ m_GameObject: {fileID: 2513338608683439451}
2432
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2433
+ m_LocalPosition: {x: 0, y: 0, z: 0.163}
2434
+ m_LocalScale: {x: 0.01, y: 0.01, z: 0.01}
2435
+ m_Children:
2436
+ - {fileID: 2513338608390723009}
2437
+ - {fileID: 2513338607864793045}
2438
+ - {fileID: 2513338607037792623}
2439
+ - {fileID: 2513338608343715885}
2440
+ - {fileID: 2513338607284161864}
2441
+ - {fileID: 2513338608222004736}
2442
+ m_Father: {fileID: 2513338608270394354}
2443
+ m_RootOrder: 6
2444
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2445
+ m_AnchorMin: {x: 0, y: 0}
2446
+ m_AnchorMax: {x: 0, y: 0}
2447
+ m_AnchoredPosition: {x: -0.01, y: 2.461}
2448
+ m_SizeDelta: {x: 400, y: 50.501}
2449
+ m_Pivot: {x: 0.5, y: 0.5}
2450
+ --- !u!223 &2513338608683439447
2451
+ Canvas:
2452
+ m_ObjectHideFlags: 0
2453
+ m_CorrespondingSourceObject: {fileID: 0}
2454
+ m_PrefabInstance: {fileID: 0}
2455
+ m_PrefabAsset: {fileID: 0}
2456
+ m_GameObject: {fileID: 2513338608683439451}
2457
+ m_Enabled: 1
2458
+ serializedVersion: 3
2459
+ m_RenderMode: 2
2460
+ m_Camera: {fileID: 0}
2461
+ m_PlaneDistance: 100
2462
+ m_PixelPerfect: 0
2463
+ m_ReceivesEvents: 1
2464
+ m_OverrideSorting: 0
2465
+ m_OverridePixelPerfect: 0
2466
+ m_SortingBucketNormalizedSize: 0
2467
+ m_AdditionalShaderChannelsFlag: 25
2468
+ m_SortingLayerID: 0
2469
+ m_SortingOrder: 0
2470
+ m_TargetDisplay: 0
2471
+ --- !u!114 &2513338608683439448
2472
+ MonoBehaviour:
2473
+ m_ObjectHideFlags: 0
2474
+ m_CorrespondingSourceObject: {fileID: 0}
2475
+ m_PrefabInstance: {fileID: 0}
2476
+ m_PrefabAsset: {fileID: 0}
2477
+ m_GameObject: {fileID: 2513338608683439451}
2478
+ m_Enabled: 1
2479
+ m_EditorHideFlags: 0
2480
+ m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
2481
+ m_Name:
2482
+ m_EditorClassIdentifier:
2483
+ m_UiScaleMode: 0
2484
+ m_ReferencePixelsPerUnit: 100
2485
+ m_ScaleFactor: 1
2486
+ m_ReferenceResolution: {x: 800, y: 600}
2487
+ m_ScreenMatchMode: 0
2488
+ m_MatchWidthOrHeight: 0
2489
+ m_PhysicalUnit: 3
2490
+ m_FallbackScreenDPI: 96
2491
+ m_DefaultSpriteDPI: 96
2492
+ m_DynamicPixelsPerUnit: 1
2493
+ --- !u!114 &2513338608683439449
2494
+ MonoBehaviour:
2495
+ m_ObjectHideFlags: 0
2496
+ m_CorrespondingSourceObject: {fileID: 0}
2497
+ m_PrefabInstance: {fileID: 0}
2498
+ m_PrefabAsset: {fileID: 0}
2499
+ m_GameObject: {fileID: 2513338608683439451}
2500
+ m_Enabled: 1
2501
+ m_EditorHideFlags: 0
2502
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
2503
+ m_Name:
2504
+ m_EditorClassIdentifier:
2505
+ m_IgnoreReversedGraphics: 1
2506
+ m_BlockingObjects: 0
2507
+ m_BlockingMask:
2508
+ serializedVersion: 2
2509
+ m_Bits: 4294967295
2510
+ --- !u!1 &2513338608758672132
2511
+ GameObject:
2512
+ m_ObjectHideFlags: 0
2513
+ m_CorrespondingSourceObject: {fileID: 0}
2514
+ m_PrefabInstance: {fileID: 0}
2515
+ m_PrefabAsset: {fileID: 0}
2516
+ serializedVersion: 6
2517
+ m_Component:
2518
+ - component: {fileID: 2513338608758672131}
2519
+ - component: {fileID: 2513338608758672189}
2520
+ - component: {fileID: 2513338608758672190}
2521
+ - component: {fileID: 2513338608758672191}
2522
+ - component: {fileID: 2513338608758672128}
2523
+ - component: {fileID: 2513338608758672129}
2524
+ - component: {fileID: 2513338608758672130}
2525
+ m_Layer: 0
2526
+ m_Name: ComplexGrabCube (2)
2527
+ m_TagString: Untagged
2528
+ m_Icon: {fileID: 0}
2529
+ m_NavMeshLayer: 0
2530
+ m_StaticEditorFlags: 0
2531
+ m_IsActive: 1
2532
+ --- !u!4 &2513338608758672131
2533
+ Transform:
2534
+ m_ObjectHideFlags: 0
2535
+ m_CorrespondingSourceObject: {fileID: 0}
2536
+ m_PrefabInstance: {fileID: 0}
2537
+ m_PrefabAsset: {fileID: 0}
2538
+ m_GameObject: {fileID: 2513338608758672132}
2539
+ m_LocalRotation: {x: -0, y: 0.1470232, z: -0, w: 0.98913306}
2540
+ m_LocalPosition: {x: 1.253, y: 2.216, z: -0.674}
2541
+ m_LocalScale: {x: 0.15798, y: 0.15798, z: 0.15798}
2542
+ m_Children: []
2543
+ m_Father: {fileID: 2513338608270394354}
2544
+ m_RootOrder: 9
2545
+ m_LocalEulerAnglesHint: {x: 0, y: 16.909, z: 0}
2546
+ --- !u!33 &2513338608758672189
2547
+ MeshFilter:
2548
+ m_ObjectHideFlags: 0
2549
+ m_CorrespondingSourceObject: {fileID: 0}
2550
+ m_PrefabInstance: {fileID: 0}
2551
+ m_PrefabAsset: {fileID: 0}
2552
+ m_GameObject: {fileID: 2513338608758672132}
2553
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
2554
+ --- !u!23 &2513338608758672190
2555
+ MeshRenderer:
2556
+ m_ObjectHideFlags: 0
2557
+ m_CorrespondingSourceObject: {fileID: 0}
2558
+ m_PrefabInstance: {fileID: 0}
2559
+ m_PrefabAsset: {fileID: 0}
2560
+ m_GameObject: {fileID: 2513338608758672132}
2561
+ m_Enabled: 1
2562
+ m_CastShadows: 1
2563
+ m_ReceiveShadows: 1
2564
+ m_DynamicOccludee: 1
2565
+ m_MotionVectors: 1
2566
+ m_LightProbeUsage: 1
2567
+ m_ReflectionProbeUsage: 1
2568
+ m_RayTracingMode: 2
2569
+ m_RenderingLayerMask: 1
2570
+ m_RendererPriority: 0
2571
+ m_Materials:
2572
+ - {fileID: 2100000, guid: 782df8531fabddc4ea7773901c4b4e6b, type: 2}
2573
+ m_StaticBatchInfo:
2574
+ firstSubMesh: 0
2575
+ subMeshCount: 0
2576
+ m_StaticBatchRoot: {fileID: 0}
2577
+ m_ProbeAnchor: {fileID: 0}
2578
+ m_LightProbeVolumeOverride: {fileID: 0}
2579
+ m_ScaleInLightmap: 1
2580
+ m_ReceiveGI: 1
2581
+ m_PreserveUVs: 0
2582
+ m_IgnoreNormalsForChartDetection: 0
2583
+ m_ImportantGI: 0
2584
+ m_StitchLightmapSeams: 1
2585
+ m_SelectedEditorRenderState: 3
2586
+ m_MinimumChartSize: 4
2587
+ m_AutoUVMaxDistance: 0.5
2588
+ m_AutoUVMaxAngle: 89
2589
+ m_LightmapParameters: {fileID: 0}
2590
+ m_SortingLayerID: 0
2591
+ m_SortingLayer: 0
2592
+ m_SortingOrder: 0
2593
+ --- !u!65 &2513338608758672191
2594
+ BoxCollider:
2595
+ m_ObjectHideFlags: 0
2596
+ m_CorrespondingSourceObject: {fileID: 0}
2597
+ m_PrefabInstance: {fileID: 0}
2598
+ m_PrefabAsset: {fileID: 0}
2599
+ m_GameObject: {fileID: 2513338608758672132}
2600
+ m_Material: {fileID: 0}
2601
+ m_IsTrigger: 0
2602
+ m_Enabled: 1
2603
+ serializedVersion: 2
2604
+ m_Size: {x: 1, y: 1, z: 1}
2605
+ m_Center: {x: 0, y: 0, z: 0}
2606
+ --- !u!54 &2513338608758672128
2607
+ Rigidbody:
2608
+ m_ObjectHideFlags: 0
2609
+ m_CorrespondingSourceObject: {fileID: 0}
2610
+ m_PrefabInstance: {fileID: 0}
2611
+ m_PrefabAsset: {fileID: 0}
2612
+ m_GameObject: {fileID: 2513338608758672132}
2613
+ serializedVersion: 2
2614
+ m_Mass: 1
2615
+ m_Drag: 0
2616
+ m_AngularDrag: 0.05
2617
+ m_UseGravity: 1
2618
+ m_IsKinematic: 0
2619
+ m_Interpolate: 0
2620
+ m_Constraints: 0
2621
+ m_CollisionDetection: 0
2622
+ --- !u!114 &2513338608758672129
2623
+ MonoBehaviour:
2624
+ m_ObjectHideFlags: 0
2625
+ m_CorrespondingSourceObject: {fileID: 0}
2626
+ m_PrefabInstance: {fileID: 0}
2627
+ m_PrefabAsset: {fileID: 0}
2628
+ m_GameObject: {fileID: 2513338608758672132}
2629
+ m_Enabled: 1
2630
+ m_EditorHideFlags: 0
2631
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
2632
+ m_Name:
2633
+ m_EditorClassIdentifier:
2634
+ m_InteractionManager: {fileID: 0}
2635
+ m_Colliders: []
2636
+ m_InteractionLayerMask:
2637
+ serializedVersion: 2
2638
+ m_Bits: 4294967295
2639
+ m_InteractionLayers:
2640
+ m_Bits: 4294967295
2641
+ m_CustomReticle: {fileID: 0}
2642
+ m_FirstHoverEntered:
2643
+ m_PersistentCalls:
2644
+ m_Calls: []
2645
+ m_LastHoverExited:
2646
+ m_PersistentCalls:
2647
+ m_Calls: []
2648
+ m_HoverEntered:
2649
+ m_PersistentCalls:
2650
+ m_Calls: []
2651
+ m_HoverExited:
2652
+ m_PersistentCalls:
2653
+ m_Calls: []
2654
+ m_SelectEntered:
2655
+ m_PersistentCalls:
2656
+ m_Calls: []
2657
+ m_SelectExited:
2658
+ m_PersistentCalls:
2659
+ m_Calls: []
2660
+ m_Activated:
2661
+ m_PersistentCalls:
2662
+ m_Calls: []
2663
+ m_Deactivated:
2664
+ m_PersistentCalls:
2665
+ m_Calls: []
2666
+ m_OnFirstHoverEntered:
2667
+ m_PersistentCalls:
2668
+ m_Calls: []
2669
+ m_OnLastHoverExited:
2670
+ m_PersistentCalls:
2671
+ m_Calls: []
2672
+ m_OnHoverEntered:
2673
+ m_PersistentCalls:
2674
+ m_Calls: []
2675
+ m_OnHoverExited:
2676
+ m_PersistentCalls:
2677
+ m_Calls: []
2678
+ m_OnSelectEntered:
2679
+ m_PersistentCalls:
2680
+ m_Calls: []
2681
+ m_OnSelectExited:
2682
+ m_PersistentCalls:
2683
+ m_Calls: []
2684
+ m_OnSelectCanceled:
2685
+ m_PersistentCalls:
2686
+ m_Calls: []
2687
+ m_OnActivate:
2688
+ m_PersistentCalls:
2689
+ m_Calls: []
2690
+ m_OnDeactivate:
2691
+ m_PersistentCalls:
2692
+ m_Calls: []
2693
+ m_AttachTransform: {fileID: 0}
2694
+ m_AttachEaseInTime: 0.15
2695
+ m_MovementType: 1
2696
+ m_VelocityDamping: 1
2697
+ m_VelocityScale: 1
2698
+ m_AngularVelocityDamping: 1
2699
+ m_AngularVelocityScale: 1
2700
+ m_TrackPosition: 1
2701
+ m_SmoothPosition: 0
2702
+ m_SmoothPositionAmount: 5
2703
+ m_TightenPosition: 0.5
2704
+ m_TrackRotation: 1
2705
+ m_SmoothRotation: 0
2706
+ m_SmoothRotationAmount: 5
2707
+ m_TightenRotation: 0.5
2708
+ m_ThrowOnDetach: 1
2709
+ m_ThrowSmoothingDuration: 0.25
2710
+ m_ThrowSmoothingCurve:
2711
+ serializedVersion: 2
2712
+ m_Curve:
2713
+ - serializedVersion: 3
2714
+ time: 1
2715
+ value: 1
2716
+ inSlope: 0
2717
+ outSlope: 0
2718
+ tangentMode: 0
2719
+ weightedMode: 0
2720
+ inWeight: 0
2721
+ outWeight: 0
2722
+ m_PreInfinity: 2
2723
+ m_PostInfinity: 2
2724
+ m_RotationOrder: 4
2725
+ m_ThrowVelocityScale: 1.5
2726
+ m_ThrowAngularVelocityScale: 0.25
2727
+ m_ForceGravityOnDetach: 0
2728
+ m_RetainTransformParent: 1
2729
+ m_AttachPointCompatibilityMode: 0
2730
+ --- !u!114 &2513338608758672130
2731
+ MonoBehaviour:
2732
+ m_ObjectHideFlags: 0
2733
+ m_CorrespondingSourceObject: {fileID: 0}
2734
+ m_PrefabInstance: {fileID: 0}
2735
+ m_PrefabAsset: {fileID: 0}
2736
+ m_GameObject: {fileID: 2513338608758672132}
2737
+ m_Enabled: 1
2738
+ m_EditorHideFlags: 0
2739
+ m_Script: {fileID: 11500000, guid: 76a60a6845fa72b48a2c1952b20314c5, type: 3}
2740
+ m_Name:
2741
+ m_EditorClassIdentifier:
2742
+ --- !u!1001 &2513338607808487466
2743
+ PrefabInstance:
2744
+ m_ObjectHideFlags: 0
2745
+ serializedVersion: 2
2746
+ m_Modification:
2747
+ m_TransformParent: {fileID: 2513338608270394354}
2748
+ m_Modifications:
2749
+ - target: {fileID: 1142997993976856979, guid: 69bcbe8a3c723a8459bad61946074109,
2750
+ type: 3}
2751
+ propertyPath: m_OnHoverEnter.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgument
2752
+ value:
2753
+ objectReference: {fileID: 2100000, guid: 647e2d9db79a4f141b45f5fa9cb7d11b, type: 2}
2754
+ - target: {fileID: 2818971628382573792, guid: 69bcbe8a3c723a8459bad61946074109,
2755
+ type: 3}
2756
+ propertyPath: m_InteractionManager
2757
+ value:
2758
+ objectReference: {fileID: 0}
2759
+ - target: {fileID: 2818971628382573792, guid: 69bcbe8a3c723a8459bad61946074109,
2760
+ type: 3}
2761
+ propertyPath: m_TeleportationProvider
2762
+ value:
2763
+ objectReference: {fileID: 0}
2764
+ - target: {fileID: 3449784919008568370, guid: 69bcbe8a3c723a8459bad61946074109,
2765
+ type: 3}
2766
+ propertyPath: m_Name
2767
+ value: TeleportAnchor (2)
2768
+ objectReference: {fileID: 0}
2769
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2770
+ type: 3}
2771
+ propertyPath: m_RootOrder
2772
+ value: 11
2773
+ objectReference: {fileID: 0}
2774
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2775
+ type: 3}
2776
+ propertyPath: m_LocalScale.x
2777
+ value: 0.8500005
2778
+ objectReference: {fileID: 0}
2779
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2780
+ type: 3}
2781
+ propertyPath: m_LocalScale.z
2782
+ value: 0.8500005
2783
+ objectReference: {fileID: 0}
2784
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2785
+ type: 3}
2786
+ propertyPath: m_LocalPosition.x
2787
+ value: 0.08000172
2788
+ objectReference: {fileID: 0}
2789
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2790
+ type: 3}
2791
+ propertyPath: m_LocalPosition.y
2792
+ value: 0.922
2793
+ objectReference: {fileID: 0}
2794
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2795
+ type: 3}
2796
+ propertyPath: m_LocalPosition.z
2797
+ value: -1.4799982
2798
+ objectReference: {fileID: 0}
2799
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2800
+ type: 3}
2801
+ propertyPath: m_LocalRotation.w
2802
+ value: -1
2803
+ objectReference: {fileID: 0}
2804
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2805
+ type: 3}
2806
+ propertyPath: m_LocalRotation.x
2807
+ value: -0
2808
+ objectReference: {fileID: 0}
2809
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2810
+ type: 3}
2811
+ propertyPath: m_LocalRotation.y
2812
+ value: -0
2813
+ objectReference: {fileID: 0}
2814
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2815
+ type: 3}
2816
+ propertyPath: m_LocalRotation.z
2817
+ value: -0
2818
+ objectReference: {fileID: 0}
2819
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2820
+ type: 3}
2821
+ propertyPath: m_LocalEulerAnglesHint.x
2822
+ value: 0
2823
+ objectReference: {fileID: 0}
2824
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2825
+ type: 3}
2826
+ propertyPath: m_LocalEulerAnglesHint.y
2827
+ value: 180
2828
+ objectReference: {fileID: 0}
2829
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2830
+ type: 3}
2831
+ propertyPath: m_LocalEulerAnglesHint.z
2832
+ value: 0
2833
+ objectReference: {fileID: 0}
2834
+ m_RemovedComponents: []
2835
+ m_SourcePrefab: {fileID: 100100000, guid: 69bcbe8a3c723a8459bad61946074109, type: 3}
2836
+ --- !u!4 &6030302653756316184 stripped
2837
+ Transform:
2838
+ m_CorrespondingSourceObject: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
2839
+ type: 3}
2840
+ m_PrefabInstance: {fileID: 2513338607808487466}
2841
+ m_PrefabAsset: {fileID: 0}
2842
+ --- !u!1001 &6482417499404627270
2843
+ PrefabInstance:
2844
+ m_ObjectHideFlags: 0
2845
+ serializedVersion: 2
2846
+ m_Modification:
2847
+ m_TransformParent: {fileID: 2513338608270394354}
2848
+ m_Modifications:
2849
+ - target: {fileID: 591921453833710157, guid: cca5e4e0da45560479c022557d04fa1d,
2850
+ type: 3}
2851
+ propertyPath: m_Name
2852
+ value: LlamaBubbleGun
2853
+ objectReference: {fileID: 0}
2854
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2855
+ type: 3}
2856
+ propertyPath: m_RootOrder
2857
+ value: 10
2858
+ objectReference: {fileID: 0}
2859
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2860
+ type: 3}
2861
+ propertyPath: m_LocalScale.x
2862
+ value: 0.19759005
2863
+ objectReference: {fileID: 0}
2864
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2865
+ type: 3}
2866
+ propertyPath: m_LocalScale.z
2867
+ value: 0.19759005
2868
+ objectReference: {fileID: 0}
2869
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2870
+ type: 3}
2871
+ propertyPath: m_LocalPosition.x
2872
+ value: -0.238
2873
+ objectReference: {fileID: 0}
2874
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2875
+ type: 3}
2876
+ propertyPath: m_LocalPosition.y
2877
+ value: 1.866
2878
+ objectReference: {fileID: 0}
2879
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2880
+ type: 3}
2881
+ propertyPath: m_LocalPosition.z
2882
+ value: -0.7159996
2883
+ objectReference: {fileID: 0}
2884
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2885
+ type: 3}
2886
+ propertyPath: m_LocalRotation.w
2887
+ value: -0.7071068
2888
+ objectReference: {fileID: 0}
2889
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2890
+ type: 3}
2891
+ propertyPath: m_LocalRotation.x
2892
+ value: -0
2893
+ objectReference: {fileID: 0}
2894
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2895
+ type: 3}
2896
+ propertyPath: m_LocalRotation.y
2897
+ value: 0.7071068
2898
+ objectReference: {fileID: 0}
2899
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2900
+ type: 3}
2901
+ propertyPath: m_LocalRotation.z
2902
+ value: -0
2903
+ objectReference: {fileID: 0}
2904
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2905
+ type: 3}
2906
+ propertyPath: m_LocalEulerAnglesHint.x
2907
+ value: 0
2908
+ objectReference: {fileID: 0}
2909
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2910
+ type: 3}
2911
+ propertyPath: m_LocalEulerAnglesHint.y
2912
+ value: 180
2913
+ objectReference: {fileID: 0}
2914
+ - target: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2915
+ type: 3}
2916
+ propertyPath: m_LocalEulerAnglesHint.z
2917
+ value: 0
2918
+ objectReference: {fileID: 0}
2919
+ - target: {fileID: 7520347951380218598, guid: cca5e4e0da45560479c022557d04fa1d,
2920
+ type: 3}
2921
+ propertyPath: prewarm
2922
+ value: 0
2923
+ objectReference: {fileID: 0}
2924
+ - target: {fileID: 7520347951380218598, guid: cca5e4e0da45560479c022557d04fa1d,
2925
+ type: 3}
2926
+ propertyPath: playOnAwake
2927
+ value: 0
2928
+ objectReference: {fileID: 0}
2929
+ - target: {fileID: 7606424657617587099, guid: cca5e4e0da45560479c022557d04fa1d,
2930
+ type: 3}
2931
+ propertyPath: m_InteractionManager
2932
+ value:
2933
+ objectReference: {fileID: 0}
2934
+ m_RemovedComponents: []
2935
+ m_SourcePrefab: {fileID: 100100000, guid: cca5e4e0da45560479c022557d04fa1d, type: 3}
2936
+ --- !u!4 &7465728943068280088 stripped
2937
+ Transform:
2938
+ m_CorrespondingSourceObject: {fileID: 4498450296475097182, guid: cca5e4e0da45560479c022557d04fa1d,
2939
+ type: 3}
2940
+ m_PrefabInstance: {fileID: 6482417499404627270}
2941
+ m_PrefabAsset: {fileID: 0}