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,2018 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!29 &1
4
+ OcclusionCullingSettings:
5
+ m_ObjectHideFlags: 0
6
+ serializedVersion: 2
7
+ m_OcclusionBakeSettings:
8
+ smallestOccluder: 5
9
+ smallestHole: 0.25
10
+ backfaceThreshold: 100
11
+ m_SceneGUID: 00000000000000000000000000000000
12
+ m_OcclusionCullingData: {fileID: 0}
13
+ --- !u!104 &2
14
+ RenderSettings:
15
+ m_ObjectHideFlags: 0
16
+ serializedVersion: 9
17
+ m_Fog: 0
18
+ m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
19
+ m_FogMode: 3
20
+ m_FogDensity: 0.01
21
+ m_LinearFogStart: 0
22
+ m_LinearFogEnd: 300
23
+ m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1}
24
+ m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
25
+ m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
26
+ m_AmbientIntensity: 1
27
+ m_AmbientMode: 0
28
+ m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
29
+ m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0}
30
+ m_HaloStrength: 0.5
31
+ m_FlareStrength: 1
32
+ m_FlareFadeSpeed: 3
33
+ m_HaloTexture: {fileID: 0}
34
+ m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
35
+ m_DefaultReflectionMode: 0
36
+ m_DefaultReflectionResolution: 128
37
+ m_ReflectionBounces: 1
38
+ m_ReflectionIntensity: 1
39
+ m_CustomReflection: {fileID: 0}
40
+ m_Sun: {fileID: 0}
41
+ m_IndirectSpecularColor: {r: 0.450823, g: 0.50073993, b: 0.57469755, a: 1}
42
+ m_UseRadianceAmbientProbe: 0
43
+ --- !u!157 &3
44
+ LightmapSettings:
45
+ m_ObjectHideFlags: 0
46
+ serializedVersion: 11
47
+ m_GIWorkflowMode: 1
48
+ m_GISettings:
49
+ serializedVersion: 2
50
+ m_BounceScale: 1
51
+ m_IndirectOutputScale: 1
52
+ m_AlbedoBoost: 1
53
+ m_EnvironmentLightingMode: 0
54
+ m_EnableBakedLightmaps: 1
55
+ m_EnableRealtimeLightmaps: 0
56
+ m_LightmapEditorSettings:
57
+ serializedVersion: 12
58
+ m_Resolution: 2
59
+ m_BakeResolution: 40
60
+ m_AtlasSize: 1024
61
+ m_AO: 0
62
+ m_AOMaxDistance: 1
63
+ m_CompAOExponent: 1
64
+ m_CompAOExponentDirect: 0
65
+ m_ExtractAmbientOcclusion: 0
66
+ m_Padding: 2
67
+ m_LightmapParameters: {fileID: 0}
68
+ m_LightmapsBakeMode: 1
69
+ m_TextureCompression: 1
70
+ m_FinalGather: 0
71
+ m_FinalGatherFiltering: 1
72
+ m_FinalGatherRayCount: 256
73
+ m_ReflectionCompression: 2
74
+ m_MixedBakeMode: 2
75
+ m_BakeBackend: 1
76
+ m_PVRSampling: 1
77
+ m_PVRDirectSampleCount: 32
78
+ m_PVRSampleCount: 500
79
+ m_PVRBounces: 2
80
+ m_PVREnvironmentSampleCount: 500
81
+ m_PVREnvironmentReferencePointCount: 2048
82
+ m_PVRFilteringMode: 2
83
+ m_PVRDenoiserTypeDirect: 0
84
+ m_PVRDenoiserTypeIndirect: 0
85
+ m_PVRDenoiserTypeAO: 0
86
+ m_PVRFilterTypeDirect: 0
87
+ m_PVRFilterTypeIndirect: 0
88
+ m_PVRFilterTypeAO: 0
89
+ m_PVREnvironmentMIS: 0
90
+ m_PVRCulling: 1
91
+ m_PVRFilteringGaussRadiusDirect: 1
92
+ m_PVRFilteringGaussRadiusIndirect: 5
93
+ m_PVRFilteringGaussRadiusAO: 2
94
+ m_PVRFilteringAtrousPositionSigmaDirect: 0.5
95
+ m_PVRFilteringAtrousPositionSigmaIndirect: 2
96
+ m_PVRFilteringAtrousPositionSigmaAO: 1
97
+ m_ExportTrainingData: 0
98
+ m_TrainingDataDestination: TrainingData
99
+ m_LightProbeSampleCountMultiplier: 4
100
+ m_LightingDataAsset: {fileID: 112000000, guid: af364fe2ff8039a499609d10b4a09bdf,
101
+ type: 2}
102
+ m_UseShadowmask: 0
103
+ --- !u!196 &4
104
+ NavMeshSettings:
105
+ serializedVersion: 2
106
+ m_ObjectHideFlags: 0
107
+ m_BuildSettings:
108
+ serializedVersion: 2
109
+ agentTypeID: 0
110
+ agentRadius: 0.5
111
+ agentHeight: 2
112
+ agentSlope: 45
113
+ agentClimb: 0.4
114
+ ledgeDropHeight: 0
115
+ maxJumpAcrossDistance: 0
116
+ minRegionArea: 2
117
+ manualCellSize: 0
118
+ cellSize: 0.16666667
119
+ manualTileSize: 0
120
+ tileSize: 256
121
+ accuratePlacement: 0
122
+ debug:
123
+ m_Flags: 0
124
+ m_NavMeshData: {fileID: 0}
125
+ --- !u!1 &82396380
126
+ GameObject:
127
+ m_ObjectHideFlags: 0
128
+ m_CorrespondingSourceObject: {fileID: 0}
129
+ m_PrefabInstance: {fileID: 0}
130
+ m_PrefabAsset: {fileID: 0}
131
+ serializedVersion: 6
132
+ m_Component:
133
+ - component: {fileID: 82396381}
134
+ m_Layer: 0
135
+ m_Name:
136
+ m_TagString: Untagged
137
+ m_Icon: {fileID: 0}
138
+ m_NavMeshLayer: 0
139
+ m_StaticEditorFlags: 0
140
+ m_IsActive: 1
141
+ --- !u!4 &82396381
142
+ Transform:
143
+ m_ObjectHideFlags: 0
144
+ m_CorrespondingSourceObject: {fileID: 0}
145
+ m_PrefabInstance: {fileID: 0}
146
+ m_PrefabAsset: {fileID: 0}
147
+ m_GameObject: {fileID: 82396380}
148
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
149
+ m_LocalPosition: {x: 0, y: 0, z: 0}
150
+ m_LocalScale: {x: 1, y: 1, z: 1}
151
+ m_Children: []
152
+ m_Father: {fileID: 0}
153
+ m_RootOrder: 6
154
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
155
+ --- !u!1 &124237529
156
+ GameObject:
157
+ m_ObjectHideFlags: 0
158
+ m_CorrespondingSourceObject: {fileID: 0}
159
+ m_PrefabInstance: {fileID: 0}
160
+ m_PrefabAsset: {fileID: 0}
161
+ serializedVersion: 6
162
+ m_Component:
163
+ - component: {fileID: 124237530}
164
+ m_Layer: 0
165
+ m_Name: UIs
166
+ m_TagString: Untagged
167
+ m_Icon: {fileID: 0}
168
+ m_NavMeshLayer: 0
169
+ m_StaticEditorFlags: 0
170
+ m_IsActive: 1
171
+ --- !u!4 &124237530
172
+ Transform:
173
+ m_ObjectHideFlags: 0
174
+ m_CorrespondingSourceObject: {fileID: 0}
175
+ m_PrefabInstance: {fileID: 0}
176
+ m_PrefabAsset: {fileID: 0}
177
+ m_GameObject: {fileID: 124237529}
178
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
179
+ m_LocalPosition: {x: 0, y: 0, z: 0}
180
+ m_LocalScale: {x: 1, y: 1, z: 1}
181
+ m_Children:
182
+ - {fileID: 1913470668}
183
+ m_Father: {fileID: 0}
184
+ m_RootOrder: 11
185
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
186
+ --- !u!1 &224860800
187
+ GameObject:
188
+ m_ObjectHideFlags: 0
189
+ m_CorrespondingSourceObject: {fileID: 0}
190
+ m_PrefabInstance: {fileID: 0}
191
+ m_PrefabAsset: {fileID: 0}
192
+ serializedVersion: 6
193
+ m_Component:
194
+ - component: {fileID: 224860801}
195
+ m_Layer: 0
196
+ m_Name: Example Content
197
+ m_TagString: Untagged
198
+ m_Icon: {fileID: 0}
199
+ m_NavMeshLayer: 0
200
+ m_StaticEditorFlags: 0
201
+ m_IsActive: 1
202
+ --- !u!4 &224860801
203
+ Transform:
204
+ m_ObjectHideFlags: 0
205
+ m_CorrespondingSourceObject: {fileID: 0}
206
+ m_PrefabInstance: {fileID: 0}
207
+ m_PrefabAsset: {fileID: 0}
208
+ m_GameObject: {fileID: 224860800}
209
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
210
+ m_LocalPosition: {x: 0, y: 0, z: 0}
211
+ m_LocalScale: {x: 1, y: 1, z: 1}
212
+ m_Children: []
213
+ m_Father: {fileID: 0}
214
+ m_RootOrder: 8
215
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
216
+ --- !u!1 &411219670
217
+ GameObject:
218
+ m_ObjectHideFlags: 0
219
+ m_CorrespondingSourceObject: {fileID: 0}
220
+ m_PrefabInstance: {fileID: 0}
221
+ m_PrefabAsset: {fileID: 0}
222
+ serializedVersion: 6
223
+ m_Component:
224
+ - component: {fileID: 411219671}
225
+ m_Layer: 0
226
+ m_Name: XRI Configuration
227
+ m_TagString: Untagged
228
+ m_Icon: {fileID: 0}
229
+ m_NavMeshLayer: 0
230
+ m_StaticEditorFlags: 0
231
+ m_IsActive: 1
232
+ --- !u!4 &411219671
233
+ Transform:
234
+ m_ObjectHideFlags: 0
235
+ m_CorrespondingSourceObject: {fileID: 0}
236
+ m_PrefabInstance: {fileID: 0}
237
+ m_PrefabAsset: {fileID: 0}
238
+ m_GameObject: {fileID: 411219670}
239
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
240
+ m_LocalPosition: {x: 0, y: 0, z: 0}
241
+ m_LocalScale: {x: 1, y: 1, z: 1}
242
+ m_Children: []
243
+ m_Father: {fileID: 0}
244
+ m_RootOrder: 1
245
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
246
+ --- !u!1 &504972528
247
+ GameObject:
248
+ m_ObjectHideFlags: 0
249
+ m_CorrespondingSourceObject: {fileID: 0}
250
+ m_PrefabInstance: {fileID: 0}
251
+ m_PrefabAsset: {fileID: 0}
252
+ serializedVersion: 6
253
+ m_Component:
254
+ - component: {fileID: 504972530}
255
+ - component: {fileID: 504972529}
256
+ m_Layer: 0
257
+ m_Name: XR Origin
258
+ m_TagString: Untagged
259
+ m_Icon: {fileID: 0}
260
+ m_NavMeshLayer: 0
261
+ m_StaticEditorFlags: 0
262
+ m_IsActive: 1
263
+ --- !u!114 &504972529
264
+ MonoBehaviour:
265
+ m_ObjectHideFlags: 0
266
+ m_CorrespondingSourceObject: {fileID: 0}
267
+ m_PrefabInstance: {fileID: 0}
268
+ m_PrefabAsset: {fileID: 0}
269
+ m_GameObject: {fileID: 504972528}
270
+ m_Enabled: 1
271
+ m_EditorHideFlags: 0
272
+ m_Script: {fileID: 11500000, guid: e0cb9aa70a22847b5925ee5f067c10a9, type: 3}
273
+ m_Name:
274
+ m_EditorClassIdentifier:
275
+ m_Camera: {fileID: 963194227}
276
+ m_OriginBaseGameObject: {fileID: 504972528}
277
+ m_CameraFloorOffsetObject: {fileID: 1754561180}
278
+ m_RequestedTrackingOriginMode: 0
279
+ m_CameraYOffset: 1.1176
280
+ --- !u!4 &504972530
281
+ Transform:
282
+ m_ObjectHideFlags: 0
283
+ m_CorrespondingSourceObject: {fileID: 0}
284
+ m_PrefabInstance: {fileID: 0}
285
+ m_PrefabAsset: {fileID: 0}
286
+ m_GameObject: {fileID: 504972528}
287
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
288
+ m_LocalPosition: {x: 0, y: 0, z: 0}
289
+ m_LocalScale: {x: 1, y: 1, z: 1}
290
+ m_Children:
291
+ - {fileID: 1754561181}
292
+ m_Father: {fileID: 0}
293
+ m_RootOrder: 5
294
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
295
+ --- !u!1001 &586660638
296
+ PrefabInstance:
297
+ m_ObjectHideFlags: 0
298
+ serializedVersion: 2
299
+ m_Modification:
300
+ m_TransformParent: {fileID: 0}
301
+ m_Modifications:
302
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
303
+ type: 3}
304
+ propertyPath: m_RootOrder
305
+ value: 3
306
+ objectReference: {fileID: 0}
307
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
308
+ type: 3}
309
+ propertyPath: m_LocalPosition.x
310
+ value: 0
311
+ objectReference: {fileID: 0}
312
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
313
+ type: 3}
314
+ propertyPath: m_LocalPosition.y
315
+ value: 0
316
+ objectReference: {fileID: 0}
317
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
318
+ type: 3}
319
+ propertyPath: m_LocalPosition.z
320
+ value: 0
321
+ objectReference: {fileID: 0}
322
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
323
+ type: 3}
324
+ propertyPath: m_LocalRotation.w
325
+ value: 1
326
+ objectReference: {fileID: 0}
327
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
328
+ type: 3}
329
+ propertyPath: m_LocalRotation.x
330
+ value: -0
331
+ objectReference: {fileID: 0}
332
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
333
+ type: 3}
334
+ propertyPath: m_LocalRotation.y
335
+ value: -0
336
+ objectReference: {fileID: 0}
337
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
338
+ type: 3}
339
+ propertyPath: m_LocalRotation.z
340
+ value: -0
341
+ objectReference: {fileID: 0}
342
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
343
+ type: 3}
344
+ propertyPath: m_LocalEulerAnglesHint.x
345
+ value: 0
346
+ objectReference: {fileID: 0}
347
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
348
+ type: 3}
349
+ propertyPath: m_LocalEulerAnglesHint.y
350
+ value: 0
351
+ objectReference: {fileID: 0}
352
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
353
+ type: 3}
354
+ propertyPath: m_LocalEulerAnglesHint.z
355
+ value: 0
356
+ objectReference: {fileID: 0}
357
+ - target: {fileID: 2716043965479607879, guid: 18acfc6d6f07a46429046e9df3790d5b,
358
+ type: 3}
359
+ propertyPath: m_Name
360
+ value: XR Interaction Manager
361
+ objectReference: {fileID: 0}
362
+ m_RemovedComponents: []
363
+ m_SourcePrefab: {fileID: 100100000, guid: 18acfc6d6f07a46429046e9df3790d5b, type: 3}
364
+ --- !u!1 &784249695
365
+ GameObject:
366
+ m_ObjectHideFlags: 0
367
+ m_CorrespondingSourceObject: {fileID: 0}
368
+ m_PrefabInstance: {fileID: 0}
369
+ m_PrefabAsset: {fileID: 0}
370
+ serializedVersion: 6
371
+ m_Component:
372
+ - component: {fileID: 784249699}
373
+ - component: {fileID: 784249698}
374
+ - component: {fileID: 784249697}
375
+ - component: {fileID: 784249696}
376
+ m_Layer: 0
377
+ m_Name: Locomotion System
378
+ m_TagString: Untagged
379
+ m_Icon: {fileID: 0}
380
+ m_NavMeshLayer: 0
381
+ m_StaticEditorFlags: 0
382
+ m_IsActive: 1
383
+ --- !u!114 &784249696
384
+ MonoBehaviour:
385
+ m_ObjectHideFlags: 0
386
+ m_CorrespondingSourceObject: {fileID: 0}
387
+ m_PrefabInstance: {fileID: 0}
388
+ m_PrefabAsset: {fileID: 0}
389
+ m_GameObject: {fileID: 784249695}
390
+ m_Enabled: 1
391
+ m_EditorHideFlags: 0
392
+ m_Script: {fileID: 11500000, guid: dc4f2c0214c9b494fa7eb5b8b2c02885, type: 3}
393
+ m_Name:
394
+ m_EditorClassIdentifier:
395
+ m_System: {fileID: 784249698}
396
+ m_TurnAmount: 45
397
+ m_DebounceTime: 0.5
398
+ m_EnableTurnLeftRight: 1
399
+ m_EnableTurnAround: 1
400
+ m_TurnUsage: 0
401
+ m_Controllers:
402
+ - {fileID: 893870070}
403
+ - {fileID: 1048047582}
404
+ m_DeadZone: 0.75
405
+ --- !u!114 &784249697
406
+ MonoBehaviour:
407
+ m_ObjectHideFlags: 0
408
+ m_CorrespondingSourceObject: {fileID: 0}
409
+ m_PrefabInstance: {fileID: 0}
410
+ m_PrefabAsset: {fileID: 0}
411
+ m_GameObject: {fileID: 784249695}
412
+ m_Enabled: 1
413
+ m_EditorHideFlags: 0
414
+ m_Script: {fileID: 11500000, guid: 01f69dc1cb084aa42b2f2f8cd87bc770, type: 3}
415
+ m_Name:
416
+ m_EditorClassIdentifier:
417
+ m_System: {fileID: 784249698}
418
+ --- !u!114 &784249698
419
+ MonoBehaviour:
420
+ m_ObjectHideFlags: 0
421
+ m_CorrespondingSourceObject: {fileID: 0}
422
+ m_PrefabInstance: {fileID: 0}
423
+ m_PrefabAsset: {fileID: 0}
424
+ m_GameObject: {fileID: 784249695}
425
+ m_Enabled: 1
426
+ m_EditorHideFlags: 0
427
+ m_Script: {fileID: 11500000, guid: 03a5df2202a8b96488c744be3bd0c33e, type: 3}
428
+ m_Name:
429
+ m_EditorClassIdentifier:
430
+ m_Timeout: 10
431
+ m_XROrigin: {fileID: 0}
432
+ --- !u!4 &784249699
433
+ Transform:
434
+ m_ObjectHideFlags: 0
435
+ m_CorrespondingSourceObject: {fileID: 0}
436
+ m_PrefabInstance: {fileID: 0}
437
+ m_PrefabAsset: {fileID: 0}
438
+ m_GameObject: {fileID: 784249695}
439
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
440
+ m_LocalPosition: {x: 0, y: 0, z: 0}
441
+ m_LocalScale: {x: 1, y: 1, z: 1}
442
+ m_Children: []
443
+ m_Father: {fileID: 0}
444
+ m_RootOrder: 4
445
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
446
+ --- !u!1 &893870065
447
+ GameObject:
448
+ m_ObjectHideFlags: 0
449
+ m_CorrespondingSourceObject: {fileID: 0}
450
+ m_PrefabInstance: {fileID: 0}
451
+ m_PrefabAsset: {fileID: 0}
452
+ serializedVersion: 6
453
+ m_Component:
454
+ - component: {fileID: 893870066}
455
+ - component: {fileID: 893870070}
456
+ - component: {fileID: 893870069}
457
+ - component: {fileID: 893870068}
458
+ - component: {fileID: 893870067}
459
+ m_Layer: 0
460
+ m_Name: LeftHand Controller
461
+ m_TagString: Untagged
462
+ m_Icon: {fileID: 0}
463
+ m_NavMeshLayer: 0
464
+ m_StaticEditorFlags: 0
465
+ m_IsActive: 1
466
+ --- !u!4 &893870066
467
+ Transform:
468
+ m_ObjectHideFlags: 0
469
+ m_CorrespondingSourceObject: {fileID: 0}
470
+ m_PrefabInstance: {fileID: 0}
471
+ m_PrefabAsset: {fileID: 0}
472
+ m_GameObject: {fileID: 893870065}
473
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
474
+ m_LocalPosition: {x: 0, y: 0, z: 0}
475
+ m_LocalScale: {x: 1, y: 1, z: 1}
476
+ m_Children: []
477
+ m_Father: {fileID: 1754561181}
478
+ m_RootOrder: 1
479
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
480
+ --- !u!114 &893870067
481
+ MonoBehaviour:
482
+ m_ObjectHideFlags: 0
483
+ m_CorrespondingSourceObject: {fileID: 0}
484
+ m_PrefabInstance: {fileID: 0}
485
+ m_PrefabAsset: {fileID: 0}
486
+ m_GameObject: {fileID: 893870065}
487
+ m_Enabled: 1
488
+ m_EditorHideFlags: 0
489
+ m_Script: {fileID: 11500000, guid: e988983f96fe1dd48800bcdfc82f23e9, type: 3}
490
+ m_Name:
491
+ m_EditorClassIdentifier:
492
+ m_LineWidth: 0.02
493
+ m_OverrideInteractorLineLength: 1
494
+ m_LineLength: 10
495
+ m_WidthCurve:
496
+ serializedVersion: 2
497
+ m_Curve:
498
+ - serializedVersion: 3
499
+ time: 0
500
+ value: 1
501
+ inSlope: 0
502
+ outSlope: 0
503
+ tangentMode: 0
504
+ weightedMode: 0
505
+ inWeight: 0
506
+ outWeight: 0
507
+ - serializedVersion: 3
508
+ time: 1
509
+ value: 1
510
+ inSlope: 0
511
+ outSlope: 0
512
+ tangentMode: 0
513
+ weightedMode: 0
514
+ inWeight: 0
515
+ outWeight: 0
516
+ m_PreInfinity: 2
517
+ m_PostInfinity: 2
518
+ m_RotationOrder: 4
519
+ m_ValidColorGradient:
520
+ serializedVersion: 2
521
+ key0: {r: 1, g: 1, b: 1, a: 1}
522
+ key1: {r: 1, g: 1, b: 1, a: 1}
523
+ key2: {r: 0, g: 0, b: 0, a: 0}
524
+ key3: {r: 0, g: 0, b: 0, a: 0}
525
+ key4: {r: 0, g: 0, b: 0, a: 0}
526
+ key5: {r: 0, g: 0, b: 0, a: 0}
527
+ key6: {r: 0, g: 0, b: 0, a: 0}
528
+ key7: {r: 0, g: 0, b: 0, a: 0}
529
+ ctime0: 0
530
+ ctime1: 65535
531
+ ctime2: 0
532
+ ctime3: 0
533
+ ctime4: 0
534
+ ctime5: 0
535
+ ctime6: 0
536
+ ctime7: 0
537
+ atime0: 0
538
+ atime1: 65535
539
+ atime2: 0
540
+ atime3: 0
541
+ atime4: 0
542
+ atime5: 0
543
+ atime6: 0
544
+ atime7: 0
545
+ m_Mode: 0
546
+ m_NumColorKeys: 2
547
+ m_NumAlphaKeys: 2
548
+ m_InvalidColorGradient:
549
+ serializedVersion: 2
550
+ key0: {r: 1, g: 0, b: 0, a: 1}
551
+ key1: {r: 1, g: 0, b: 0, a: 1}
552
+ key2: {r: 0, g: 0, b: 0, a: 0}
553
+ key3: {r: 0, g: 0, b: 0, a: 0}
554
+ key4: {r: 0, g: 0, b: 0, a: 0}
555
+ key5: {r: 0, g: 0, b: 0, a: 0}
556
+ key6: {r: 0, g: 0, b: 0, a: 0}
557
+ key7: {r: 0, g: 0, b: 0, a: 0}
558
+ ctime0: 0
559
+ ctime1: 65535
560
+ ctime2: 0
561
+ ctime3: 0
562
+ ctime4: 0
563
+ ctime5: 0
564
+ ctime6: 0
565
+ ctime7: 0
566
+ atime0: 0
567
+ atime1: 65535
568
+ atime2: 0
569
+ atime3: 0
570
+ atime4: 0
571
+ atime5: 0
572
+ atime6: 0
573
+ atime7: 0
574
+ m_Mode: 0
575
+ m_NumColorKeys: 2
576
+ m_NumAlphaKeys: 2
577
+ m_SmoothMovement: 0
578
+ m_FollowTightness: 10
579
+ m_SnapThresholdDistance: 10
580
+ m_Reticle: {fileID: 0}
581
+ m_StopLineAtFirstRaycastHit: 1
582
+ --- !u!120 &893870068
583
+ LineRenderer:
584
+ m_ObjectHideFlags: 0
585
+ m_CorrespondingSourceObject: {fileID: 0}
586
+ m_PrefabInstance: {fileID: 0}
587
+ m_PrefabAsset: {fileID: 0}
588
+ m_GameObject: {fileID: 893870065}
589
+ m_Enabled: 1
590
+ m_CastShadows: 0
591
+ m_ReceiveShadows: 0
592
+ m_DynamicOccludee: 1
593
+ m_MotionVectors: 0
594
+ m_LightProbeUsage: 0
595
+ m_ReflectionProbeUsage: 0
596
+ m_RayTracingMode: 0
597
+ m_RenderingLayerMask: 1
598
+ m_RendererPriority: 0
599
+ m_Materials:
600
+ - {fileID: 10306, guid: 0000000000000000f000000000000000, type: 0}
601
+ m_StaticBatchInfo:
602
+ firstSubMesh: 0
603
+ subMeshCount: 0
604
+ m_StaticBatchRoot: {fileID: 0}
605
+ m_ProbeAnchor: {fileID: 0}
606
+ m_LightProbeVolumeOverride: {fileID: 0}
607
+ m_ScaleInLightmap: 1
608
+ m_ReceiveGI: 1
609
+ m_PreserveUVs: 0
610
+ m_IgnoreNormalsForChartDetection: 0
611
+ m_ImportantGI: 0
612
+ m_StitchLightmapSeams: 1
613
+ m_SelectedEditorRenderState: 3
614
+ m_MinimumChartSize: 4
615
+ m_AutoUVMaxDistance: 0.5
616
+ m_AutoUVMaxAngle: 89
617
+ m_LightmapParameters: {fileID: 0}
618
+ m_SortingLayerID: 0
619
+ m_SortingLayer: 0
620
+ m_SortingOrder: 5
621
+ m_Positions: []
622
+ m_Parameters:
623
+ serializedVersion: 3
624
+ widthMultiplier: 0.02
625
+ widthCurve:
626
+ serializedVersion: 2
627
+ m_Curve:
628
+ - serializedVersion: 3
629
+ time: 0
630
+ value: 1
631
+ inSlope: 0
632
+ outSlope: 0
633
+ tangentMode: 0
634
+ weightedMode: 0
635
+ inWeight: 0
636
+ outWeight: 0
637
+ - serializedVersion: 3
638
+ time: 1
639
+ value: 1
640
+ inSlope: 0
641
+ outSlope: 0
642
+ tangentMode: 0
643
+ weightedMode: 0
644
+ inWeight: 0
645
+ outWeight: 0
646
+ m_PreInfinity: 2
647
+ m_PostInfinity: 2
648
+ m_RotationOrder: 4
649
+ colorGradient:
650
+ serializedVersion: 2
651
+ key0: {r: 0, g: 0, b: 1, a: 1}
652
+ key1: {r: 0, g: 0, b: 1, a: 1}
653
+ key2: {r: 0, g: 0, b: 0, a: 0}
654
+ key3: {r: 0, g: 0, b: 0, a: 0}
655
+ key4: {r: 0, g: 0, b: 0, a: 0}
656
+ key5: {r: 0, g: 0, b: 0, a: 0}
657
+ key6: {r: 0, g: 0, b: 0, a: 0}
658
+ key7: {r: 0, g: 0, b: 0, a: 0}
659
+ ctime0: 0
660
+ ctime1: 65535
661
+ ctime2: 0
662
+ ctime3: 0
663
+ ctime4: 0
664
+ ctime5: 0
665
+ ctime6: 0
666
+ ctime7: 0
667
+ atime0: 0
668
+ atime1: 65535
669
+ atime2: 0
670
+ atime3: 0
671
+ atime4: 0
672
+ atime5: 0
673
+ atime6: 0
674
+ atime7: 0
675
+ m_Mode: 0
676
+ m_NumColorKeys: 2
677
+ m_NumAlphaKeys: 2
678
+ numCornerVertices: 4
679
+ numCapVertices: 4
680
+ alignment: 0
681
+ textureMode: 0
682
+ shadowBias: 0.5
683
+ generateLightingData: 0
684
+ m_UseWorldSpace: 1
685
+ m_Loop: 0
686
+ --- !u!114 &893870069
687
+ MonoBehaviour:
688
+ m_ObjectHideFlags: 0
689
+ m_CorrespondingSourceObject: {fileID: 0}
690
+ m_PrefabInstance: {fileID: 0}
691
+ m_PrefabAsset: {fileID: 0}
692
+ m_GameObject: {fileID: 893870065}
693
+ m_Enabled: 1
694
+ m_EditorHideFlags: 0
695
+ m_Script: {fileID: 11500000, guid: 6803edce0201f574f923fd9d10e5b30a, type: 3}
696
+ m_Name:
697
+ m_EditorClassIdentifier:
698
+ m_InteractionManager: {fileID: 0}
699
+ m_InteractionLayerMask:
700
+ serializedVersion: 2
701
+ m_Bits: 4294967295
702
+ m_InteractionLayers:
703
+ m_Bits: 4294967295
704
+ m_AttachTransform: {fileID: 0}
705
+ m_KeepSelectedTargetValid: 1
706
+ m_StartingSelectedInteractable: {fileID: 0}
707
+ m_HoverEntered:
708
+ m_PersistentCalls:
709
+ m_Calls: []
710
+ m_HoverExited:
711
+ m_PersistentCalls:
712
+ m_Calls: []
713
+ m_SelectEntered:
714
+ m_PersistentCalls:
715
+ m_Calls: []
716
+ m_SelectExited:
717
+ m_PersistentCalls:
718
+ m_Calls: []
719
+ m_OnHoverEntered:
720
+ m_PersistentCalls:
721
+ m_Calls: []
722
+ m_OnHoverExited:
723
+ m_PersistentCalls:
724
+ m_Calls: []
725
+ m_OnSelectEntered:
726
+ m_PersistentCalls:
727
+ m_Calls: []
728
+ m_OnSelectExited:
729
+ m_PersistentCalls:
730
+ m_Calls: []
731
+ m_SelectActionTrigger: 1
732
+ m_HideControllerOnSelect: 0
733
+ m_AllowHoveredActivate: 0
734
+ m_PlayAudioClipOnSelectEntered: 0
735
+ m_AudioClipForOnSelectEntered: {fileID: 0}
736
+ m_PlayAudioClipOnSelectExited: 0
737
+ m_AudioClipForOnSelectExited: {fileID: 0}
738
+ m_PlayAudioClipOnSelectCanceled: 0
739
+ m_AudioClipForOnSelectCanceled: {fileID: 0}
740
+ m_PlayAudioClipOnHoverEntered: 0
741
+ m_AudioClipForOnHoverEntered: {fileID: 0}
742
+ m_PlayAudioClipOnHoverExited: 0
743
+ m_AudioClipForOnHoverExited: {fileID: 0}
744
+ m_PlayAudioClipOnHoverCanceled: 0
745
+ m_AudioClipForOnHoverCanceled: {fileID: 0}
746
+ m_PlayHapticsOnSelectEntered: 0
747
+ m_HapticSelectEnterIntensity: 0
748
+ m_HapticSelectEnterDuration: 0
749
+ m_PlayHapticsOnSelectExited: 0
750
+ m_HapticSelectExitIntensity: 0
751
+ m_HapticSelectExitDuration: 0
752
+ m_PlayHapticsOnSelectCanceled: 0
753
+ m_HapticSelectCancelIntensity: 0
754
+ m_HapticSelectCancelDuration: 0
755
+ m_PlayHapticsOnHoverEntered: 0
756
+ m_HapticHoverEnterIntensity: 0
757
+ m_HapticHoverEnterDuration: 0
758
+ m_PlayHapticsOnHoverExited: 0
759
+ m_HapticHoverExitIntensity: 0
760
+ m_HapticHoverExitDuration: 0
761
+ m_PlayHapticsOnHoverCanceled: 0
762
+ m_HapticHoverCancelIntensity: 0
763
+ m_HapticHoverCancelDuration: 0
764
+ m_LineType: 0
765
+ m_BlendVisualLinePoints: 1
766
+ m_MaxRaycastDistance: 30
767
+ m_RayOriginTransform: {fileID: 0}
768
+ m_ReferenceFrame: {fileID: 0}
769
+ m_Velocity: 16
770
+ m_Acceleration: 9.8
771
+ m_AdditionalGroundHeight: 0.1
772
+ m_AdditionalFlightTime: 0.5
773
+ m_EndPointDistance: 30
774
+ m_EndPointHeight: -10
775
+ m_ControlPointDistance: 10
776
+ m_ControlPointHeight: 5
777
+ m_SampleFrequency: 20
778
+ m_HitDetectionType: 0
779
+ m_SphereCastRadius: 0
780
+ m_RaycastMask:
781
+ serializedVersion: 2
782
+ m_Bits: 4294967295
783
+ m_RaycastTriggerInteraction: 1
784
+ m_HitClosestOnly: 0
785
+ m_HoverToSelect: 0
786
+ m_HoverTimeToSelect: 0.5
787
+ m_EnableUIInteraction: 1
788
+ m_AllowAnchorControl: 0
789
+ m_UseForceGrab: 0
790
+ m_RotateSpeed: 180
791
+ m_TranslateSpeed: 5
792
+ m_AnchorRotateReferenceFrame: {fileID: 0}
793
+ --- !u!114 &893870070
794
+ MonoBehaviour:
795
+ m_ObjectHideFlags: 0
796
+ m_CorrespondingSourceObject: {fileID: 0}
797
+ m_PrefabInstance: {fileID: 0}
798
+ m_PrefabAsset: {fileID: 0}
799
+ m_GameObject: {fileID: 893870065}
800
+ m_Enabled: 1
801
+ m_EditorHideFlags: 0
802
+ m_Script: {fileID: 11500000, guid: 1ae26e19cd956134bbdf3c6f65bf393a, type: 3}
803
+ m_Name:
804
+ m_EditorClassIdentifier:
805
+ m_UpdateTrackingType: 0
806
+ m_EnableInputTracking: 1
807
+ m_EnableInputActions: 1
808
+ m_ModelPrefab: {fileID: 1306640934352848695, guid: 902b196ba17fa284bae10bdc5878a72d,
809
+ type: 3}
810
+ m_ModelParent: {fileID: 0}
811
+ m_Model: {fileID: 0}
812
+ m_AnimateModel: 0
813
+ m_ModelSelectTransition:
814
+ m_ModelDeSelectTransition:
815
+ m_ControllerNode: 4
816
+ m_SelectUsage: 3
817
+ m_ActivateUsage: 2
818
+ m_UIPressUsage: 2
819
+ m_AxisToPressThreshold: 0.1
820
+ m_RotateAnchorLeft: 16
821
+ m_RotateAnchorRight: 17
822
+ m_MoveObjectIn: 14
823
+ m_MoveObjectOut: 15
824
+ m_PoseProvider: {fileID: 0}
825
+ --- !u!1 &933852785
826
+ GameObject:
827
+ m_ObjectHideFlags: 0
828
+ m_CorrespondingSourceObject: {fileID: 0}
829
+ m_PrefabInstance: {fileID: 0}
830
+ m_PrefabAsset: {fileID: 0}
831
+ serializedVersion: 6
832
+ m_Component:
833
+ - component: {fileID: 933852789}
834
+ - component: {fileID: 933852788}
835
+ - component: {fileID: 933852787}
836
+ - component: {fileID: 933852786}
837
+ - component: {fileID: 933852790}
838
+ m_Layer: 0
839
+ m_Name: TeleportationAreaSimple
840
+ m_TagString: Untagged
841
+ m_Icon: {fileID: 0}
842
+ m_NavMeshLayer: 0
843
+ m_StaticEditorFlags: 0
844
+ m_IsActive: 1
845
+ --- !u!65 &933852786
846
+ BoxCollider:
847
+ m_ObjectHideFlags: 0
848
+ m_CorrespondingSourceObject: {fileID: 0}
849
+ m_PrefabInstance: {fileID: 0}
850
+ m_PrefabAsset: {fileID: 0}
851
+ m_GameObject: {fileID: 933852785}
852
+ m_Material: {fileID: 0}
853
+ m_IsTrigger: 0
854
+ m_Enabled: 1
855
+ serializedVersion: 2
856
+ m_Size: {x: 1, y: 1, z: 1}
857
+ m_Center: {x: 0, y: 0, z: 0}
858
+ --- !u!23 &933852787
859
+ MeshRenderer:
860
+ m_ObjectHideFlags: 0
861
+ m_CorrespondingSourceObject: {fileID: 0}
862
+ m_PrefabInstance: {fileID: 0}
863
+ m_PrefabAsset: {fileID: 0}
864
+ m_GameObject: {fileID: 933852785}
865
+ m_Enabled: 1
866
+ m_CastShadows: 1
867
+ m_ReceiveShadows: 1
868
+ m_DynamicOccludee: 1
869
+ m_MotionVectors: 1
870
+ m_LightProbeUsage: 1
871
+ m_ReflectionProbeUsage: 1
872
+ m_RayTracingMode: 2
873
+ m_RenderingLayerMask: 1
874
+ m_RendererPriority: 0
875
+ m_Materials:
876
+ - {fileID: 2100000, guid: a348394afb5a4c94995958a8f3aecd26, type: 2}
877
+ m_StaticBatchInfo:
878
+ firstSubMesh: 0
879
+ subMeshCount: 0
880
+ m_StaticBatchRoot: {fileID: 0}
881
+ m_ProbeAnchor: {fileID: 0}
882
+ m_LightProbeVolumeOverride: {fileID: 0}
883
+ m_ScaleInLightmap: 1
884
+ m_ReceiveGI: 1
885
+ m_PreserveUVs: 0
886
+ m_IgnoreNormalsForChartDetection: 0
887
+ m_ImportantGI: 0
888
+ m_StitchLightmapSeams: 1
889
+ m_SelectedEditorRenderState: 3
890
+ m_MinimumChartSize: 4
891
+ m_AutoUVMaxDistance: 0.5
892
+ m_AutoUVMaxAngle: 89
893
+ m_LightmapParameters: {fileID: 0}
894
+ m_SortingLayerID: 0
895
+ m_SortingLayer: 0
896
+ m_SortingOrder: 0
897
+ --- !u!33 &933852788
898
+ MeshFilter:
899
+ m_ObjectHideFlags: 0
900
+ m_CorrespondingSourceObject: {fileID: 0}
901
+ m_PrefabInstance: {fileID: 0}
902
+ m_PrefabAsset: {fileID: 0}
903
+ m_GameObject: {fileID: 933852785}
904
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
905
+ --- !u!4 &933852789
906
+ Transform:
907
+ m_ObjectHideFlags: 0
908
+ m_CorrespondingSourceObject: {fileID: 0}
909
+ m_PrefabInstance: {fileID: 0}
910
+ m_PrefabAsset: {fileID: 0}
911
+ m_GameObject: {fileID: 933852785}
912
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
913
+ m_LocalPosition: {x: 0, y: -0.4, z: 1}
914
+ m_LocalScale: {x: 10, y: 0.02, z: 10}
915
+ m_Children: []
916
+ m_Father: {fileID: 0}
917
+ m_RootOrder: 12
918
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
919
+ --- !u!114 &933852790
920
+ MonoBehaviour:
921
+ m_ObjectHideFlags: 0
922
+ m_CorrespondingSourceObject: {fileID: 0}
923
+ m_PrefabInstance: {fileID: 0}
924
+ m_PrefabAsset: {fileID: 0}
925
+ m_GameObject: {fileID: 933852785}
926
+ m_Enabled: 1
927
+ m_EditorHideFlags: 0
928
+ m_Script: {fileID: 11500000, guid: 38f6bf3d943ac7945842268c9ef1dca6, type: 3}
929
+ m_Name:
930
+ m_EditorClassIdentifier:
931
+ m_InteractionManager: {fileID: 0}
932
+ m_Colliders: []
933
+ m_InteractionLayerMask:
934
+ serializedVersion: 2
935
+ m_Bits: 4294967295
936
+ m_InteractionLayers:
937
+ m_Bits: 4294967295
938
+ m_SelectMode: 1
939
+ m_CustomReticle: {fileID: 0}
940
+ m_FirstHoverEntered:
941
+ m_PersistentCalls:
942
+ m_Calls: []
943
+ m_LastHoverExited:
944
+ m_PersistentCalls:
945
+ m_Calls: []
946
+ m_HoverEntered:
947
+ m_PersistentCalls:
948
+ m_Calls: []
949
+ m_HoverExited:
950
+ m_PersistentCalls:
951
+ m_Calls: []
952
+ m_FirstSelectEntered:
953
+ m_PersistentCalls:
954
+ m_Calls: []
955
+ m_LastSelectExited:
956
+ m_PersistentCalls:
957
+ m_Calls: []
958
+ m_SelectEntered:
959
+ m_PersistentCalls:
960
+ m_Calls: []
961
+ m_SelectExited:
962
+ m_PersistentCalls:
963
+ m_Calls: []
964
+ m_Activated:
965
+ m_PersistentCalls:
966
+ m_Calls: []
967
+ m_Deactivated:
968
+ m_PersistentCalls:
969
+ m_Calls: []
970
+ m_OnFirstHoverEntered:
971
+ m_PersistentCalls:
972
+ m_Calls: []
973
+ m_OnLastHoverExited:
974
+ m_PersistentCalls:
975
+ m_Calls: []
976
+ m_OnHoverEntered:
977
+ m_PersistentCalls:
978
+ m_Calls: []
979
+ m_OnHoverExited:
980
+ m_PersistentCalls:
981
+ m_Calls: []
982
+ m_OnSelectEntered:
983
+ m_PersistentCalls:
984
+ m_Calls: []
985
+ m_OnSelectExited:
986
+ m_PersistentCalls:
987
+ m_Calls: []
988
+ m_OnSelectCanceled:
989
+ m_PersistentCalls:
990
+ m_Calls: []
991
+ m_OnActivate:
992
+ m_PersistentCalls:
993
+ m_Calls: []
994
+ m_OnDeactivate:
995
+ m_PersistentCalls:
996
+ m_Calls: []
997
+ m_TeleportationProvider: {fileID: 0}
998
+ m_MatchOrientation: 0
999
+ m_TeleportTrigger: 0
1000
+ m_Teleporting:
1001
+ m_PersistentCalls:
1002
+ m_Calls: []
1003
+ --- !u!1 &963194225
1004
+ GameObject:
1005
+ m_ObjectHideFlags: 0
1006
+ m_CorrespondingSourceObject: {fileID: 0}
1007
+ m_PrefabInstance: {fileID: 0}
1008
+ m_PrefabAsset: {fileID: 0}
1009
+ serializedVersion: 6
1010
+ m_Component:
1011
+ - component: {fileID: 963194228}
1012
+ - component: {fileID: 963194227}
1013
+ - component: {fileID: 963194226}
1014
+ - component: {fileID: 963194229}
1015
+ - component: {fileID: 963194230}
1016
+ m_Layer: 0
1017
+ m_Name: Main Camera
1018
+ m_TagString: MainCamera
1019
+ m_Icon: {fileID: 0}
1020
+ m_NavMeshLayer: 0
1021
+ m_StaticEditorFlags: 0
1022
+ m_IsActive: 1
1023
+ --- !u!81 &963194226
1024
+ AudioListener:
1025
+ m_ObjectHideFlags: 0
1026
+ m_CorrespondingSourceObject: {fileID: 0}
1027
+ m_PrefabInstance: {fileID: 0}
1028
+ m_PrefabAsset: {fileID: 0}
1029
+ m_GameObject: {fileID: 963194225}
1030
+ m_Enabled: 1
1031
+ --- !u!20 &963194227
1032
+ Camera:
1033
+ m_ObjectHideFlags: 0
1034
+ m_CorrespondingSourceObject: {fileID: 0}
1035
+ m_PrefabInstance: {fileID: 0}
1036
+ m_PrefabAsset: {fileID: 0}
1037
+ m_GameObject: {fileID: 963194225}
1038
+ m_Enabled: 1
1039
+ serializedVersion: 2
1040
+ m_ClearFlags: 1
1041
+ m_BackGroundColor: {r: 0.62552905, g: 0.684092, b: 0.7761194, a: 0.019607844}
1042
+ m_projectionMatrixMode: 1
1043
+ m_GateFitMode: 2
1044
+ m_FOVAxisMode: 0
1045
+ m_SensorSize: {x: 36, y: 24}
1046
+ m_LensShift: {x: 0, y: 0}
1047
+ m_FocalLength: 50
1048
+ m_NormalizedViewPortRect:
1049
+ serializedVersion: 2
1050
+ x: 0
1051
+ y: 0
1052
+ width: 1
1053
+ height: 1
1054
+ near clip plane: 0.02
1055
+ far clip plane: 400
1056
+ field of view: 60
1057
+ orthographic: 0
1058
+ orthographic size: 100
1059
+ m_Depth: -1
1060
+ m_CullingMask:
1061
+ serializedVersion: 2
1062
+ m_Bits: 4294967295
1063
+ m_RenderingPath: -1
1064
+ m_TargetTexture: {fileID: 0}
1065
+ m_TargetDisplay: 0
1066
+ m_TargetEye: 3
1067
+ m_HDR: 0
1068
+ m_AllowMSAA: 1
1069
+ m_AllowDynamicResolution: 0
1070
+ m_ForceIntoRT: 0
1071
+ m_OcclusionCulling: 1
1072
+ m_StereoConvergence: 10
1073
+ m_StereoSeparation: 0.022
1074
+ --- !u!4 &963194228
1075
+ Transform:
1076
+ m_ObjectHideFlags: 0
1077
+ m_CorrespondingSourceObject: {fileID: 0}
1078
+ m_PrefabInstance: {fileID: 0}
1079
+ m_PrefabAsset: {fileID: 0}
1080
+ m_GameObject: {fileID: 963194225}
1081
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1082
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1083
+ m_LocalScale: {x: 1, y: 1, z: 1}
1084
+ m_Children: []
1085
+ m_Father: {fileID: 1754561181}
1086
+ m_RootOrder: 0
1087
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1088
+ --- !u!114 &963194229
1089
+ MonoBehaviour:
1090
+ m_ObjectHideFlags: 0
1091
+ m_CorrespondingSourceObject: {fileID: 0}
1092
+ m_PrefabInstance: {fileID: 0}
1093
+ m_PrefabAsset: {fileID: 0}
1094
+ m_GameObject: {fileID: 963194225}
1095
+ m_Enabled: 1
1096
+ m_EditorHideFlags: 0
1097
+ m_Script: {fileID: 11500000, guid: 5a2a9c34df4095f47b9ca8f975175f5b, type: 3}
1098
+ m_Name:
1099
+ m_EditorClassIdentifier:
1100
+ m_Device: 0
1101
+ m_PoseSource: 2
1102
+ m_PoseProviderComponent: {fileID: 0}
1103
+ m_TrackingType: 0
1104
+ m_UpdateType: 0
1105
+ m_UseRelativeTransform: 0
1106
+ --- !u!114 &963194230
1107
+ MonoBehaviour:
1108
+ m_ObjectHideFlags: 0
1109
+ m_CorrespondingSourceObject: {fileID: 0}
1110
+ m_PrefabInstance: {fileID: 0}
1111
+ m_PrefabAsset: {fileID: 0}
1112
+ m_GameObject: {fileID: 963194225}
1113
+ m_Enabled: 1
1114
+ m_EditorHideFlags: 0
1115
+ m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
1116
+ m_Name:
1117
+ m_EditorClassIdentifier:
1118
+ m_RenderShadows: 1
1119
+ m_RequiresDepthTextureOption: 2
1120
+ m_RequiresOpaqueTextureOption: 2
1121
+ m_CameraType: 0
1122
+ m_Cameras: []
1123
+ m_RendererIndex: -1
1124
+ m_VolumeLayerMask:
1125
+ serializedVersion: 2
1126
+ m_Bits: 1
1127
+ m_VolumeTrigger: {fileID: 0}
1128
+ m_RenderPostProcessing: 0
1129
+ m_Antialiasing: 0
1130
+ m_AntialiasingQuality: 2
1131
+ m_StopNaN: 0
1132
+ m_Dithering: 0
1133
+ m_ClearDepth: 1
1134
+ m_RequiresDepthTexture: 0
1135
+ m_RequiresColorTexture: 0
1136
+ m_Version: 2
1137
+ --- !u!1 &963694341
1138
+ GameObject:
1139
+ m_ObjectHideFlags: 0
1140
+ m_CorrespondingSourceObject: {fileID: 0}
1141
+ m_PrefabInstance: {fileID: 0}
1142
+ m_PrefabAsset: {fileID: 0}
1143
+ serializedVersion: 6
1144
+ m_Component:
1145
+ - component: {fileID: 963694342}
1146
+ m_Layer: 0
1147
+ m_Name: -----------------------------
1148
+ m_TagString: Untagged
1149
+ m_Icon: {fileID: 0}
1150
+ m_NavMeshLayer: 0
1151
+ m_StaticEditorFlags: 0
1152
+ m_IsActive: 1
1153
+ --- !u!4 &963694342
1154
+ Transform:
1155
+ m_ObjectHideFlags: 0
1156
+ m_CorrespondingSourceObject: {fileID: 0}
1157
+ m_PrefabInstance: {fileID: 0}
1158
+ m_PrefabAsset: {fileID: 0}
1159
+ m_GameObject: {fileID: 963694341}
1160
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1161
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1162
+ m_LocalScale: {x: 1, y: 1, z: 1}
1163
+ m_Children: []
1164
+ m_Father: {fileID: 0}
1165
+ m_RootOrder: 2
1166
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1167
+ --- !u!1 &1048047577
1168
+ GameObject:
1169
+ m_ObjectHideFlags: 0
1170
+ m_CorrespondingSourceObject: {fileID: 0}
1171
+ m_PrefabInstance: {fileID: 0}
1172
+ m_PrefabAsset: {fileID: 0}
1173
+ serializedVersion: 6
1174
+ m_Component:
1175
+ - component: {fileID: 1048047578}
1176
+ - component: {fileID: 1048047582}
1177
+ - component: {fileID: 1048047579}
1178
+ - component: {fileID: 1048047580}
1179
+ m_Layer: 0
1180
+ m_Name: RightHand Controller
1181
+ m_TagString: Untagged
1182
+ m_Icon: {fileID: 0}
1183
+ m_NavMeshLayer: 0
1184
+ m_StaticEditorFlags: 0
1185
+ m_IsActive: 1
1186
+ --- !u!4 &1048047578
1187
+ Transform:
1188
+ m_ObjectHideFlags: 0
1189
+ m_CorrespondingSourceObject: {fileID: 0}
1190
+ m_PrefabInstance: {fileID: 0}
1191
+ m_PrefabAsset: {fileID: 0}
1192
+ m_GameObject: {fileID: 1048047577}
1193
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1194
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1195
+ m_LocalScale: {x: 1, y: 1, z: 1}
1196
+ m_Children: []
1197
+ m_Father: {fileID: 1754561181}
1198
+ m_RootOrder: 2
1199
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1200
+ --- !u!114 &1048047579
1201
+ MonoBehaviour:
1202
+ m_ObjectHideFlags: 0
1203
+ m_CorrespondingSourceObject: {fileID: 0}
1204
+ m_PrefabInstance: {fileID: 0}
1205
+ m_PrefabAsset: {fileID: 0}
1206
+ m_GameObject: {fileID: 1048047577}
1207
+ m_Enabled: 1
1208
+ m_EditorHideFlags: 0
1209
+ m_Script: {fileID: 11500000, guid: 4253f32900bcc4d499d675566142ded0, type: 3}
1210
+ m_Name:
1211
+ m_EditorClassIdentifier:
1212
+ m_InteractionManager: {fileID: 0}
1213
+ m_InteractionLayerMask:
1214
+ serializedVersion: 2
1215
+ m_Bits: 1
1216
+ m_InteractionLayers:
1217
+ m_Bits: 1
1218
+ m_AttachTransform: {fileID: 0}
1219
+ m_KeepSelectedTargetValid: 1
1220
+ m_StartingSelectedInteractable: {fileID: 0}
1221
+ m_HoverEntered:
1222
+ m_PersistentCalls:
1223
+ m_Calls: []
1224
+ m_HoverExited:
1225
+ m_PersistentCalls:
1226
+ m_Calls: []
1227
+ m_SelectEntered:
1228
+ m_PersistentCalls:
1229
+ m_Calls: []
1230
+ m_SelectExited:
1231
+ m_PersistentCalls:
1232
+ m_Calls: []
1233
+ m_OnHoverEntered:
1234
+ m_PersistentCalls:
1235
+ m_Calls: []
1236
+ m_OnHoverExited:
1237
+ m_PersistentCalls:
1238
+ m_Calls: []
1239
+ m_OnSelectEntered:
1240
+ m_PersistentCalls:
1241
+ m_Calls: []
1242
+ m_OnSelectExited:
1243
+ m_PersistentCalls:
1244
+ m_Calls: []
1245
+ m_SelectActionTrigger: 1
1246
+ m_HideControllerOnSelect: 0
1247
+ m_AllowHoveredActivate: 0
1248
+ m_PlayAudioClipOnSelectEntered: 0
1249
+ m_AudioClipForOnSelectEntered: {fileID: 0}
1250
+ m_PlayAudioClipOnSelectExited: 0
1251
+ m_AudioClipForOnSelectExited: {fileID: 0}
1252
+ m_PlayAudioClipOnSelectCanceled: 0
1253
+ m_AudioClipForOnSelectCanceled: {fileID: 0}
1254
+ m_PlayAudioClipOnHoverEntered: 0
1255
+ m_AudioClipForOnHoverEntered: {fileID: 8300000, guid: 78e866839cb9139479284b3ec9722851,
1256
+ type: 3}
1257
+ m_PlayAudioClipOnHoverExited: 0
1258
+ m_AudioClipForOnHoverExited: {fileID: 8300000, guid: 6170b893c9dfca64980eee61e4fc2069,
1259
+ type: 3}
1260
+ m_PlayAudioClipOnHoverCanceled: 0
1261
+ m_AudioClipForOnHoverCanceled: {fileID: 0}
1262
+ m_PlayHapticsOnSelectEntered: 0
1263
+ m_HapticSelectEnterIntensity: 0
1264
+ m_HapticSelectEnterDuration: 0
1265
+ m_PlayHapticsOnSelectExited: 0
1266
+ m_HapticSelectExitIntensity: 0
1267
+ m_HapticSelectExitDuration: 0
1268
+ m_PlayHapticsOnSelectCanceled: 0
1269
+ m_HapticSelectCancelIntensity: 0
1270
+ m_HapticSelectCancelDuration: 0
1271
+ m_PlayHapticsOnHoverEntered: 0
1272
+ m_HapticHoverEnterIntensity: 0
1273
+ m_HapticHoverEnterDuration: 0
1274
+ m_PlayHapticsOnHoverExited: 0
1275
+ m_HapticHoverExitIntensity: 0
1276
+ m_HapticHoverExitDuration: 0
1277
+ m_PlayHapticsOnHoverCanceled: 0
1278
+ m_HapticHoverCancelIntensity: 0
1279
+ m_HapticHoverCancelDuration: 0
1280
+ --- !u!135 &1048047580
1281
+ SphereCollider:
1282
+ m_ObjectHideFlags: 0
1283
+ m_CorrespondingSourceObject: {fileID: 0}
1284
+ m_PrefabInstance: {fileID: 0}
1285
+ m_PrefabAsset: {fileID: 0}
1286
+ m_GameObject: {fileID: 1048047577}
1287
+ m_Material: {fileID: 0}
1288
+ m_IsTrigger: 1
1289
+ m_Enabled: 1
1290
+ serializedVersion: 2
1291
+ m_Radius: 0.3
1292
+ m_Center: {x: 0, y: 0, z: 0}
1293
+ --- !u!114 &1048047582
1294
+ MonoBehaviour:
1295
+ m_ObjectHideFlags: 0
1296
+ m_CorrespondingSourceObject: {fileID: 0}
1297
+ m_PrefabInstance: {fileID: 0}
1298
+ m_PrefabAsset: {fileID: 0}
1299
+ m_GameObject: {fileID: 1048047577}
1300
+ m_Enabled: 1
1301
+ m_EditorHideFlags: 0
1302
+ m_Script: {fileID: 11500000, guid: 1ae26e19cd956134bbdf3c6f65bf393a, type: 3}
1303
+ m_Name:
1304
+ m_EditorClassIdentifier:
1305
+ m_UpdateTrackingType: 0
1306
+ m_EnableInputTracking: 1
1307
+ m_EnableInputActions: 1
1308
+ m_ModelPrefab: {fileID: 1306640934352848695, guid: 902b196ba17fa284bae10bdc5878a72d,
1309
+ type: 3}
1310
+ m_ModelParent: {fileID: 0}
1311
+ m_Model: {fileID: 0}
1312
+ m_AnimateModel: 0
1313
+ m_ModelSelectTransition:
1314
+ m_ModelDeSelectTransition:
1315
+ m_ControllerNode: 5
1316
+ m_SelectUsage: 3
1317
+ m_ActivateUsage: 2
1318
+ m_UIPressUsage: 2
1319
+ m_AxisToPressThreshold: 0.1
1320
+ m_RotateAnchorLeft: 16
1321
+ m_RotateAnchorRight: 17
1322
+ m_MoveObjectIn: 14
1323
+ m_MoveObjectOut: 15
1324
+ m_PoseProvider: {fileID: 0}
1325
+ --- !u!1001 &1225906515
1326
+ PrefabInstance:
1327
+ m_ObjectHideFlags: 0
1328
+ serializedVersion: 2
1329
+ m_Modification:
1330
+ m_TransformParent: {fileID: 0}
1331
+ m_Modifications:
1332
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1333
+ type: 3}
1334
+ propertyPath: m_RootOrder
1335
+ value: 10
1336
+ objectReference: {fileID: 0}
1337
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1338
+ type: 3}
1339
+ propertyPath: m_LocalPosition.x
1340
+ value: 0
1341
+ objectReference: {fileID: 0}
1342
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1343
+ type: 3}
1344
+ propertyPath: m_LocalPosition.y
1345
+ value: -0.5
1346
+ objectReference: {fileID: 0}
1347
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1348
+ type: 3}
1349
+ propertyPath: m_LocalPosition.z
1350
+ value: 0
1351
+ objectReference: {fileID: 0}
1352
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1353
+ type: 3}
1354
+ propertyPath: m_LocalRotation.w
1355
+ value: 1
1356
+ objectReference: {fileID: 0}
1357
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1358
+ type: 3}
1359
+ propertyPath: m_LocalRotation.x
1360
+ value: -0
1361
+ objectReference: {fileID: 0}
1362
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1363
+ type: 3}
1364
+ propertyPath: m_LocalRotation.y
1365
+ value: -0
1366
+ objectReference: {fileID: 0}
1367
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1368
+ type: 3}
1369
+ propertyPath: m_LocalRotation.z
1370
+ value: -0
1371
+ objectReference: {fileID: 0}
1372
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1373
+ type: 3}
1374
+ propertyPath: m_LocalEulerAnglesHint.x
1375
+ value: 0
1376
+ objectReference: {fileID: 0}
1377
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1378
+ type: 3}
1379
+ propertyPath: m_LocalEulerAnglesHint.y
1380
+ value: 0
1381
+ objectReference: {fileID: 0}
1382
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1383
+ type: 3}
1384
+ propertyPath: m_LocalEulerAnglesHint.z
1385
+ value: 0
1386
+ objectReference: {fileID: 0}
1387
+ - target: {fileID: 8727182960119839638, guid: 024bd816ca03dad4c906465a400b16d0,
1388
+ type: 3}
1389
+ propertyPath: m_Name
1390
+ value: Environment
1391
+ objectReference: {fileID: 0}
1392
+ m_RemovedComponents: []
1393
+ m_SourcePrefab: {fileID: 100100000, guid: 024bd816ca03dad4c906465a400b16d0, type: 3}
1394
+ --- !u!1 &1605744801
1395
+ GameObject:
1396
+ m_ObjectHideFlags: 0
1397
+ m_CorrespondingSourceObject: {fileID: 0}
1398
+ m_PrefabInstance: {fileID: 0}
1399
+ m_PrefabAsset: {fileID: 0}
1400
+ serializedVersion: 6
1401
+ m_Component:
1402
+ - component: {fileID: 1605744802}
1403
+ m_Layer: 0
1404
+ m_Name: -----------------------------
1405
+ m_TagString: Untagged
1406
+ m_Icon: {fileID: 0}
1407
+ m_NavMeshLayer: 0
1408
+ m_StaticEditorFlags: 0
1409
+ m_IsActive: 1
1410
+ --- !u!4 &1605744802
1411
+ Transform:
1412
+ m_ObjectHideFlags: 0
1413
+ m_CorrespondingSourceObject: {fileID: 0}
1414
+ m_PrefabInstance: {fileID: 0}
1415
+ m_PrefabAsset: {fileID: 0}
1416
+ m_GameObject: {fileID: 1605744801}
1417
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1418
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1419
+ m_LocalScale: {x: 1, y: 1, z: 1}
1420
+ m_Children: []
1421
+ m_Father: {fileID: 0}
1422
+ m_RootOrder: 9
1423
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1424
+ --- !u!1 &1754561180
1425
+ GameObject:
1426
+ m_ObjectHideFlags: 0
1427
+ m_CorrespondingSourceObject: {fileID: 0}
1428
+ m_PrefabInstance: {fileID: 0}
1429
+ m_PrefabAsset: {fileID: 0}
1430
+ serializedVersion: 6
1431
+ m_Component:
1432
+ - component: {fileID: 1754561181}
1433
+ m_Layer: 0
1434
+ m_Name: Camera Offset
1435
+ m_TagString: Untagged
1436
+ m_Icon: {fileID: 0}
1437
+ m_NavMeshLayer: 0
1438
+ m_StaticEditorFlags: 0
1439
+ m_IsActive: 1
1440
+ --- !u!4 &1754561181
1441
+ Transform:
1442
+ m_ObjectHideFlags: 0
1443
+ m_CorrespondingSourceObject: {fileID: 0}
1444
+ m_PrefabInstance: {fileID: 0}
1445
+ m_PrefabAsset: {fileID: 0}
1446
+ m_GameObject: {fileID: 1754561180}
1447
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1448
+ m_LocalPosition: {x: 0, y: 1.1176, z: 0}
1449
+ m_LocalScale: {x: 1, y: 1, z: 1}
1450
+ m_Children:
1451
+ - {fileID: 963194228}
1452
+ - {fileID: 893870066}
1453
+ - {fileID: 1048047578}
1454
+ m_Father: {fileID: 504972530}
1455
+ m_RootOrder: 0
1456
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1457
+ --- !u!1 &1906882492
1458
+ GameObject:
1459
+ m_ObjectHideFlags: 0
1460
+ m_CorrespondingSourceObject: {fileID: 0}
1461
+ m_PrefabInstance: {fileID: 0}
1462
+ m_PrefabAsset: {fileID: 0}
1463
+ serializedVersion: 6
1464
+ m_Component:
1465
+ - component: {fileID: 1906882493}
1466
+ - component: {fileID: 1906882498}
1467
+ - component: {fileID: 1906882497}
1468
+ - component: {fileID: 1906882496}
1469
+ - component: {fileID: 1906882495}
1470
+ - component: {fileID: 1906882494}
1471
+ m_Layer: 0
1472
+ m_Name: Grabbale Cube
1473
+ m_TagString: Untagged
1474
+ m_Icon: {fileID: 0}
1475
+ m_NavMeshLayer: 0
1476
+ m_StaticEditorFlags: 0
1477
+ m_IsActive: 1
1478
+ --- !u!4 &1906882493
1479
+ Transform:
1480
+ m_ObjectHideFlags: 0
1481
+ m_CorrespondingSourceObject: {fileID: 0}
1482
+ m_PrefabInstance: {fileID: 0}
1483
+ m_PrefabAsset: {fileID: 0}
1484
+ m_GameObject: {fileID: 1906882492}
1485
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1486
+ m_LocalPosition: {x: 0, y: 0.85, z: 1}
1487
+ m_LocalScale: {x: 0.2, y: 0.2, z: 0.2}
1488
+ m_Children: []
1489
+ m_Father: {fileID: 0}
1490
+ m_RootOrder: 14
1491
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1492
+ --- !u!114 &1906882494
1493
+ MonoBehaviour:
1494
+ m_ObjectHideFlags: 0
1495
+ m_CorrespondingSourceObject: {fileID: 0}
1496
+ m_PrefabInstance: {fileID: 0}
1497
+ m_PrefabAsset: {fileID: 0}
1498
+ m_GameObject: {fileID: 1906882492}
1499
+ m_Enabled: 1
1500
+ m_EditorHideFlags: 0
1501
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
1502
+ m_Name:
1503
+ m_EditorClassIdentifier:
1504
+ m_InteractionManager: {fileID: 0}
1505
+ m_Colliders: []
1506
+ m_InteractionLayerMask:
1507
+ serializedVersion: 2
1508
+ m_Bits: 4294967295
1509
+ m_InteractionLayers:
1510
+ m_Bits: 4294967295
1511
+ m_SelectMode: 0
1512
+ m_CustomReticle: {fileID: 0}
1513
+ m_FirstHoverEntered:
1514
+ m_PersistentCalls:
1515
+ m_Calls: []
1516
+ m_LastHoverExited:
1517
+ m_PersistentCalls:
1518
+ m_Calls: []
1519
+ m_HoverEntered:
1520
+ m_PersistentCalls:
1521
+ m_Calls: []
1522
+ m_HoverExited:
1523
+ m_PersistentCalls:
1524
+ m_Calls: []
1525
+ m_FirstSelectEntered:
1526
+ m_PersistentCalls:
1527
+ m_Calls: []
1528
+ m_LastSelectExited:
1529
+ m_PersistentCalls:
1530
+ m_Calls: []
1531
+ m_SelectEntered:
1532
+ m_PersistentCalls:
1533
+ m_Calls: []
1534
+ m_SelectExited:
1535
+ m_PersistentCalls:
1536
+ m_Calls: []
1537
+ m_Activated:
1538
+ m_PersistentCalls:
1539
+ m_Calls: []
1540
+ m_Deactivated:
1541
+ m_PersistentCalls:
1542
+ m_Calls: []
1543
+ m_OnFirstHoverEntered:
1544
+ m_PersistentCalls:
1545
+ m_Calls: []
1546
+ m_OnLastHoverExited:
1547
+ m_PersistentCalls:
1548
+ m_Calls: []
1549
+ m_OnHoverEntered:
1550
+ m_PersistentCalls:
1551
+ m_Calls: []
1552
+ m_OnHoverExited:
1553
+ m_PersistentCalls:
1554
+ m_Calls: []
1555
+ m_OnSelectEntered:
1556
+ m_PersistentCalls:
1557
+ m_Calls: []
1558
+ m_OnSelectExited:
1559
+ m_PersistentCalls:
1560
+ m_Calls: []
1561
+ m_OnSelectCanceled:
1562
+ m_PersistentCalls:
1563
+ m_Calls: []
1564
+ m_OnActivate:
1565
+ m_PersistentCalls:
1566
+ m_Calls: []
1567
+ m_OnDeactivate:
1568
+ m_PersistentCalls:
1569
+ m_Calls: []
1570
+ m_AttachTransform: {fileID: 0}
1571
+ m_AttachEaseInTime: 0.15
1572
+ m_MovementType: 1
1573
+ m_VelocityDamping: 1
1574
+ m_VelocityScale: 1
1575
+ m_AngularVelocityDamping: 1
1576
+ m_AngularVelocityScale: 1
1577
+ m_TrackPosition: 1
1578
+ m_SmoothPosition: 0
1579
+ m_SmoothPositionAmount: 5
1580
+ m_TightenPosition: 0.5
1581
+ m_TrackRotation: 1
1582
+ m_SmoothRotation: 0
1583
+ m_SmoothRotationAmount: 5
1584
+ m_TightenRotation: 0.5
1585
+ m_ThrowOnDetach: 1
1586
+ m_ThrowSmoothingDuration: 0.25
1587
+ m_ThrowSmoothingCurve:
1588
+ serializedVersion: 2
1589
+ m_Curve:
1590
+ - serializedVersion: 3
1591
+ time: 1
1592
+ value: 1
1593
+ inSlope: 0
1594
+ outSlope: 0
1595
+ tangentMode: 0
1596
+ weightedMode: 0
1597
+ inWeight: 0
1598
+ outWeight: 0
1599
+ m_PreInfinity: 2
1600
+ m_PostInfinity: 2
1601
+ m_RotationOrder: 4
1602
+ m_ThrowVelocityScale: 1.5
1603
+ m_ThrowAngularVelocityScale: 0.25
1604
+ m_ForceGravityOnDetach: 0
1605
+ m_RetainTransformParent: 1
1606
+ m_AttachPointCompatibilityMode: 0
1607
+ --- !u!54 &1906882495
1608
+ Rigidbody:
1609
+ m_ObjectHideFlags: 0
1610
+ m_CorrespondingSourceObject: {fileID: 0}
1611
+ m_PrefabInstance: {fileID: 0}
1612
+ m_PrefabAsset: {fileID: 0}
1613
+ m_GameObject: {fileID: 1906882492}
1614
+ serializedVersion: 2
1615
+ m_Mass: 1
1616
+ m_Drag: 0
1617
+ m_AngularDrag: 0.05
1618
+ m_UseGravity: 1
1619
+ m_IsKinematic: 0
1620
+ m_Interpolate: 0
1621
+ m_Constraints: 0
1622
+ m_CollisionDetection: 0
1623
+ --- !u!65 &1906882496
1624
+ BoxCollider:
1625
+ m_ObjectHideFlags: 0
1626
+ m_CorrespondingSourceObject: {fileID: 0}
1627
+ m_PrefabInstance: {fileID: 0}
1628
+ m_PrefabAsset: {fileID: 0}
1629
+ m_GameObject: {fileID: 1906882492}
1630
+ m_Material: {fileID: 0}
1631
+ m_IsTrigger: 0
1632
+ m_Enabled: 1
1633
+ serializedVersion: 2
1634
+ m_Size: {x: 1, y: 1, z: 1}
1635
+ m_Center: {x: 0, y: 0, z: 0}
1636
+ --- !u!23 &1906882497
1637
+ MeshRenderer:
1638
+ m_ObjectHideFlags: 0
1639
+ m_CorrespondingSourceObject: {fileID: 0}
1640
+ m_PrefabInstance: {fileID: 0}
1641
+ m_PrefabAsset: {fileID: 0}
1642
+ m_GameObject: {fileID: 1906882492}
1643
+ m_Enabled: 1
1644
+ m_CastShadows: 1
1645
+ m_ReceiveShadows: 1
1646
+ m_DynamicOccludee: 1
1647
+ m_MotionVectors: 1
1648
+ m_LightProbeUsage: 1
1649
+ m_ReflectionProbeUsage: 1
1650
+ m_RayTracingMode: 2
1651
+ m_RenderingLayerMask: 1
1652
+ m_RendererPriority: 0
1653
+ m_Materials:
1654
+ - {fileID: 2100000, guid: a70e8aab671e1b04fb2ddefae7825523, type: 2}
1655
+ m_StaticBatchInfo:
1656
+ firstSubMesh: 0
1657
+ subMeshCount: 0
1658
+ m_StaticBatchRoot: {fileID: 0}
1659
+ m_ProbeAnchor: {fileID: 0}
1660
+ m_LightProbeVolumeOverride: {fileID: 0}
1661
+ m_ScaleInLightmap: 1
1662
+ m_ReceiveGI: 1
1663
+ m_PreserveUVs: 0
1664
+ m_IgnoreNormalsForChartDetection: 0
1665
+ m_ImportantGI: 0
1666
+ m_StitchLightmapSeams: 1
1667
+ m_SelectedEditorRenderState: 3
1668
+ m_MinimumChartSize: 4
1669
+ m_AutoUVMaxDistance: 0.5
1670
+ m_AutoUVMaxAngle: 89
1671
+ m_LightmapParameters: {fileID: 0}
1672
+ m_SortingLayerID: 0
1673
+ m_SortingLayer: 0
1674
+ m_SortingOrder: 0
1675
+ --- !u!33 &1906882498
1676
+ MeshFilter:
1677
+ m_ObjectHideFlags: 0
1678
+ m_CorrespondingSourceObject: {fileID: 0}
1679
+ m_PrefabInstance: {fileID: 0}
1680
+ m_PrefabAsset: {fileID: 0}
1681
+ m_GameObject: {fileID: 1906882492}
1682
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
1683
+ --- !u!224 &1913470668 stripped
1684
+ RectTransform:
1685
+ m_CorrespondingSourceObject: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1686
+ type: 3}
1687
+ m_PrefabInstance: {fileID: 2180233791847889292}
1688
+ m_PrefabAsset: {fileID: 0}
1689
+ --- !u!1 &2068455802
1690
+ GameObject:
1691
+ m_ObjectHideFlags: 0
1692
+ m_CorrespondingSourceObject: {fileID: 0}
1693
+ m_PrefabInstance: {fileID: 0}
1694
+ m_PrefabAsset: {fileID: 0}
1695
+ serializedVersion: 6
1696
+ m_Component:
1697
+ - component: {fileID: 2068455803}
1698
+ m_Layer: 0
1699
+ m_Name: -----------------------------
1700
+ m_TagString: Untagged
1701
+ m_Icon: {fileID: 0}
1702
+ m_NavMeshLayer: 0
1703
+ m_StaticEditorFlags: 0
1704
+ m_IsActive: 1
1705
+ --- !u!4 &2068455803
1706
+ Transform:
1707
+ m_ObjectHideFlags: 0
1708
+ m_CorrespondingSourceObject: {fileID: 0}
1709
+ m_PrefabInstance: {fileID: 0}
1710
+ m_PrefabAsset: {fileID: 0}
1711
+ m_GameObject: {fileID: 2068455802}
1712
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1713
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1714
+ m_LocalScale: {x: 1, y: 1, z: 1}
1715
+ m_Children: []
1716
+ m_Father: {fileID: 0}
1717
+ m_RootOrder: 7
1718
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1719
+ --- !u!1 &2127250429
1720
+ GameObject:
1721
+ m_ObjectHideFlags: 0
1722
+ m_CorrespondingSourceObject: {fileID: 0}
1723
+ m_PrefabInstance: {fileID: 0}
1724
+ m_PrefabAsset: {fileID: 0}
1725
+ serializedVersion: 6
1726
+ m_Component:
1727
+ - component: {fileID: 2127250433}
1728
+ - component: {fileID: 2127250432}
1729
+ - component: {fileID: 2127250431}
1730
+ - component: {fileID: 2127250430}
1731
+ m_Layer: 0
1732
+ m_Name: Table
1733
+ m_TagString: Untagged
1734
+ m_Icon: {fileID: 0}
1735
+ m_NavMeshLayer: 0
1736
+ m_StaticEditorFlags: 0
1737
+ m_IsActive: 1
1738
+ --- !u!65 &2127250430
1739
+ BoxCollider:
1740
+ m_ObjectHideFlags: 0
1741
+ m_CorrespondingSourceObject: {fileID: 0}
1742
+ m_PrefabInstance: {fileID: 0}
1743
+ m_PrefabAsset: {fileID: 0}
1744
+ m_GameObject: {fileID: 2127250429}
1745
+ m_Material: {fileID: 0}
1746
+ m_IsTrigger: 0
1747
+ m_Enabled: 1
1748
+ serializedVersion: 2
1749
+ m_Size: {x: 1, y: 1, z: 1}
1750
+ m_Center: {x: 0, y: 0, z: 0}
1751
+ --- !u!23 &2127250431
1752
+ MeshRenderer:
1753
+ m_ObjectHideFlags: 0
1754
+ m_CorrespondingSourceObject: {fileID: 0}
1755
+ m_PrefabInstance: {fileID: 0}
1756
+ m_PrefabAsset: {fileID: 0}
1757
+ m_GameObject: {fileID: 2127250429}
1758
+ m_Enabled: 1
1759
+ m_CastShadows: 1
1760
+ m_ReceiveShadows: 1
1761
+ m_DynamicOccludee: 1
1762
+ m_MotionVectors: 1
1763
+ m_LightProbeUsage: 1
1764
+ m_ReflectionProbeUsage: 1
1765
+ m_RayTracingMode: 2
1766
+ m_RenderingLayerMask: 1
1767
+ m_RendererPriority: 0
1768
+ m_Materials:
1769
+ - {fileID: 2100000, guid: 043179ce312369743ae686d80f77ec26, type: 2}
1770
+ m_StaticBatchInfo:
1771
+ firstSubMesh: 0
1772
+ subMeshCount: 0
1773
+ m_StaticBatchRoot: {fileID: 0}
1774
+ m_ProbeAnchor: {fileID: 0}
1775
+ m_LightProbeVolumeOverride: {fileID: 0}
1776
+ m_ScaleInLightmap: 1
1777
+ m_ReceiveGI: 1
1778
+ m_PreserveUVs: 0
1779
+ m_IgnoreNormalsForChartDetection: 0
1780
+ m_ImportantGI: 0
1781
+ m_StitchLightmapSeams: 1
1782
+ m_SelectedEditorRenderState: 3
1783
+ m_MinimumChartSize: 4
1784
+ m_AutoUVMaxDistance: 0.5
1785
+ m_AutoUVMaxAngle: 89
1786
+ m_LightmapParameters: {fileID: 0}
1787
+ m_SortingLayerID: 0
1788
+ m_SortingLayer: 0
1789
+ m_SortingOrder: 0
1790
+ --- !u!33 &2127250432
1791
+ MeshFilter:
1792
+ m_ObjectHideFlags: 0
1793
+ m_CorrespondingSourceObject: {fileID: 0}
1794
+ m_PrefabInstance: {fileID: 0}
1795
+ m_PrefabAsset: {fileID: 0}
1796
+ m_GameObject: {fileID: 2127250429}
1797
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
1798
+ --- !u!4 &2127250433
1799
+ Transform:
1800
+ m_ObjectHideFlags: 0
1801
+ m_CorrespondingSourceObject: {fileID: 0}
1802
+ m_PrefabInstance: {fileID: 0}
1803
+ m_PrefabAsset: {fileID: 0}
1804
+ m_GameObject: {fileID: 2127250429}
1805
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1806
+ m_LocalPosition: {x: 0, y: 0, z: 1}
1807
+ m_LocalScale: {x: 4, y: 1.5, z: 1}
1808
+ m_Children: []
1809
+ m_Father: {fileID: 0}
1810
+ m_RootOrder: 13
1811
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1812
+ --- !u!1001 &2180233791847889292
1813
+ PrefabInstance:
1814
+ m_ObjectHideFlags: 0
1815
+ serializedVersion: 2
1816
+ m_Modification:
1817
+ m_TransformParent: {fileID: 124237530}
1818
+ m_Modifications:
1819
+ - target: {fileID: 2180233792799256649, guid: d8fe685edbbcdde42a59c34dc04d504e,
1820
+ type: 3}
1821
+ propertyPath: m_Camera
1822
+ value:
1823
+ objectReference: {fileID: 963194227}
1824
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1825
+ type: 3}
1826
+ propertyPath: m_Pivot.x
1827
+ value: 0.5
1828
+ objectReference: {fileID: 0}
1829
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1830
+ type: 3}
1831
+ propertyPath: m_Pivot.y
1832
+ value: 0.5
1833
+ objectReference: {fileID: 0}
1834
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1835
+ type: 3}
1836
+ propertyPath: m_RootOrder
1837
+ value: 0
1838
+ objectReference: {fileID: 0}
1839
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1840
+ type: 3}
1841
+ propertyPath: m_AnchorMax.x
1842
+ value: 0
1843
+ objectReference: {fileID: 0}
1844
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1845
+ type: 3}
1846
+ propertyPath: m_AnchorMax.y
1847
+ value: 0
1848
+ objectReference: {fileID: 0}
1849
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1850
+ type: 3}
1851
+ propertyPath: m_AnchorMin.x
1852
+ value: 0
1853
+ objectReference: {fileID: 0}
1854
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1855
+ type: 3}
1856
+ propertyPath: m_AnchorMin.y
1857
+ value: 0
1858
+ objectReference: {fileID: 0}
1859
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1860
+ type: 3}
1861
+ propertyPath: m_SizeDelta.x
1862
+ value: 160
1863
+ objectReference: {fileID: 0}
1864
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1865
+ type: 3}
1866
+ propertyPath: m_SizeDelta.y
1867
+ value: 80
1868
+ objectReference: {fileID: 0}
1869
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1870
+ type: 3}
1871
+ propertyPath: m_LocalPosition.x
1872
+ value: 0
1873
+ objectReference: {fileID: 0}
1874
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1875
+ type: 3}
1876
+ propertyPath: m_LocalPosition.y
1877
+ value: 0
1878
+ objectReference: {fileID: 0}
1879
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1880
+ type: 3}
1881
+ propertyPath: m_LocalPosition.z
1882
+ value: 250
1883
+ objectReference: {fileID: 0}
1884
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1885
+ type: 3}
1886
+ propertyPath: m_LocalRotation.w
1887
+ value: 1
1888
+ objectReference: {fileID: 0}
1889
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1890
+ type: 3}
1891
+ propertyPath: m_LocalRotation.x
1892
+ value: -0
1893
+ objectReference: {fileID: 0}
1894
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1895
+ type: 3}
1896
+ propertyPath: m_LocalRotation.y
1897
+ value: -0
1898
+ objectReference: {fileID: 0}
1899
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1900
+ type: 3}
1901
+ propertyPath: m_LocalRotation.z
1902
+ value: -0
1903
+ objectReference: {fileID: 0}
1904
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1905
+ type: 3}
1906
+ propertyPath: m_AnchoredPosition.x
1907
+ value: 0
1908
+ objectReference: {fileID: 0}
1909
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1910
+ type: 3}
1911
+ propertyPath: m_AnchoredPosition.y
1912
+ value: 50
1913
+ objectReference: {fileID: 0}
1914
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1915
+ type: 3}
1916
+ propertyPath: m_LocalEulerAnglesHint.x
1917
+ value: 0
1918
+ objectReference: {fileID: 0}
1919
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1920
+ type: 3}
1921
+ propertyPath: m_LocalEulerAnglesHint.y
1922
+ value: 0
1923
+ objectReference: {fileID: 0}
1924
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
1925
+ type: 3}
1926
+ propertyPath: m_LocalEulerAnglesHint.z
1927
+ value: 0
1928
+ objectReference: {fileID: 0}
1929
+ - target: {fileID: 2180233792799256654, guid: d8fe685edbbcdde42a59c34dc04d504e,
1930
+ type: 3}
1931
+ propertyPath: m_Name
1932
+ value: Scene Introduction
1933
+ objectReference: {fileID: 0}
1934
+ - target: {fileID: 2180233792799256654, guid: d8fe685edbbcdde42a59c34dc04d504e,
1935
+ type: 3}
1936
+ propertyPath: m_IsActive
1937
+ value: 1
1938
+ objectReference: {fileID: 0}
1939
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
1940
+ type: 3}
1941
+ propertyPath: m_text
1942
+ value: "Grab Interaction\n\nThis scene shows how to set up a grab interactable
1943
+ that can be grabbed by either hand controller. \n\nYour left hand can grab
1944
+ the cube remotely using a Ray Interactor, and your right hand can grab it
1945
+ directly using a Direct Interactor. "
1946
+ objectReference: {fileID: 0}
1947
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
1948
+ type: 3}
1949
+ propertyPath: m_lineSpacing
1950
+ value: 10
1951
+ objectReference: {fileID: 0}
1952
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
1953
+ type: 3}
1954
+ propertyPath: m_paragraphSpacing
1955
+ value: 0
1956
+ objectReference: {fileID: 0}
1957
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
1958
+ type: 3}
1959
+ propertyPath: m_textInfo.lineCount
1960
+ value: 8
1961
+ objectReference: {fileID: 0}
1962
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
1963
+ type: 3}
1964
+ propertyPath: m_textInfo.pageCount
1965
+ value: 1
1966
+ objectReference: {fileID: 0}
1967
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
1968
+ type: 3}
1969
+ propertyPath: m_textInfo.wordCount
1970
+ value: 44
1971
+ objectReference: {fileID: 0}
1972
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
1973
+ type: 3}
1974
+ propertyPath: m_textInfo.spaceCount
1975
+ value: 47
1976
+ objectReference: {fileID: 0}
1977
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
1978
+ type: 3}
1979
+ propertyPath: m_textInfo.characterCount
1980
+ value: 252
1981
+ objectReference: {fileID: 0}
1982
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
1983
+ type: 3}
1984
+ propertyPath: m_firstOverflowCharacterIndex
1985
+ value: 168
1986
+ objectReference: {fileID: 0}
1987
+ m_RemovedComponents: []
1988
+ m_SourcePrefab: {fileID: 100100000, guid: d8fe685edbbcdde42a59c34dc04d504e, type: 3}
1989
+ --- !u!1 &2977769739555246280
1990
+ GameObject:
1991
+ m_ObjectHideFlags: 0
1992
+ m_CorrespondingSourceObject: {fileID: 0}
1993
+ m_PrefabInstance: {fileID: 0}
1994
+ m_PrefabAsset: {fileID: 0}
1995
+ serializedVersion: 6
1996
+ m_Component:
1997
+ - component: {fileID: 2977769739555246281}
1998
+ m_Layer: 0
1999
+ m_Name: -----------------------------
2000
+ m_TagString: Untagged
2001
+ m_Icon: {fileID: 0}
2002
+ m_NavMeshLayer: 0
2003
+ m_StaticEditorFlags: 0
2004
+ m_IsActive: 1
2005
+ --- !u!4 &2977769739555246281
2006
+ Transform:
2007
+ m_ObjectHideFlags: 0
2008
+ m_CorrespondingSourceObject: {fileID: 0}
2009
+ m_PrefabInstance: {fileID: 0}
2010
+ m_PrefabAsset: {fileID: 0}
2011
+ m_GameObject: {fileID: 2977769739555246280}
2012
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2013
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2014
+ m_LocalScale: {x: 1, y: 1, z: 1}
2015
+ m_Children: []
2016
+ m_Father: {fileID: 0}
2017
+ m_RootOrder: 0
2018
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}