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,2491 @@
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: 3131d8856b749cb4c8a02dadb0355b89,
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 &124237529
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: 124237530}
134
+ m_Layer: 0
135
+ m_Name: UIs
136
+ m_TagString: Untagged
137
+ m_Icon: {fileID: 0}
138
+ m_NavMeshLayer: 0
139
+ m_StaticEditorFlags: 0
140
+ m_IsActive: 1
141
+ --- !u!4 &124237530
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: 124237529}
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
+ - {fileID: 1913470668}
153
+ m_Father: {fileID: 0}
154
+ m_RootOrder: 11
155
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
156
+ --- !u!1 &149753361
157
+ GameObject:
158
+ m_ObjectHideFlags: 0
159
+ m_CorrespondingSourceObject: {fileID: 0}
160
+ m_PrefabInstance: {fileID: 0}
161
+ m_PrefabAsset: {fileID: 0}
162
+ serializedVersion: 6
163
+ m_Component:
164
+ - component: {fileID: 149753362}
165
+ - component: {fileID: 149753365}
166
+ - component: {fileID: 149753364}
167
+ - component: {fileID: 149753363}
168
+ m_Layer: 0
169
+ m_Name: Wall (1)
170
+ m_TagString: Untagged
171
+ m_Icon: {fileID: 0}
172
+ m_NavMeshLayer: 0
173
+ m_StaticEditorFlags: 0
174
+ m_IsActive: 1
175
+ --- !u!4 &149753362
176
+ Transform:
177
+ m_ObjectHideFlags: 0
178
+ m_CorrespondingSourceObject: {fileID: 0}
179
+ m_PrefabInstance: {fileID: 0}
180
+ m_PrefabAsset: {fileID: 0}
181
+ m_GameObject: {fileID: 149753361}
182
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
183
+ m_LocalPosition: {x: 0.165, y: -0.0871, z: 0}
184
+ m_LocalScale: {x: 0.03, y: 0.15, z: 0.33}
185
+ m_Children: []
186
+ m_Father: {fileID: 732980435}
187
+ m_RootOrder: 1
188
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
189
+ --- !u!65 &149753363
190
+ BoxCollider:
191
+ m_ObjectHideFlags: 0
192
+ m_CorrespondingSourceObject: {fileID: 0}
193
+ m_PrefabInstance: {fileID: 0}
194
+ m_PrefabAsset: {fileID: 0}
195
+ m_GameObject: {fileID: 149753361}
196
+ m_Material: {fileID: 0}
197
+ m_IsTrigger: 0
198
+ m_Enabled: 1
199
+ serializedVersion: 2
200
+ m_Size: {x: 1, y: 1, z: 1}
201
+ m_Center: {x: 0, y: 0, z: 0}
202
+ --- !u!23 &149753364
203
+ MeshRenderer:
204
+ m_ObjectHideFlags: 0
205
+ m_CorrespondingSourceObject: {fileID: 0}
206
+ m_PrefabInstance: {fileID: 0}
207
+ m_PrefabAsset: {fileID: 0}
208
+ m_GameObject: {fileID: 149753361}
209
+ m_Enabled: 1
210
+ m_CastShadows: 1
211
+ m_ReceiveShadows: 1
212
+ m_DynamicOccludee: 1
213
+ m_MotionVectors: 1
214
+ m_LightProbeUsage: 1
215
+ m_ReflectionProbeUsage: 1
216
+ m_RayTracingMode: 2
217
+ m_RenderingLayerMask: 1
218
+ m_RendererPriority: 0
219
+ m_Materials:
220
+ - {fileID: 2100000, guid: e560222503506b54fa7af7508dc59e73, type: 2}
221
+ m_StaticBatchInfo:
222
+ firstSubMesh: 0
223
+ subMeshCount: 0
224
+ m_StaticBatchRoot: {fileID: 0}
225
+ m_ProbeAnchor: {fileID: 0}
226
+ m_LightProbeVolumeOverride: {fileID: 0}
227
+ m_ScaleInLightmap: 1
228
+ m_ReceiveGI: 1
229
+ m_PreserveUVs: 0
230
+ m_IgnoreNormalsForChartDetection: 0
231
+ m_ImportantGI: 0
232
+ m_StitchLightmapSeams: 1
233
+ m_SelectedEditorRenderState: 3
234
+ m_MinimumChartSize: 4
235
+ m_AutoUVMaxDistance: 0.5
236
+ m_AutoUVMaxAngle: 89
237
+ m_LightmapParameters: {fileID: 0}
238
+ m_SortingLayerID: 0
239
+ m_SortingLayer: 0
240
+ m_SortingOrder: 0
241
+ --- !u!33 &149753365
242
+ MeshFilter:
243
+ m_ObjectHideFlags: 0
244
+ m_CorrespondingSourceObject: {fileID: 0}
245
+ m_PrefabInstance: {fileID: 0}
246
+ m_PrefabAsset: {fileID: 0}
247
+ m_GameObject: {fileID: 149753361}
248
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
249
+ --- !u!1 &224860800
250
+ GameObject:
251
+ m_ObjectHideFlags: 0
252
+ m_CorrespondingSourceObject: {fileID: 0}
253
+ m_PrefabInstance: {fileID: 0}
254
+ m_PrefabAsset: {fileID: 0}
255
+ serializedVersion: 6
256
+ m_Component:
257
+ - component: {fileID: 224860801}
258
+ m_Layer: 0
259
+ m_Name: Example Content
260
+ m_TagString: Untagged
261
+ m_Icon: {fileID: 0}
262
+ m_NavMeshLayer: 0
263
+ m_StaticEditorFlags: 0
264
+ m_IsActive: 1
265
+ --- !u!4 &224860801
266
+ Transform:
267
+ m_ObjectHideFlags: 0
268
+ m_CorrespondingSourceObject: {fileID: 0}
269
+ m_PrefabInstance: {fileID: 0}
270
+ m_PrefabAsset: {fileID: 0}
271
+ m_GameObject: {fileID: 224860800}
272
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
273
+ m_LocalPosition: {x: 0, y: 0, z: 0}
274
+ m_LocalScale: {x: 1, y: 1, z: 1}
275
+ m_Children: []
276
+ m_Father: {fileID: 0}
277
+ m_RootOrder: 8
278
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
279
+ --- !u!1 &250895206
280
+ GameObject:
281
+ m_ObjectHideFlags: 0
282
+ m_CorrespondingSourceObject: {fileID: 0}
283
+ m_PrefabInstance: {fileID: 0}
284
+ m_PrefabAsset: {fileID: 0}
285
+ serializedVersion: 6
286
+ m_Component:
287
+ - component: {fileID: 250895207}
288
+ - component: {fileID: 250895210}
289
+ - component: {fileID: 250895209}
290
+ - component: {fileID: 250895208}
291
+ m_Layer: 0
292
+ m_Name: Wall (2)
293
+ m_TagString: Untagged
294
+ m_Icon: {fileID: 0}
295
+ m_NavMeshLayer: 0
296
+ m_StaticEditorFlags: 0
297
+ m_IsActive: 1
298
+ --- !u!4 &250895207
299
+ Transform:
300
+ m_ObjectHideFlags: 0
301
+ m_CorrespondingSourceObject: {fileID: 0}
302
+ m_PrefabInstance: {fileID: 0}
303
+ m_PrefabAsset: {fileID: 0}
304
+ m_GameObject: {fileID: 250895206}
305
+ m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
306
+ m_LocalPosition: {x: -0, y: -0.0871, z: 0.18}
307
+ m_LocalScale: {x: 0.03, y: 0.15, z: 0.3}
308
+ m_Children: []
309
+ m_Father: {fileID: 732980435}
310
+ m_RootOrder: 2
311
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
312
+ --- !u!65 &250895208
313
+ BoxCollider:
314
+ m_ObjectHideFlags: 0
315
+ m_CorrespondingSourceObject: {fileID: 0}
316
+ m_PrefabInstance: {fileID: 0}
317
+ m_PrefabAsset: {fileID: 0}
318
+ m_GameObject: {fileID: 250895206}
319
+ m_Material: {fileID: 0}
320
+ m_IsTrigger: 0
321
+ m_Enabled: 1
322
+ serializedVersion: 2
323
+ m_Size: {x: 1, y: 1, z: 1}
324
+ m_Center: {x: 0, y: 0, z: 0}
325
+ --- !u!23 &250895209
326
+ MeshRenderer:
327
+ m_ObjectHideFlags: 0
328
+ m_CorrespondingSourceObject: {fileID: 0}
329
+ m_PrefabInstance: {fileID: 0}
330
+ m_PrefabAsset: {fileID: 0}
331
+ m_GameObject: {fileID: 250895206}
332
+ m_Enabled: 1
333
+ m_CastShadows: 1
334
+ m_ReceiveShadows: 1
335
+ m_DynamicOccludee: 1
336
+ m_MotionVectors: 1
337
+ m_LightProbeUsage: 1
338
+ m_ReflectionProbeUsage: 1
339
+ m_RayTracingMode: 2
340
+ m_RenderingLayerMask: 1
341
+ m_RendererPriority: 0
342
+ m_Materials:
343
+ - {fileID: 2100000, guid: e560222503506b54fa7af7508dc59e73, type: 2}
344
+ m_StaticBatchInfo:
345
+ firstSubMesh: 0
346
+ subMeshCount: 0
347
+ m_StaticBatchRoot: {fileID: 0}
348
+ m_ProbeAnchor: {fileID: 0}
349
+ m_LightProbeVolumeOverride: {fileID: 0}
350
+ m_ScaleInLightmap: 1
351
+ m_ReceiveGI: 1
352
+ m_PreserveUVs: 0
353
+ m_IgnoreNormalsForChartDetection: 0
354
+ m_ImportantGI: 0
355
+ m_StitchLightmapSeams: 1
356
+ m_SelectedEditorRenderState: 3
357
+ m_MinimumChartSize: 4
358
+ m_AutoUVMaxDistance: 0.5
359
+ m_AutoUVMaxAngle: 89
360
+ m_LightmapParameters: {fileID: 0}
361
+ m_SortingLayerID: 0
362
+ m_SortingLayer: 0
363
+ m_SortingOrder: 0
364
+ --- !u!33 &250895210
365
+ MeshFilter:
366
+ m_ObjectHideFlags: 0
367
+ m_CorrespondingSourceObject: {fileID: 0}
368
+ m_PrefabInstance: {fileID: 0}
369
+ m_PrefabAsset: {fileID: 0}
370
+ m_GameObject: {fileID: 250895206}
371
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
372
+ --- !u!1 &276384430
373
+ GameObject:
374
+ m_ObjectHideFlags: 0
375
+ m_CorrespondingSourceObject: {fileID: 0}
376
+ m_PrefabInstance: {fileID: 0}
377
+ m_PrefabAsset: {fileID: 0}
378
+ serializedVersion: 6
379
+ m_Component:
380
+ - component: {fileID: 276384431}
381
+ m_Layer: 0
382
+ m_Name:
383
+ m_TagString: Untagged
384
+ m_Icon: {fileID: 0}
385
+ m_NavMeshLayer: 0
386
+ m_StaticEditorFlags: 0
387
+ m_IsActive: 1
388
+ --- !u!4 &276384431
389
+ Transform:
390
+ m_ObjectHideFlags: 0
391
+ m_CorrespondingSourceObject: {fileID: 0}
392
+ m_PrefabInstance: {fileID: 0}
393
+ m_PrefabAsset: {fileID: 0}
394
+ m_GameObject: {fileID: 276384430}
395
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
396
+ m_LocalPosition: {x: 0, y: 0, z: 0}
397
+ m_LocalScale: {x: 1, y: 1, z: 1}
398
+ m_Children: []
399
+ m_Father: {fileID: 0}
400
+ m_RootOrder: 6
401
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
402
+ --- !u!1 &504972528
403
+ GameObject:
404
+ m_ObjectHideFlags: 0
405
+ m_CorrespondingSourceObject: {fileID: 0}
406
+ m_PrefabInstance: {fileID: 0}
407
+ m_PrefabAsset: {fileID: 0}
408
+ serializedVersion: 6
409
+ m_Component:
410
+ - component: {fileID: 504972530}
411
+ - component: {fileID: 504972529}
412
+ m_Layer: 0
413
+ m_Name: XR Origin
414
+ m_TagString: Untagged
415
+ m_Icon: {fileID: 0}
416
+ m_NavMeshLayer: 0
417
+ m_StaticEditorFlags: 0
418
+ m_IsActive: 1
419
+ --- !u!114 &504972529
420
+ MonoBehaviour:
421
+ m_ObjectHideFlags: 0
422
+ m_CorrespondingSourceObject: {fileID: 0}
423
+ m_PrefabInstance: {fileID: 0}
424
+ m_PrefabAsset: {fileID: 0}
425
+ m_GameObject: {fileID: 504972528}
426
+ m_Enabled: 1
427
+ m_EditorHideFlags: 0
428
+ m_Script: {fileID: 11500000, guid: e0cb9aa70a22847b5925ee5f067c10a9, type: 3}
429
+ m_Name:
430
+ m_EditorClassIdentifier:
431
+ m_Camera: {fileID: 963194227}
432
+ m_OriginBaseGameObject: {fileID: 504972528}
433
+ m_CameraFloorOffsetObject: {fileID: 1754561180}
434
+ m_RequestedTrackingOriginMode: 0
435
+ m_CameraYOffset: 1.1176
436
+ --- !u!4 &504972530
437
+ Transform:
438
+ m_ObjectHideFlags: 0
439
+ m_CorrespondingSourceObject: {fileID: 0}
440
+ m_PrefabInstance: {fileID: 0}
441
+ m_PrefabAsset: {fileID: 0}
442
+ m_GameObject: {fileID: 504972528}
443
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
444
+ m_LocalPosition: {x: 0, y: 0, z: 0}
445
+ m_LocalScale: {x: 1, y: 1, z: 1}
446
+ m_Children:
447
+ - {fileID: 1754561181}
448
+ m_Father: {fileID: 0}
449
+ m_RootOrder: 5
450
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
451
+ --- !u!1 &552174353
452
+ GameObject:
453
+ m_ObjectHideFlags: 0
454
+ m_CorrespondingSourceObject: {fileID: 0}
455
+ m_PrefabInstance: {fileID: 0}
456
+ m_PrefabAsset: {fileID: 0}
457
+ serializedVersion: 6
458
+ m_Component:
459
+ - component: {fileID: 552174354}
460
+ m_Layer: 0
461
+ m_Name: XRI Configuration
462
+ m_TagString: Untagged
463
+ m_Icon: {fileID: 0}
464
+ m_NavMeshLayer: 0
465
+ m_StaticEditorFlags: 0
466
+ m_IsActive: 1
467
+ --- !u!4 &552174354
468
+ Transform:
469
+ m_ObjectHideFlags: 0
470
+ m_CorrespondingSourceObject: {fileID: 0}
471
+ m_PrefabInstance: {fileID: 0}
472
+ m_PrefabAsset: {fileID: 0}
473
+ m_GameObject: {fileID: 552174353}
474
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
475
+ m_LocalPosition: {x: 0, y: 0, z: 0}
476
+ m_LocalScale: {x: 1, y: 1, z: 1}
477
+ m_Children: []
478
+ m_Father: {fileID: 0}
479
+ m_RootOrder: 1
480
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
481
+ --- !u!1 &574890176
482
+ GameObject:
483
+ m_ObjectHideFlags: 0
484
+ m_CorrespondingSourceObject: {fileID: 0}
485
+ m_PrefabInstance: {fileID: 0}
486
+ m_PrefabAsset: {fileID: 0}
487
+ serializedVersion: 6
488
+ m_Component:
489
+ - component: {fileID: 574890177}
490
+ m_Layer: 0
491
+ m_Name: -----------------------------
492
+ m_TagString: Untagged
493
+ m_Icon: {fileID: 0}
494
+ m_NavMeshLayer: 0
495
+ m_StaticEditorFlags: 0
496
+ m_IsActive: 1
497
+ --- !u!4 &574890177
498
+ Transform:
499
+ m_ObjectHideFlags: 0
500
+ m_CorrespondingSourceObject: {fileID: 0}
501
+ m_PrefabInstance: {fileID: 0}
502
+ m_PrefabAsset: {fileID: 0}
503
+ m_GameObject: {fileID: 574890176}
504
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
505
+ m_LocalPosition: {x: 0, y: 0, z: 0}
506
+ m_LocalScale: {x: 1, y: 1, z: 1}
507
+ m_Children: []
508
+ m_Father: {fileID: 0}
509
+ m_RootOrder: 7
510
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
511
+ --- !u!1 &732980434
512
+ GameObject:
513
+ m_ObjectHideFlags: 0
514
+ m_CorrespondingSourceObject: {fileID: 0}
515
+ m_PrefabInstance: {fileID: 0}
516
+ m_PrefabAsset: {fileID: 0}
517
+ serializedVersion: 6
518
+ m_Component:
519
+ - component: {fileID: 732980435}
520
+ - component: {fileID: 732980436}
521
+ - component: {fileID: 732980437}
522
+ m_Layer: 0
523
+ m_Name: Socket
524
+ m_TagString: Untagged
525
+ m_Icon: {fileID: 0}
526
+ m_NavMeshLayer: 0
527
+ m_StaticEditorFlags: 0
528
+ m_IsActive: 1
529
+ --- !u!4 &732980435
530
+ Transform:
531
+ m_ObjectHideFlags: 0
532
+ m_CorrespondingSourceObject: {fileID: 0}
533
+ m_PrefabInstance: {fileID: 0}
534
+ m_PrefabAsset: {fileID: 0}
535
+ m_GameObject: {fileID: 732980434}
536
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
537
+ m_LocalPosition: {x: 0, y: 0.85, z: 1}
538
+ m_LocalScale: {x: 1, y: 1, z: 1}
539
+ m_Children:
540
+ - {fileID: 1566827305}
541
+ - {fileID: 149753362}
542
+ - {fileID: 250895207}
543
+ - {fileID: 1160734003}
544
+ m_Father: {fileID: 0}
545
+ m_RootOrder: 15
546
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
547
+ --- !u!114 &732980436
548
+ MonoBehaviour:
549
+ m_ObjectHideFlags: 0
550
+ m_CorrespondingSourceObject: {fileID: 0}
551
+ m_PrefabInstance: {fileID: 0}
552
+ m_PrefabAsset: {fileID: 0}
553
+ m_GameObject: {fileID: 732980434}
554
+ m_Enabled: 1
555
+ m_EditorHideFlags: 0
556
+ m_Script: {fileID: 11500000, guid: 60523e0647cc6ab43acc73cb266a32a7, type: 3}
557
+ m_Name:
558
+ m_EditorClassIdentifier:
559
+ m_InteractionManager: {fileID: 0}
560
+ m_InteractionLayerMask:
561
+ serializedVersion: 2
562
+ m_Bits: 4294967295
563
+ m_InteractionLayers:
564
+ m_Bits: 4294967295
565
+ m_AttachTransform: {fileID: 0}
566
+ m_KeepSelectedTargetValid: 1
567
+ m_StartingSelectedInteractable: {fileID: 0}
568
+ m_HoverEntered:
569
+ m_PersistentCalls:
570
+ m_Calls: []
571
+ m_HoverExited:
572
+ m_PersistentCalls:
573
+ m_Calls: []
574
+ m_SelectEntered:
575
+ m_PersistentCalls:
576
+ m_Calls: []
577
+ m_SelectExited:
578
+ m_PersistentCalls:
579
+ m_Calls: []
580
+ m_OnHoverEntered:
581
+ m_PersistentCalls:
582
+ m_Calls: []
583
+ m_OnHoverExited:
584
+ m_PersistentCalls:
585
+ m_Calls: []
586
+ m_OnSelectEntered:
587
+ m_PersistentCalls:
588
+ m_Calls: []
589
+ m_OnSelectExited:
590
+ m_PersistentCalls:
591
+ m_Calls: []
592
+ m_ShowInteractableHoverMeshes: 1
593
+ m_InteractableHoverMeshMaterial: {fileID: 2100000, guid: 3e5a0cec307a08647bb8f3464b7405b3,
594
+ type: 2}
595
+ m_InteractableCantHoverMeshMaterial: {fileID: 2100000, guid: 14a928e60d438994495be1115bf2547b,
596
+ type: 2}
597
+ m_SocketActive: 1
598
+ m_InteractableHoverScale: 1
599
+ m_RecycleDelayTime: 1
600
+ --- !u!65 &732980437
601
+ BoxCollider:
602
+ m_ObjectHideFlags: 0
603
+ m_CorrespondingSourceObject: {fileID: 0}
604
+ m_PrefabInstance: {fileID: 0}
605
+ m_PrefabAsset: {fileID: 0}
606
+ m_GameObject: {fileID: 732980434}
607
+ m_Material: {fileID: 0}
608
+ m_IsTrigger: 1
609
+ m_Enabled: 1
610
+ serializedVersion: 2
611
+ m_Size: {x: 0.4, y: 0.2, z: 0.4}
612
+ m_Center: {x: 0, y: 0, z: 0}
613
+ --- !u!1 &784249695
614
+ GameObject:
615
+ m_ObjectHideFlags: 0
616
+ m_CorrespondingSourceObject: {fileID: 0}
617
+ m_PrefabInstance: {fileID: 0}
618
+ m_PrefabAsset: {fileID: 0}
619
+ serializedVersion: 6
620
+ m_Component:
621
+ - component: {fileID: 784249699}
622
+ - component: {fileID: 784249698}
623
+ - component: {fileID: 784249697}
624
+ - component: {fileID: 784249696}
625
+ m_Layer: 0
626
+ m_Name: Locomotion System
627
+ m_TagString: Untagged
628
+ m_Icon: {fileID: 0}
629
+ m_NavMeshLayer: 0
630
+ m_StaticEditorFlags: 0
631
+ m_IsActive: 1
632
+ --- !u!114 &784249696
633
+ MonoBehaviour:
634
+ m_ObjectHideFlags: 0
635
+ m_CorrespondingSourceObject: {fileID: 0}
636
+ m_PrefabInstance: {fileID: 0}
637
+ m_PrefabAsset: {fileID: 0}
638
+ m_GameObject: {fileID: 784249695}
639
+ m_Enabled: 1
640
+ m_EditorHideFlags: 0
641
+ m_Script: {fileID: 11500000, guid: dc4f2c0214c9b494fa7eb5b8b2c02885, type: 3}
642
+ m_Name:
643
+ m_EditorClassIdentifier:
644
+ m_System: {fileID: 784249698}
645
+ m_TurnAmount: 45
646
+ m_DebounceTime: 0.5
647
+ m_EnableTurnLeftRight: 1
648
+ m_EnableTurnAround: 1
649
+ m_TurnUsage: 0
650
+ m_Controllers:
651
+ - {fileID: 893870070}
652
+ - {fileID: 1048047582}
653
+ m_DeadZone: 0.75
654
+ --- !u!114 &784249697
655
+ MonoBehaviour:
656
+ m_ObjectHideFlags: 0
657
+ m_CorrespondingSourceObject: {fileID: 0}
658
+ m_PrefabInstance: {fileID: 0}
659
+ m_PrefabAsset: {fileID: 0}
660
+ m_GameObject: {fileID: 784249695}
661
+ m_Enabled: 1
662
+ m_EditorHideFlags: 0
663
+ m_Script: {fileID: 11500000, guid: 01f69dc1cb084aa42b2f2f8cd87bc770, type: 3}
664
+ m_Name:
665
+ m_EditorClassIdentifier:
666
+ m_System: {fileID: 784249698}
667
+ --- !u!114 &784249698
668
+ MonoBehaviour:
669
+ m_ObjectHideFlags: 0
670
+ m_CorrespondingSourceObject: {fileID: 0}
671
+ m_PrefabInstance: {fileID: 0}
672
+ m_PrefabAsset: {fileID: 0}
673
+ m_GameObject: {fileID: 784249695}
674
+ m_Enabled: 1
675
+ m_EditorHideFlags: 0
676
+ m_Script: {fileID: 11500000, guid: 03a5df2202a8b96488c744be3bd0c33e, type: 3}
677
+ m_Name:
678
+ m_EditorClassIdentifier:
679
+ m_Timeout: 10
680
+ m_XROrigin: {fileID: 0}
681
+ --- !u!4 &784249699
682
+ Transform:
683
+ m_ObjectHideFlags: 0
684
+ m_CorrespondingSourceObject: {fileID: 0}
685
+ m_PrefabInstance: {fileID: 0}
686
+ m_PrefabAsset: {fileID: 0}
687
+ m_GameObject: {fileID: 784249695}
688
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
689
+ m_LocalPosition: {x: 0, y: 0, z: 0}
690
+ m_LocalScale: {x: 1, y: 1, z: 1}
691
+ m_Children: []
692
+ m_Father: {fileID: 0}
693
+ m_RootOrder: 4
694
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
695
+ --- !u!1 &893870065
696
+ GameObject:
697
+ m_ObjectHideFlags: 0
698
+ m_CorrespondingSourceObject: {fileID: 0}
699
+ m_PrefabInstance: {fileID: 0}
700
+ m_PrefabAsset: {fileID: 0}
701
+ serializedVersion: 6
702
+ m_Component:
703
+ - component: {fileID: 893870066}
704
+ - component: {fileID: 893870070}
705
+ - component: {fileID: 893870069}
706
+ - component: {fileID: 893870068}
707
+ - component: {fileID: 893870067}
708
+ m_Layer: 0
709
+ m_Name: LeftHand Controller
710
+ m_TagString: Untagged
711
+ m_Icon: {fileID: 0}
712
+ m_NavMeshLayer: 0
713
+ m_StaticEditorFlags: 0
714
+ m_IsActive: 1
715
+ --- !u!4 &893870066
716
+ Transform:
717
+ m_ObjectHideFlags: 0
718
+ m_CorrespondingSourceObject: {fileID: 0}
719
+ m_PrefabInstance: {fileID: 0}
720
+ m_PrefabAsset: {fileID: 0}
721
+ m_GameObject: {fileID: 893870065}
722
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
723
+ m_LocalPosition: {x: 0, y: 0, z: 0}
724
+ m_LocalScale: {x: 1, y: 1, z: 1}
725
+ m_Children: []
726
+ m_Father: {fileID: 1754561181}
727
+ m_RootOrder: 1
728
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
729
+ --- !u!114 &893870067
730
+ MonoBehaviour:
731
+ m_ObjectHideFlags: 0
732
+ m_CorrespondingSourceObject: {fileID: 0}
733
+ m_PrefabInstance: {fileID: 0}
734
+ m_PrefabAsset: {fileID: 0}
735
+ m_GameObject: {fileID: 893870065}
736
+ m_Enabled: 1
737
+ m_EditorHideFlags: 0
738
+ m_Script: {fileID: 11500000, guid: e988983f96fe1dd48800bcdfc82f23e9, type: 3}
739
+ m_Name:
740
+ m_EditorClassIdentifier:
741
+ m_LineWidth: 0.02
742
+ m_OverrideInteractorLineLength: 1
743
+ m_LineLength: 10
744
+ m_WidthCurve:
745
+ serializedVersion: 2
746
+ m_Curve:
747
+ - serializedVersion: 3
748
+ time: 0
749
+ value: 1
750
+ inSlope: 0
751
+ outSlope: 0
752
+ tangentMode: 0
753
+ weightedMode: 0
754
+ inWeight: 0
755
+ outWeight: 0
756
+ - serializedVersion: 3
757
+ time: 1
758
+ value: 1
759
+ inSlope: 0
760
+ outSlope: 0
761
+ tangentMode: 0
762
+ weightedMode: 0
763
+ inWeight: 0
764
+ outWeight: 0
765
+ m_PreInfinity: 2
766
+ m_PostInfinity: 2
767
+ m_RotationOrder: 4
768
+ m_ValidColorGradient:
769
+ serializedVersion: 2
770
+ key0: {r: 1, g: 1, b: 1, a: 1}
771
+ key1: {r: 1, g: 1, b: 1, a: 1}
772
+ key2: {r: 0, g: 0, b: 0, a: 0}
773
+ key3: {r: 0, g: 0, b: 0, a: 0}
774
+ key4: {r: 0, g: 0, b: 0, a: 0}
775
+ key5: {r: 0, g: 0, b: 0, a: 0}
776
+ key6: {r: 0, g: 0, b: 0, a: 0}
777
+ key7: {r: 0, g: 0, b: 0, a: 0}
778
+ ctime0: 0
779
+ ctime1: 65535
780
+ ctime2: 0
781
+ ctime3: 0
782
+ ctime4: 0
783
+ ctime5: 0
784
+ ctime6: 0
785
+ ctime7: 0
786
+ atime0: 0
787
+ atime1: 65535
788
+ atime2: 0
789
+ atime3: 0
790
+ atime4: 0
791
+ atime5: 0
792
+ atime6: 0
793
+ atime7: 0
794
+ m_Mode: 0
795
+ m_NumColorKeys: 2
796
+ m_NumAlphaKeys: 2
797
+ m_InvalidColorGradient:
798
+ serializedVersion: 2
799
+ key0: {r: 1, g: 0, b: 0, a: 1}
800
+ key1: {r: 1, g: 0, b: 0, a: 1}
801
+ key2: {r: 0, g: 0, b: 0, a: 0}
802
+ key3: {r: 0, g: 0, b: 0, a: 0}
803
+ key4: {r: 0, g: 0, b: 0, a: 0}
804
+ key5: {r: 0, g: 0, b: 0, a: 0}
805
+ key6: {r: 0, g: 0, b: 0, a: 0}
806
+ key7: {r: 0, g: 0, b: 0, a: 0}
807
+ ctime0: 0
808
+ ctime1: 65535
809
+ ctime2: 0
810
+ ctime3: 0
811
+ ctime4: 0
812
+ ctime5: 0
813
+ ctime6: 0
814
+ ctime7: 0
815
+ atime0: 0
816
+ atime1: 65535
817
+ atime2: 0
818
+ atime3: 0
819
+ atime4: 0
820
+ atime5: 0
821
+ atime6: 0
822
+ atime7: 0
823
+ m_Mode: 0
824
+ m_NumColorKeys: 2
825
+ m_NumAlphaKeys: 2
826
+ m_SmoothMovement: 0
827
+ m_FollowTightness: 10
828
+ m_SnapThresholdDistance: 10
829
+ m_Reticle: {fileID: 0}
830
+ m_StopLineAtFirstRaycastHit: 1
831
+ --- !u!120 &893870068
832
+ LineRenderer:
833
+ m_ObjectHideFlags: 0
834
+ m_CorrespondingSourceObject: {fileID: 0}
835
+ m_PrefabInstance: {fileID: 0}
836
+ m_PrefabAsset: {fileID: 0}
837
+ m_GameObject: {fileID: 893870065}
838
+ m_Enabled: 1
839
+ m_CastShadows: 0
840
+ m_ReceiveShadows: 0
841
+ m_DynamicOccludee: 1
842
+ m_MotionVectors: 0
843
+ m_LightProbeUsage: 0
844
+ m_ReflectionProbeUsage: 0
845
+ m_RayTracingMode: 0
846
+ m_RenderingLayerMask: 1
847
+ m_RendererPriority: 0
848
+ m_Materials:
849
+ - {fileID: 10306, guid: 0000000000000000f000000000000000, type: 0}
850
+ m_StaticBatchInfo:
851
+ firstSubMesh: 0
852
+ subMeshCount: 0
853
+ m_StaticBatchRoot: {fileID: 0}
854
+ m_ProbeAnchor: {fileID: 0}
855
+ m_LightProbeVolumeOverride: {fileID: 0}
856
+ m_ScaleInLightmap: 1
857
+ m_ReceiveGI: 1
858
+ m_PreserveUVs: 0
859
+ m_IgnoreNormalsForChartDetection: 0
860
+ m_ImportantGI: 0
861
+ m_StitchLightmapSeams: 1
862
+ m_SelectedEditorRenderState: 3
863
+ m_MinimumChartSize: 4
864
+ m_AutoUVMaxDistance: 0.5
865
+ m_AutoUVMaxAngle: 89
866
+ m_LightmapParameters: {fileID: 0}
867
+ m_SortingLayerID: 0
868
+ m_SortingLayer: 0
869
+ m_SortingOrder: 5
870
+ m_Positions: []
871
+ m_Parameters:
872
+ serializedVersion: 3
873
+ widthMultiplier: 0.02
874
+ widthCurve:
875
+ serializedVersion: 2
876
+ m_Curve:
877
+ - serializedVersion: 3
878
+ time: 0
879
+ value: 1
880
+ inSlope: 0
881
+ outSlope: 0
882
+ tangentMode: 0
883
+ weightedMode: 0
884
+ inWeight: 0
885
+ outWeight: 0
886
+ - serializedVersion: 3
887
+ time: 1
888
+ value: 1
889
+ inSlope: 0
890
+ outSlope: 0
891
+ tangentMode: 0
892
+ weightedMode: 0
893
+ inWeight: 0
894
+ outWeight: 0
895
+ m_PreInfinity: 2
896
+ m_PostInfinity: 2
897
+ m_RotationOrder: 4
898
+ colorGradient:
899
+ serializedVersion: 2
900
+ key0: {r: 0, g: 0, b: 1, a: 1}
901
+ key1: {r: 0, g: 0, b: 1, a: 1}
902
+ key2: {r: 0, g: 0, b: 0, a: 0}
903
+ key3: {r: 0, g: 0, b: 0, a: 0}
904
+ key4: {r: 0, g: 0, b: 0, a: 0}
905
+ key5: {r: 0, g: 0, b: 0, a: 0}
906
+ key6: {r: 0, g: 0, b: 0, a: 0}
907
+ key7: {r: 0, g: 0, b: 0, a: 0}
908
+ ctime0: 0
909
+ ctime1: 65535
910
+ ctime2: 0
911
+ ctime3: 0
912
+ ctime4: 0
913
+ ctime5: 0
914
+ ctime6: 0
915
+ ctime7: 0
916
+ atime0: 0
917
+ atime1: 65535
918
+ atime2: 0
919
+ atime3: 0
920
+ atime4: 0
921
+ atime5: 0
922
+ atime6: 0
923
+ atime7: 0
924
+ m_Mode: 0
925
+ m_NumColorKeys: 2
926
+ m_NumAlphaKeys: 2
927
+ numCornerVertices: 4
928
+ numCapVertices: 4
929
+ alignment: 0
930
+ textureMode: 0
931
+ shadowBias: 0.5
932
+ generateLightingData: 0
933
+ m_UseWorldSpace: 1
934
+ m_Loop: 0
935
+ --- !u!114 &893870069
936
+ MonoBehaviour:
937
+ m_ObjectHideFlags: 0
938
+ m_CorrespondingSourceObject: {fileID: 0}
939
+ m_PrefabInstance: {fileID: 0}
940
+ m_PrefabAsset: {fileID: 0}
941
+ m_GameObject: {fileID: 893870065}
942
+ m_Enabled: 1
943
+ m_EditorHideFlags: 0
944
+ m_Script: {fileID: 11500000, guid: 6803edce0201f574f923fd9d10e5b30a, type: 3}
945
+ m_Name:
946
+ m_EditorClassIdentifier:
947
+ m_InteractionManager: {fileID: 0}
948
+ m_InteractionLayerMask:
949
+ serializedVersion: 2
950
+ m_Bits: 4294967295
951
+ m_InteractionLayers:
952
+ m_Bits: 4294967295
953
+ m_AttachTransform: {fileID: 0}
954
+ m_KeepSelectedTargetValid: 1
955
+ m_StartingSelectedInteractable: {fileID: 0}
956
+ m_HoverEntered:
957
+ m_PersistentCalls:
958
+ m_Calls: []
959
+ m_HoverExited:
960
+ m_PersistentCalls:
961
+ m_Calls: []
962
+ m_SelectEntered:
963
+ m_PersistentCalls:
964
+ m_Calls: []
965
+ m_SelectExited:
966
+ m_PersistentCalls:
967
+ m_Calls: []
968
+ m_OnHoverEntered:
969
+ m_PersistentCalls:
970
+ m_Calls: []
971
+ m_OnHoverExited:
972
+ m_PersistentCalls:
973
+ m_Calls: []
974
+ m_OnSelectEntered:
975
+ m_PersistentCalls:
976
+ m_Calls: []
977
+ m_OnSelectExited:
978
+ m_PersistentCalls:
979
+ m_Calls: []
980
+ m_SelectActionTrigger: 1
981
+ m_HideControllerOnSelect: 0
982
+ m_AllowHoveredActivate: 0
983
+ m_PlayAudioClipOnSelectEntered: 0
984
+ m_AudioClipForOnSelectEntered: {fileID: 0}
985
+ m_PlayAudioClipOnSelectExited: 0
986
+ m_AudioClipForOnSelectExited: {fileID: 0}
987
+ m_PlayAudioClipOnSelectCanceled: 0
988
+ m_AudioClipForOnSelectCanceled: {fileID: 0}
989
+ m_PlayAudioClipOnHoverEntered: 0
990
+ m_AudioClipForOnHoverEntered: {fileID: 0}
991
+ m_PlayAudioClipOnHoverExited: 0
992
+ m_AudioClipForOnHoverExited: {fileID: 0}
993
+ m_PlayAudioClipOnHoverCanceled: 0
994
+ m_AudioClipForOnHoverCanceled: {fileID: 0}
995
+ m_PlayHapticsOnSelectEntered: 0
996
+ m_HapticSelectEnterIntensity: 0
997
+ m_HapticSelectEnterDuration: 0
998
+ m_PlayHapticsOnSelectExited: 0
999
+ m_HapticSelectExitIntensity: 0
1000
+ m_HapticSelectExitDuration: 0
1001
+ m_PlayHapticsOnSelectCanceled: 0
1002
+ m_HapticSelectCancelIntensity: 0
1003
+ m_HapticSelectCancelDuration: 0
1004
+ m_PlayHapticsOnHoverEntered: 0
1005
+ m_HapticHoverEnterIntensity: 0
1006
+ m_HapticHoverEnterDuration: 0
1007
+ m_PlayHapticsOnHoverExited: 0
1008
+ m_HapticHoverExitIntensity: 0
1009
+ m_HapticHoverExitDuration: 0
1010
+ m_PlayHapticsOnHoverCanceled: 0
1011
+ m_HapticHoverCancelIntensity: 0
1012
+ m_HapticHoverCancelDuration: 0
1013
+ m_LineType: 0
1014
+ m_BlendVisualLinePoints: 1
1015
+ m_MaxRaycastDistance: 30
1016
+ m_RayOriginTransform: {fileID: 0}
1017
+ m_ReferenceFrame: {fileID: 0}
1018
+ m_Velocity: 16
1019
+ m_Acceleration: 9.8
1020
+ m_AdditionalGroundHeight: 0.1
1021
+ m_AdditionalFlightTime: 0.5
1022
+ m_EndPointDistance: 30
1023
+ m_EndPointHeight: -10
1024
+ m_ControlPointDistance: 10
1025
+ m_ControlPointHeight: 5
1026
+ m_SampleFrequency: 20
1027
+ m_HitDetectionType: 0
1028
+ m_SphereCastRadius: 0
1029
+ m_RaycastMask:
1030
+ serializedVersion: 2
1031
+ m_Bits: 4294967295
1032
+ m_RaycastTriggerInteraction: 1
1033
+ m_HitClosestOnly: 0
1034
+ m_HoverToSelect: 0
1035
+ m_HoverTimeToSelect: 0.5
1036
+ m_EnableUIInteraction: 1
1037
+ m_AllowAnchorControl: 0
1038
+ m_UseForceGrab: 0
1039
+ m_RotateSpeed: 180
1040
+ m_TranslateSpeed: 5
1041
+ m_AnchorRotateReferenceFrame: {fileID: 0}
1042
+ --- !u!114 &893870070
1043
+ MonoBehaviour:
1044
+ m_ObjectHideFlags: 0
1045
+ m_CorrespondingSourceObject: {fileID: 0}
1046
+ m_PrefabInstance: {fileID: 0}
1047
+ m_PrefabAsset: {fileID: 0}
1048
+ m_GameObject: {fileID: 893870065}
1049
+ m_Enabled: 1
1050
+ m_EditorHideFlags: 0
1051
+ m_Script: {fileID: 11500000, guid: 1ae26e19cd956134bbdf3c6f65bf393a, type: 3}
1052
+ m_Name:
1053
+ m_EditorClassIdentifier:
1054
+ m_UpdateTrackingType: 0
1055
+ m_EnableInputTracking: 1
1056
+ m_EnableInputActions: 1
1057
+ m_ModelPrefab: {fileID: 1306640934352848695, guid: 902b196ba17fa284bae10bdc5878a72d,
1058
+ type: 3}
1059
+ m_ModelParent: {fileID: 0}
1060
+ m_Model: {fileID: 0}
1061
+ m_AnimateModel: 0
1062
+ m_ModelSelectTransition:
1063
+ m_ModelDeSelectTransition:
1064
+ m_ControllerNode: 4
1065
+ m_SelectUsage: 3
1066
+ m_ActivateUsage: 2
1067
+ m_UIPressUsage: 2
1068
+ m_AxisToPressThreshold: 0.1
1069
+ m_RotateAnchorLeft: 16
1070
+ m_RotateAnchorRight: 17
1071
+ m_MoveObjectIn: 14
1072
+ m_MoveObjectOut: 15
1073
+ m_PoseProvider: {fileID: 0}
1074
+ --- !u!1 &933852785
1075
+ GameObject:
1076
+ m_ObjectHideFlags: 0
1077
+ m_CorrespondingSourceObject: {fileID: 0}
1078
+ m_PrefabInstance: {fileID: 0}
1079
+ m_PrefabAsset: {fileID: 0}
1080
+ serializedVersion: 6
1081
+ m_Component:
1082
+ - component: {fileID: 933852789}
1083
+ - component: {fileID: 933852788}
1084
+ - component: {fileID: 933852787}
1085
+ - component: {fileID: 933852786}
1086
+ - component: {fileID: 933852790}
1087
+ m_Layer: 0
1088
+ m_Name: TeleportationAreaSimple
1089
+ m_TagString: Untagged
1090
+ m_Icon: {fileID: 0}
1091
+ m_NavMeshLayer: 0
1092
+ m_StaticEditorFlags: 0
1093
+ m_IsActive: 1
1094
+ --- !u!65 &933852786
1095
+ BoxCollider:
1096
+ m_ObjectHideFlags: 0
1097
+ m_CorrespondingSourceObject: {fileID: 0}
1098
+ m_PrefabInstance: {fileID: 0}
1099
+ m_PrefabAsset: {fileID: 0}
1100
+ m_GameObject: {fileID: 933852785}
1101
+ m_Material: {fileID: 0}
1102
+ m_IsTrigger: 0
1103
+ m_Enabled: 1
1104
+ serializedVersion: 2
1105
+ m_Size: {x: 1, y: 1, z: 1}
1106
+ m_Center: {x: 0, y: 0, z: 0}
1107
+ --- !u!23 &933852787
1108
+ MeshRenderer:
1109
+ m_ObjectHideFlags: 0
1110
+ m_CorrespondingSourceObject: {fileID: 0}
1111
+ m_PrefabInstance: {fileID: 0}
1112
+ m_PrefabAsset: {fileID: 0}
1113
+ m_GameObject: {fileID: 933852785}
1114
+ m_Enabled: 1
1115
+ m_CastShadows: 1
1116
+ m_ReceiveShadows: 1
1117
+ m_DynamicOccludee: 1
1118
+ m_MotionVectors: 1
1119
+ m_LightProbeUsage: 1
1120
+ m_ReflectionProbeUsage: 1
1121
+ m_RayTracingMode: 2
1122
+ m_RenderingLayerMask: 1
1123
+ m_RendererPriority: 0
1124
+ m_Materials:
1125
+ - {fileID: 2100000, guid: a348394afb5a4c94995958a8f3aecd26, type: 2}
1126
+ m_StaticBatchInfo:
1127
+ firstSubMesh: 0
1128
+ subMeshCount: 0
1129
+ m_StaticBatchRoot: {fileID: 0}
1130
+ m_ProbeAnchor: {fileID: 0}
1131
+ m_LightProbeVolumeOverride: {fileID: 0}
1132
+ m_ScaleInLightmap: 1
1133
+ m_ReceiveGI: 1
1134
+ m_PreserveUVs: 0
1135
+ m_IgnoreNormalsForChartDetection: 0
1136
+ m_ImportantGI: 0
1137
+ m_StitchLightmapSeams: 1
1138
+ m_SelectedEditorRenderState: 3
1139
+ m_MinimumChartSize: 4
1140
+ m_AutoUVMaxDistance: 0.5
1141
+ m_AutoUVMaxAngle: 89
1142
+ m_LightmapParameters: {fileID: 0}
1143
+ m_SortingLayerID: 0
1144
+ m_SortingLayer: 0
1145
+ m_SortingOrder: 0
1146
+ --- !u!33 &933852788
1147
+ MeshFilter:
1148
+ m_ObjectHideFlags: 0
1149
+ m_CorrespondingSourceObject: {fileID: 0}
1150
+ m_PrefabInstance: {fileID: 0}
1151
+ m_PrefabAsset: {fileID: 0}
1152
+ m_GameObject: {fileID: 933852785}
1153
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
1154
+ --- !u!4 &933852789
1155
+ Transform:
1156
+ m_ObjectHideFlags: 0
1157
+ m_CorrespondingSourceObject: {fileID: 0}
1158
+ m_PrefabInstance: {fileID: 0}
1159
+ m_PrefabAsset: {fileID: 0}
1160
+ m_GameObject: {fileID: 933852785}
1161
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1162
+ m_LocalPosition: {x: 0, y: -0.4, z: 1}
1163
+ m_LocalScale: {x: 10, y: 0.02, z: 10}
1164
+ m_Children: []
1165
+ m_Father: {fileID: 0}
1166
+ m_RootOrder: 12
1167
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1168
+ --- !u!114 &933852790
1169
+ MonoBehaviour:
1170
+ m_ObjectHideFlags: 0
1171
+ m_CorrespondingSourceObject: {fileID: 0}
1172
+ m_PrefabInstance: {fileID: 0}
1173
+ m_PrefabAsset: {fileID: 0}
1174
+ m_GameObject: {fileID: 933852785}
1175
+ m_Enabled: 1
1176
+ m_EditorHideFlags: 0
1177
+ m_Script: {fileID: 11500000, guid: 38f6bf3d943ac7945842268c9ef1dca6, type: 3}
1178
+ m_Name:
1179
+ m_EditorClassIdentifier:
1180
+ m_InteractionManager: {fileID: 0}
1181
+ m_Colliders: []
1182
+ m_InteractionLayerMask:
1183
+ serializedVersion: 2
1184
+ m_Bits: 4294967295
1185
+ m_InteractionLayers:
1186
+ m_Bits: 4294967295
1187
+ m_SelectMode: 1
1188
+ m_CustomReticle: {fileID: 0}
1189
+ m_FirstHoverEntered:
1190
+ m_PersistentCalls:
1191
+ m_Calls: []
1192
+ m_LastHoverExited:
1193
+ m_PersistentCalls:
1194
+ m_Calls: []
1195
+ m_HoverEntered:
1196
+ m_PersistentCalls:
1197
+ m_Calls: []
1198
+ m_HoverExited:
1199
+ m_PersistentCalls:
1200
+ m_Calls: []
1201
+ m_FirstSelectEntered:
1202
+ m_PersistentCalls:
1203
+ m_Calls: []
1204
+ m_LastSelectExited:
1205
+ m_PersistentCalls:
1206
+ m_Calls: []
1207
+ m_SelectEntered:
1208
+ m_PersistentCalls:
1209
+ m_Calls: []
1210
+ m_SelectExited:
1211
+ m_PersistentCalls:
1212
+ m_Calls: []
1213
+ m_Activated:
1214
+ m_PersistentCalls:
1215
+ m_Calls: []
1216
+ m_Deactivated:
1217
+ m_PersistentCalls:
1218
+ m_Calls: []
1219
+ m_OnFirstHoverEntered:
1220
+ m_PersistentCalls:
1221
+ m_Calls: []
1222
+ m_OnLastHoverExited:
1223
+ m_PersistentCalls:
1224
+ m_Calls: []
1225
+ m_OnHoverEntered:
1226
+ m_PersistentCalls:
1227
+ m_Calls: []
1228
+ m_OnHoverExited:
1229
+ m_PersistentCalls:
1230
+ m_Calls: []
1231
+ m_OnSelectEntered:
1232
+ m_PersistentCalls:
1233
+ m_Calls: []
1234
+ m_OnSelectExited:
1235
+ m_PersistentCalls:
1236
+ m_Calls: []
1237
+ m_OnSelectCanceled:
1238
+ m_PersistentCalls:
1239
+ m_Calls: []
1240
+ m_OnActivate:
1241
+ m_PersistentCalls:
1242
+ m_Calls: []
1243
+ m_OnDeactivate:
1244
+ m_PersistentCalls:
1245
+ m_Calls: []
1246
+ m_TeleportationProvider: {fileID: 0}
1247
+ m_MatchOrientation: 0
1248
+ m_TeleportTrigger: 0
1249
+ m_Teleporting:
1250
+ m_PersistentCalls:
1251
+ m_Calls: []
1252
+ --- !u!1001 &951178561
1253
+ PrefabInstance:
1254
+ m_ObjectHideFlags: 0
1255
+ serializedVersion: 2
1256
+ m_Modification:
1257
+ m_TransformParent: {fileID: 0}
1258
+ m_Modifications:
1259
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1260
+ type: 3}
1261
+ propertyPath: m_RootOrder
1262
+ value: 10
1263
+ objectReference: {fileID: 0}
1264
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1265
+ type: 3}
1266
+ propertyPath: m_LocalPosition.x
1267
+ value: 0
1268
+ objectReference: {fileID: 0}
1269
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1270
+ type: 3}
1271
+ propertyPath: m_LocalPosition.y
1272
+ value: -0.5
1273
+ objectReference: {fileID: 0}
1274
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1275
+ type: 3}
1276
+ propertyPath: m_LocalPosition.z
1277
+ value: 0
1278
+ objectReference: {fileID: 0}
1279
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1280
+ type: 3}
1281
+ propertyPath: m_LocalRotation.w
1282
+ value: 1
1283
+ objectReference: {fileID: 0}
1284
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1285
+ type: 3}
1286
+ propertyPath: m_LocalRotation.x
1287
+ value: -0
1288
+ objectReference: {fileID: 0}
1289
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1290
+ type: 3}
1291
+ propertyPath: m_LocalRotation.y
1292
+ value: -0
1293
+ objectReference: {fileID: 0}
1294
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1295
+ type: 3}
1296
+ propertyPath: m_LocalRotation.z
1297
+ value: -0
1298
+ objectReference: {fileID: 0}
1299
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1300
+ type: 3}
1301
+ propertyPath: m_LocalEulerAnglesHint.x
1302
+ value: 0
1303
+ objectReference: {fileID: 0}
1304
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1305
+ type: 3}
1306
+ propertyPath: m_LocalEulerAnglesHint.y
1307
+ value: 0
1308
+ objectReference: {fileID: 0}
1309
+ - target: {fileID: 8727182960119839637, guid: 024bd816ca03dad4c906465a400b16d0,
1310
+ type: 3}
1311
+ propertyPath: m_LocalEulerAnglesHint.z
1312
+ value: 0
1313
+ objectReference: {fileID: 0}
1314
+ - target: {fileID: 8727182960119839638, guid: 024bd816ca03dad4c906465a400b16d0,
1315
+ type: 3}
1316
+ propertyPath: m_Name
1317
+ value: Environment
1318
+ objectReference: {fileID: 0}
1319
+ m_RemovedComponents: []
1320
+ m_SourcePrefab: {fileID: 100100000, guid: 024bd816ca03dad4c906465a400b16d0, type: 3}
1321
+ --- !u!1 &963194225
1322
+ GameObject:
1323
+ m_ObjectHideFlags: 0
1324
+ m_CorrespondingSourceObject: {fileID: 0}
1325
+ m_PrefabInstance: {fileID: 0}
1326
+ m_PrefabAsset: {fileID: 0}
1327
+ serializedVersion: 6
1328
+ m_Component:
1329
+ - component: {fileID: 963194228}
1330
+ - component: {fileID: 963194227}
1331
+ - component: {fileID: 963194226}
1332
+ - component: {fileID: 963194229}
1333
+ - component: {fileID: 963194230}
1334
+ m_Layer: 0
1335
+ m_Name: Main Camera
1336
+ m_TagString: MainCamera
1337
+ m_Icon: {fileID: 0}
1338
+ m_NavMeshLayer: 0
1339
+ m_StaticEditorFlags: 0
1340
+ m_IsActive: 1
1341
+ --- !u!81 &963194226
1342
+ AudioListener:
1343
+ m_ObjectHideFlags: 0
1344
+ m_CorrespondingSourceObject: {fileID: 0}
1345
+ m_PrefabInstance: {fileID: 0}
1346
+ m_PrefabAsset: {fileID: 0}
1347
+ m_GameObject: {fileID: 963194225}
1348
+ m_Enabled: 1
1349
+ --- !u!20 &963194227
1350
+ Camera:
1351
+ m_ObjectHideFlags: 0
1352
+ m_CorrespondingSourceObject: {fileID: 0}
1353
+ m_PrefabInstance: {fileID: 0}
1354
+ m_PrefabAsset: {fileID: 0}
1355
+ m_GameObject: {fileID: 963194225}
1356
+ m_Enabled: 1
1357
+ serializedVersion: 2
1358
+ m_ClearFlags: 1
1359
+ m_BackGroundColor: {r: 0.62552905, g: 0.684092, b: 0.7761194, a: 0.019607844}
1360
+ m_projectionMatrixMode: 1
1361
+ m_GateFitMode: 2
1362
+ m_FOVAxisMode: 0
1363
+ m_SensorSize: {x: 36, y: 24}
1364
+ m_LensShift: {x: 0, y: 0}
1365
+ m_FocalLength: 50
1366
+ m_NormalizedViewPortRect:
1367
+ serializedVersion: 2
1368
+ x: 0
1369
+ y: 0
1370
+ width: 1
1371
+ height: 1
1372
+ near clip plane: 0.02
1373
+ far clip plane: 400
1374
+ field of view: 60
1375
+ orthographic: 0
1376
+ orthographic size: 100
1377
+ m_Depth: -1
1378
+ m_CullingMask:
1379
+ serializedVersion: 2
1380
+ m_Bits: 4294967295
1381
+ m_RenderingPath: -1
1382
+ m_TargetTexture: {fileID: 0}
1383
+ m_TargetDisplay: 0
1384
+ m_TargetEye: 3
1385
+ m_HDR: 0
1386
+ m_AllowMSAA: 1
1387
+ m_AllowDynamicResolution: 0
1388
+ m_ForceIntoRT: 0
1389
+ m_OcclusionCulling: 1
1390
+ m_StereoConvergence: 10
1391
+ m_StereoSeparation: 0.022
1392
+ --- !u!4 &963194228
1393
+ Transform:
1394
+ m_ObjectHideFlags: 0
1395
+ m_CorrespondingSourceObject: {fileID: 0}
1396
+ m_PrefabInstance: {fileID: 0}
1397
+ m_PrefabAsset: {fileID: 0}
1398
+ m_GameObject: {fileID: 963194225}
1399
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1400
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1401
+ m_LocalScale: {x: 1, y: 1, z: 1}
1402
+ m_Children: []
1403
+ m_Father: {fileID: 1754561181}
1404
+ m_RootOrder: 0
1405
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1406
+ --- !u!114 &963194229
1407
+ MonoBehaviour:
1408
+ m_ObjectHideFlags: 0
1409
+ m_CorrespondingSourceObject: {fileID: 0}
1410
+ m_PrefabInstance: {fileID: 0}
1411
+ m_PrefabAsset: {fileID: 0}
1412
+ m_GameObject: {fileID: 963194225}
1413
+ m_Enabled: 1
1414
+ m_EditorHideFlags: 0
1415
+ m_Script: {fileID: 11500000, guid: 5a2a9c34df4095f47b9ca8f975175f5b, type: 3}
1416
+ m_Name:
1417
+ m_EditorClassIdentifier:
1418
+ m_Device: 0
1419
+ m_PoseSource: 2
1420
+ m_PoseProviderComponent: {fileID: 0}
1421
+ m_TrackingType: 0
1422
+ m_UpdateType: 0
1423
+ m_UseRelativeTransform: 0
1424
+ --- !u!114 &963194230
1425
+ MonoBehaviour:
1426
+ m_ObjectHideFlags: 0
1427
+ m_CorrespondingSourceObject: {fileID: 0}
1428
+ m_PrefabInstance: {fileID: 0}
1429
+ m_PrefabAsset: {fileID: 0}
1430
+ m_GameObject: {fileID: 963194225}
1431
+ m_Enabled: 1
1432
+ m_EditorHideFlags: 0
1433
+ m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
1434
+ m_Name:
1435
+ m_EditorClassIdentifier:
1436
+ m_RenderShadows: 1
1437
+ m_RequiresDepthTextureOption: 2
1438
+ m_RequiresOpaqueTextureOption: 2
1439
+ m_CameraType: 0
1440
+ m_Cameras: []
1441
+ m_RendererIndex: -1
1442
+ m_VolumeLayerMask:
1443
+ serializedVersion: 2
1444
+ m_Bits: 1
1445
+ m_VolumeTrigger: {fileID: 0}
1446
+ m_RenderPostProcessing: 0
1447
+ m_Antialiasing: 0
1448
+ m_AntialiasingQuality: 2
1449
+ m_StopNaN: 0
1450
+ m_Dithering: 0
1451
+ m_ClearDepth: 1
1452
+ m_RequiresDepthTexture: 0
1453
+ m_RequiresColorTexture: 0
1454
+ m_Version: 2
1455
+ --- !u!1 &1048047577
1456
+ GameObject:
1457
+ m_ObjectHideFlags: 0
1458
+ m_CorrespondingSourceObject: {fileID: 0}
1459
+ m_PrefabInstance: {fileID: 0}
1460
+ m_PrefabAsset: {fileID: 0}
1461
+ serializedVersion: 6
1462
+ m_Component:
1463
+ - component: {fileID: 1048047578}
1464
+ - component: {fileID: 1048047582}
1465
+ - component: {fileID: 1048047579}
1466
+ - component: {fileID: 1048047580}
1467
+ m_Layer: 0
1468
+ m_Name: RightHand Controller
1469
+ m_TagString: Untagged
1470
+ m_Icon: {fileID: 0}
1471
+ m_NavMeshLayer: 0
1472
+ m_StaticEditorFlags: 0
1473
+ m_IsActive: 1
1474
+ --- !u!4 &1048047578
1475
+ Transform:
1476
+ m_ObjectHideFlags: 0
1477
+ m_CorrespondingSourceObject: {fileID: 0}
1478
+ m_PrefabInstance: {fileID: 0}
1479
+ m_PrefabAsset: {fileID: 0}
1480
+ m_GameObject: {fileID: 1048047577}
1481
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1482
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1483
+ m_LocalScale: {x: 1, y: 1, z: 1}
1484
+ m_Children: []
1485
+ m_Father: {fileID: 1754561181}
1486
+ m_RootOrder: 2
1487
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1488
+ --- !u!114 &1048047579
1489
+ MonoBehaviour:
1490
+ m_ObjectHideFlags: 0
1491
+ m_CorrespondingSourceObject: {fileID: 0}
1492
+ m_PrefabInstance: {fileID: 0}
1493
+ m_PrefabAsset: {fileID: 0}
1494
+ m_GameObject: {fileID: 1048047577}
1495
+ m_Enabled: 1
1496
+ m_EditorHideFlags: 0
1497
+ m_Script: {fileID: 11500000, guid: 4253f32900bcc4d499d675566142ded0, type: 3}
1498
+ m_Name:
1499
+ m_EditorClassIdentifier:
1500
+ m_InteractionManager: {fileID: 0}
1501
+ m_InteractionLayerMask:
1502
+ serializedVersion: 2
1503
+ m_Bits: 1
1504
+ m_InteractionLayers:
1505
+ m_Bits: 1
1506
+ m_AttachTransform: {fileID: 0}
1507
+ m_KeepSelectedTargetValid: 1
1508
+ m_StartingSelectedInteractable: {fileID: 0}
1509
+ m_HoverEntered:
1510
+ m_PersistentCalls:
1511
+ m_Calls: []
1512
+ m_HoverExited:
1513
+ m_PersistentCalls:
1514
+ m_Calls: []
1515
+ m_SelectEntered:
1516
+ m_PersistentCalls:
1517
+ m_Calls: []
1518
+ m_SelectExited:
1519
+ m_PersistentCalls:
1520
+ m_Calls: []
1521
+ m_OnHoverEntered:
1522
+ m_PersistentCalls:
1523
+ m_Calls: []
1524
+ m_OnHoverExited:
1525
+ m_PersistentCalls:
1526
+ m_Calls: []
1527
+ m_OnSelectEntered:
1528
+ m_PersistentCalls:
1529
+ m_Calls: []
1530
+ m_OnSelectExited:
1531
+ m_PersistentCalls:
1532
+ m_Calls: []
1533
+ m_SelectActionTrigger: 1
1534
+ m_HideControllerOnSelect: 0
1535
+ m_AllowHoveredActivate: 0
1536
+ m_PlayAudioClipOnSelectEntered: 0
1537
+ m_AudioClipForOnSelectEntered: {fileID: 0}
1538
+ m_PlayAudioClipOnSelectExited: 0
1539
+ m_AudioClipForOnSelectExited: {fileID: 0}
1540
+ m_PlayAudioClipOnSelectCanceled: 0
1541
+ m_AudioClipForOnSelectCanceled: {fileID: 0}
1542
+ m_PlayAudioClipOnHoverEntered: 0
1543
+ m_AudioClipForOnHoverEntered: {fileID: 8300000, guid: 78e866839cb9139479284b3ec9722851,
1544
+ type: 3}
1545
+ m_PlayAudioClipOnHoverExited: 0
1546
+ m_AudioClipForOnHoverExited: {fileID: 8300000, guid: 6170b893c9dfca64980eee61e4fc2069,
1547
+ type: 3}
1548
+ m_PlayAudioClipOnHoverCanceled: 0
1549
+ m_AudioClipForOnHoverCanceled: {fileID: 0}
1550
+ m_PlayHapticsOnSelectEntered: 0
1551
+ m_HapticSelectEnterIntensity: 0
1552
+ m_HapticSelectEnterDuration: 0
1553
+ m_PlayHapticsOnSelectExited: 0
1554
+ m_HapticSelectExitIntensity: 0
1555
+ m_HapticSelectExitDuration: 0
1556
+ m_PlayHapticsOnSelectCanceled: 0
1557
+ m_HapticSelectCancelIntensity: 0
1558
+ m_HapticSelectCancelDuration: 0
1559
+ m_PlayHapticsOnHoverEntered: 0
1560
+ m_HapticHoverEnterIntensity: 0
1561
+ m_HapticHoverEnterDuration: 0
1562
+ m_PlayHapticsOnHoverExited: 0
1563
+ m_HapticHoverExitIntensity: 0
1564
+ m_HapticHoverExitDuration: 0
1565
+ m_PlayHapticsOnHoverCanceled: 0
1566
+ m_HapticHoverCancelIntensity: 0
1567
+ m_HapticHoverCancelDuration: 0
1568
+ --- !u!135 &1048047580
1569
+ SphereCollider:
1570
+ m_ObjectHideFlags: 0
1571
+ m_CorrespondingSourceObject: {fileID: 0}
1572
+ m_PrefabInstance: {fileID: 0}
1573
+ m_PrefabAsset: {fileID: 0}
1574
+ m_GameObject: {fileID: 1048047577}
1575
+ m_Material: {fileID: 0}
1576
+ m_IsTrigger: 1
1577
+ m_Enabled: 1
1578
+ serializedVersion: 2
1579
+ m_Radius: 0.3
1580
+ m_Center: {x: 0, y: 0, z: 0}
1581
+ --- !u!114 &1048047582
1582
+ MonoBehaviour:
1583
+ m_ObjectHideFlags: 0
1584
+ m_CorrespondingSourceObject: {fileID: 0}
1585
+ m_PrefabInstance: {fileID: 0}
1586
+ m_PrefabAsset: {fileID: 0}
1587
+ m_GameObject: {fileID: 1048047577}
1588
+ m_Enabled: 1
1589
+ m_EditorHideFlags: 0
1590
+ m_Script: {fileID: 11500000, guid: 1ae26e19cd956134bbdf3c6f65bf393a, type: 3}
1591
+ m_Name:
1592
+ m_EditorClassIdentifier:
1593
+ m_UpdateTrackingType: 0
1594
+ m_EnableInputTracking: 1
1595
+ m_EnableInputActions: 1
1596
+ m_ModelPrefab: {fileID: 1306640934352848695, guid: 902b196ba17fa284bae10bdc5878a72d,
1597
+ type: 3}
1598
+ m_ModelParent: {fileID: 0}
1599
+ m_Model: {fileID: 0}
1600
+ m_AnimateModel: 0
1601
+ m_ModelSelectTransition:
1602
+ m_ModelDeSelectTransition:
1603
+ m_ControllerNode: 5
1604
+ m_SelectUsage: 3
1605
+ m_ActivateUsage: 2
1606
+ m_UIPressUsage: 2
1607
+ m_AxisToPressThreshold: 0.1
1608
+ m_RotateAnchorLeft: 16
1609
+ m_RotateAnchorRight: 17
1610
+ m_MoveObjectIn: 14
1611
+ m_MoveObjectOut: 15
1612
+ m_PoseProvider: {fileID: 0}
1613
+ --- !u!1 &1160734002
1614
+ GameObject:
1615
+ m_ObjectHideFlags: 0
1616
+ m_CorrespondingSourceObject: {fileID: 0}
1617
+ m_PrefabInstance: {fileID: 0}
1618
+ m_PrefabAsset: {fileID: 0}
1619
+ serializedVersion: 6
1620
+ m_Component:
1621
+ - component: {fileID: 1160734003}
1622
+ - component: {fileID: 1160734006}
1623
+ - component: {fileID: 1160734005}
1624
+ - component: {fileID: 1160734004}
1625
+ m_Layer: 0
1626
+ m_Name: Wall (3)
1627
+ m_TagString: Untagged
1628
+ m_Icon: {fileID: 0}
1629
+ m_NavMeshLayer: 0
1630
+ m_StaticEditorFlags: 0
1631
+ m_IsActive: 1
1632
+ --- !u!4 &1160734003
1633
+ Transform:
1634
+ m_ObjectHideFlags: 0
1635
+ m_CorrespondingSourceObject: {fileID: 0}
1636
+ m_PrefabInstance: {fileID: 0}
1637
+ m_PrefabAsset: {fileID: 0}
1638
+ m_GameObject: {fileID: 1160734002}
1639
+ m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
1640
+ m_LocalPosition: {x: 0, y: -0.0871, z: -0.184}
1641
+ m_LocalScale: {x: 0.03, y: 0.15, z: 0.3}
1642
+ m_Children: []
1643
+ m_Father: {fileID: 732980435}
1644
+ m_RootOrder: 3
1645
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
1646
+ --- !u!65 &1160734004
1647
+ BoxCollider:
1648
+ m_ObjectHideFlags: 0
1649
+ m_CorrespondingSourceObject: {fileID: 0}
1650
+ m_PrefabInstance: {fileID: 0}
1651
+ m_PrefabAsset: {fileID: 0}
1652
+ m_GameObject: {fileID: 1160734002}
1653
+ m_Material: {fileID: 0}
1654
+ m_IsTrigger: 0
1655
+ m_Enabled: 1
1656
+ serializedVersion: 2
1657
+ m_Size: {x: 1, y: 1, z: 1}
1658
+ m_Center: {x: 0, y: 0, z: 0}
1659
+ --- !u!23 &1160734005
1660
+ MeshRenderer:
1661
+ m_ObjectHideFlags: 0
1662
+ m_CorrespondingSourceObject: {fileID: 0}
1663
+ m_PrefabInstance: {fileID: 0}
1664
+ m_PrefabAsset: {fileID: 0}
1665
+ m_GameObject: {fileID: 1160734002}
1666
+ m_Enabled: 1
1667
+ m_CastShadows: 1
1668
+ m_ReceiveShadows: 1
1669
+ m_DynamicOccludee: 1
1670
+ m_MotionVectors: 1
1671
+ m_LightProbeUsage: 1
1672
+ m_ReflectionProbeUsage: 1
1673
+ m_RayTracingMode: 2
1674
+ m_RenderingLayerMask: 1
1675
+ m_RendererPriority: 0
1676
+ m_Materials:
1677
+ - {fileID: 2100000, guid: e560222503506b54fa7af7508dc59e73, type: 2}
1678
+ m_StaticBatchInfo:
1679
+ firstSubMesh: 0
1680
+ subMeshCount: 0
1681
+ m_StaticBatchRoot: {fileID: 0}
1682
+ m_ProbeAnchor: {fileID: 0}
1683
+ m_LightProbeVolumeOverride: {fileID: 0}
1684
+ m_ScaleInLightmap: 1
1685
+ m_ReceiveGI: 1
1686
+ m_PreserveUVs: 0
1687
+ m_IgnoreNormalsForChartDetection: 0
1688
+ m_ImportantGI: 0
1689
+ m_StitchLightmapSeams: 1
1690
+ m_SelectedEditorRenderState: 3
1691
+ m_MinimumChartSize: 4
1692
+ m_AutoUVMaxDistance: 0.5
1693
+ m_AutoUVMaxAngle: 89
1694
+ m_LightmapParameters: {fileID: 0}
1695
+ m_SortingLayerID: 0
1696
+ m_SortingLayer: 0
1697
+ m_SortingOrder: 0
1698
+ --- !u!33 &1160734006
1699
+ MeshFilter:
1700
+ m_ObjectHideFlags: 0
1701
+ m_CorrespondingSourceObject: {fileID: 0}
1702
+ m_PrefabInstance: {fileID: 0}
1703
+ m_PrefabAsset: {fileID: 0}
1704
+ m_GameObject: {fileID: 1160734002}
1705
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
1706
+ --- !u!1 &1217187985
1707
+ GameObject:
1708
+ m_ObjectHideFlags: 0
1709
+ m_CorrespondingSourceObject: {fileID: 0}
1710
+ m_PrefabInstance: {fileID: 0}
1711
+ m_PrefabAsset: {fileID: 0}
1712
+ serializedVersion: 6
1713
+ m_Component:
1714
+ - component: {fileID: 1217187986}
1715
+ m_Layer: 0
1716
+ m_Name: -----------------------------
1717
+ m_TagString: Untagged
1718
+ m_Icon: {fileID: 0}
1719
+ m_NavMeshLayer: 0
1720
+ m_StaticEditorFlags: 0
1721
+ m_IsActive: 1
1722
+ --- !u!4 &1217187986
1723
+ Transform:
1724
+ m_ObjectHideFlags: 0
1725
+ m_CorrespondingSourceObject: {fileID: 0}
1726
+ m_PrefabInstance: {fileID: 0}
1727
+ m_PrefabAsset: {fileID: 0}
1728
+ m_GameObject: {fileID: 1217187985}
1729
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1730
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1731
+ m_LocalScale: {x: 1, y: 1, z: 1}
1732
+ m_Children: []
1733
+ m_Father: {fileID: 0}
1734
+ m_RootOrder: 2
1735
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1736
+ --- !u!1 &1472687626
1737
+ GameObject:
1738
+ m_ObjectHideFlags: 0
1739
+ m_CorrespondingSourceObject: {fileID: 0}
1740
+ m_PrefabInstance: {fileID: 0}
1741
+ m_PrefabAsset: {fileID: 0}
1742
+ serializedVersion: 6
1743
+ m_Component:
1744
+ - component: {fileID: 1472687627}
1745
+ m_Layer: 0
1746
+ m_Name: -----------------------------
1747
+ m_TagString: Untagged
1748
+ m_Icon: {fileID: 0}
1749
+ m_NavMeshLayer: 0
1750
+ m_StaticEditorFlags: 0
1751
+ m_IsActive: 1
1752
+ --- !u!4 &1472687627
1753
+ Transform:
1754
+ m_ObjectHideFlags: 0
1755
+ m_CorrespondingSourceObject: {fileID: 0}
1756
+ m_PrefabInstance: {fileID: 0}
1757
+ m_PrefabAsset: {fileID: 0}
1758
+ m_GameObject: {fileID: 1472687626}
1759
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1760
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1761
+ m_LocalScale: {x: 1, y: 1, z: 1}
1762
+ m_Children: []
1763
+ m_Father: {fileID: 0}
1764
+ m_RootOrder: 9
1765
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1766
+ --- !u!1001 &1506423049
1767
+ PrefabInstance:
1768
+ m_ObjectHideFlags: 0
1769
+ serializedVersion: 2
1770
+ m_Modification:
1771
+ m_TransformParent: {fileID: 0}
1772
+ m_Modifications:
1773
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1774
+ type: 3}
1775
+ propertyPath: m_RootOrder
1776
+ value: 3
1777
+ objectReference: {fileID: 0}
1778
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1779
+ type: 3}
1780
+ propertyPath: m_LocalPosition.x
1781
+ value: 0
1782
+ objectReference: {fileID: 0}
1783
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1784
+ type: 3}
1785
+ propertyPath: m_LocalPosition.y
1786
+ value: 0
1787
+ objectReference: {fileID: 0}
1788
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1789
+ type: 3}
1790
+ propertyPath: m_LocalPosition.z
1791
+ value: 0
1792
+ objectReference: {fileID: 0}
1793
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1794
+ type: 3}
1795
+ propertyPath: m_LocalRotation.w
1796
+ value: 1
1797
+ objectReference: {fileID: 0}
1798
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1799
+ type: 3}
1800
+ propertyPath: m_LocalRotation.x
1801
+ value: -0
1802
+ objectReference: {fileID: 0}
1803
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1804
+ type: 3}
1805
+ propertyPath: m_LocalRotation.y
1806
+ value: -0
1807
+ objectReference: {fileID: 0}
1808
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1809
+ type: 3}
1810
+ propertyPath: m_LocalRotation.z
1811
+ value: -0
1812
+ objectReference: {fileID: 0}
1813
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1814
+ type: 3}
1815
+ propertyPath: m_LocalEulerAnglesHint.x
1816
+ value: 0
1817
+ objectReference: {fileID: 0}
1818
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1819
+ type: 3}
1820
+ propertyPath: m_LocalEulerAnglesHint.y
1821
+ value: 0
1822
+ objectReference: {fileID: 0}
1823
+ - target: {fileID: 2716043965479607873, guid: 18acfc6d6f07a46429046e9df3790d5b,
1824
+ type: 3}
1825
+ propertyPath: m_LocalEulerAnglesHint.z
1826
+ value: 0
1827
+ objectReference: {fileID: 0}
1828
+ - target: {fileID: 2716043965479607879, guid: 18acfc6d6f07a46429046e9df3790d5b,
1829
+ type: 3}
1830
+ propertyPath: m_Name
1831
+ value: XR Interaction Manager
1832
+ objectReference: {fileID: 0}
1833
+ m_RemovedComponents: []
1834
+ m_SourcePrefab: {fileID: 100100000, guid: 18acfc6d6f07a46429046e9df3790d5b, type: 3}
1835
+ --- !u!1 &1566827304
1836
+ GameObject:
1837
+ m_ObjectHideFlags: 0
1838
+ m_CorrespondingSourceObject: {fileID: 0}
1839
+ m_PrefabInstance: {fileID: 0}
1840
+ m_PrefabAsset: {fileID: 0}
1841
+ serializedVersion: 6
1842
+ m_Component:
1843
+ - component: {fileID: 1566827305}
1844
+ - component: {fileID: 1566827308}
1845
+ - component: {fileID: 1566827307}
1846
+ - component: {fileID: 1566827306}
1847
+ m_Layer: 0
1848
+ m_Name: Wall
1849
+ m_TagString: Untagged
1850
+ m_Icon: {fileID: 0}
1851
+ m_NavMeshLayer: 0
1852
+ m_StaticEditorFlags: 0
1853
+ m_IsActive: 1
1854
+ --- !u!4 &1566827305
1855
+ Transform:
1856
+ m_ObjectHideFlags: 0
1857
+ m_CorrespondingSourceObject: {fileID: 0}
1858
+ m_PrefabInstance: {fileID: 0}
1859
+ m_PrefabAsset: {fileID: 0}
1860
+ m_GameObject: {fileID: 1566827304}
1861
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1862
+ m_LocalPosition: {x: -0.164, y: -0.0871, z: 0}
1863
+ m_LocalScale: {x: 0.03, y: 0.15, z: 0.33}
1864
+ m_Children: []
1865
+ m_Father: {fileID: 732980435}
1866
+ m_RootOrder: 0
1867
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1868
+ --- !u!65 &1566827306
1869
+ BoxCollider:
1870
+ m_ObjectHideFlags: 0
1871
+ m_CorrespondingSourceObject: {fileID: 0}
1872
+ m_PrefabInstance: {fileID: 0}
1873
+ m_PrefabAsset: {fileID: 0}
1874
+ m_GameObject: {fileID: 1566827304}
1875
+ m_Material: {fileID: 0}
1876
+ m_IsTrigger: 0
1877
+ m_Enabled: 1
1878
+ serializedVersion: 2
1879
+ m_Size: {x: 1, y: 1, z: 1}
1880
+ m_Center: {x: 0, y: 0, z: 0}
1881
+ --- !u!23 &1566827307
1882
+ MeshRenderer:
1883
+ m_ObjectHideFlags: 0
1884
+ m_CorrespondingSourceObject: {fileID: 0}
1885
+ m_PrefabInstance: {fileID: 0}
1886
+ m_PrefabAsset: {fileID: 0}
1887
+ m_GameObject: {fileID: 1566827304}
1888
+ m_Enabled: 1
1889
+ m_CastShadows: 1
1890
+ m_ReceiveShadows: 1
1891
+ m_DynamicOccludee: 1
1892
+ m_MotionVectors: 1
1893
+ m_LightProbeUsage: 1
1894
+ m_ReflectionProbeUsage: 1
1895
+ m_RayTracingMode: 2
1896
+ m_RenderingLayerMask: 1
1897
+ m_RendererPriority: 0
1898
+ m_Materials:
1899
+ - {fileID: 2100000, guid: e560222503506b54fa7af7508dc59e73, type: 2}
1900
+ m_StaticBatchInfo:
1901
+ firstSubMesh: 0
1902
+ subMeshCount: 0
1903
+ m_StaticBatchRoot: {fileID: 0}
1904
+ m_ProbeAnchor: {fileID: 0}
1905
+ m_LightProbeVolumeOverride: {fileID: 0}
1906
+ m_ScaleInLightmap: 1
1907
+ m_ReceiveGI: 1
1908
+ m_PreserveUVs: 0
1909
+ m_IgnoreNormalsForChartDetection: 0
1910
+ m_ImportantGI: 0
1911
+ m_StitchLightmapSeams: 1
1912
+ m_SelectedEditorRenderState: 3
1913
+ m_MinimumChartSize: 4
1914
+ m_AutoUVMaxDistance: 0.5
1915
+ m_AutoUVMaxAngle: 89
1916
+ m_LightmapParameters: {fileID: 0}
1917
+ m_SortingLayerID: 0
1918
+ m_SortingLayer: 0
1919
+ m_SortingOrder: 0
1920
+ --- !u!33 &1566827308
1921
+ MeshFilter:
1922
+ m_ObjectHideFlags: 0
1923
+ m_CorrespondingSourceObject: {fileID: 0}
1924
+ m_PrefabInstance: {fileID: 0}
1925
+ m_PrefabAsset: {fileID: 0}
1926
+ m_GameObject: {fileID: 1566827304}
1927
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
1928
+ --- !u!1 &1754561180
1929
+ GameObject:
1930
+ m_ObjectHideFlags: 0
1931
+ m_CorrespondingSourceObject: {fileID: 0}
1932
+ m_PrefabInstance: {fileID: 0}
1933
+ m_PrefabAsset: {fileID: 0}
1934
+ serializedVersion: 6
1935
+ m_Component:
1936
+ - component: {fileID: 1754561181}
1937
+ m_Layer: 0
1938
+ m_Name: Camera Offset
1939
+ m_TagString: Untagged
1940
+ m_Icon: {fileID: 0}
1941
+ m_NavMeshLayer: 0
1942
+ m_StaticEditorFlags: 0
1943
+ m_IsActive: 1
1944
+ --- !u!4 &1754561181
1945
+ Transform:
1946
+ m_ObjectHideFlags: 0
1947
+ m_CorrespondingSourceObject: {fileID: 0}
1948
+ m_PrefabInstance: {fileID: 0}
1949
+ m_PrefabAsset: {fileID: 0}
1950
+ m_GameObject: {fileID: 1754561180}
1951
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1952
+ m_LocalPosition: {x: 0, y: 1.1176, z: 0}
1953
+ m_LocalScale: {x: 1, y: 1, z: 1}
1954
+ m_Children:
1955
+ - {fileID: 963194228}
1956
+ - {fileID: 893870066}
1957
+ - {fileID: 1048047578}
1958
+ m_Father: {fileID: 504972530}
1959
+ m_RootOrder: 0
1960
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1961
+ --- !u!1 &1906882492
1962
+ GameObject:
1963
+ m_ObjectHideFlags: 0
1964
+ m_CorrespondingSourceObject: {fileID: 0}
1965
+ m_PrefabInstance: {fileID: 0}
1966
+ m_PrefabAsset: {fileID: 0}
1967
+ serializedVersion: 6
1968
+ m_Component:
1969
+ - component: {fileID: 1906882493}
1970
+ - component: {fileID: 1906882498}
1971
+ - component: {fileID: 1906882497}
1972
+ - component: {fileID: 1906882496}
1973
+ - component: {fileID: 1906882495}
1974
+ - component: {fileID: 1906882494}
1975
+ m_Layer: 0
1976
+ m_Name: Grabbale Cube
1977
+ m_TagString: Untagged
1978
+ m_Icon: {fileID: 0}
1979
+ m_NavMeshLayer: 0
1980
+ m_StaticEditorFlags: 0
1981
+ m_IsActive: 1
1982
+ --- !u!4 &1906882493
1983
+ Transform:
1984
+ m_ObjectHideFlags: 0
1985
+ m_CorrespondingSourceObject: {fileID: 0}
1986
+ m_PrefabInstance: {fileID: 0}
1987
+ m_PrefabAsset: {fileID: 0}
1988
+ m_GameObject: {fileID: 1906882492}
1989
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1990
+ m_LocalPosition: {x: 0, y: 0.85, z: 1}
1991
+ m_LocalScale: {x: 0.2, y: 0.2, z: 0.2}
1992
+ m_Children: []
1993
+ m_Father: {fileID: 0}
1994
+ m_RootOrder: 14
1995
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1996
+ --- !u!114 &1906882494
1997
+ MonoBehaviour:
1998
+ m_ObjectHideFlags: 0
1999
+ m_CorrespondingSourceObject: {fileID: 0}
2000
+ m_PrefabInstance: {fileID: 0}
2001
+ m_PrefabAsset: {fileID: 0}
2002
+ m_GameObject: {fileID: 1906882492}
2003
+ m_Enabled: 1
2004
+ m_EditorHideFlags: 0
2005
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
2006
+ m_Name:
2007
+ m_EditorClassIdentifier:
2008
+ m_InteractionManager: {fileID: 0}
2009
+ m_Colliders: []
2010
+ m_InteractionLayerMask:
2011
+ serializedVersion: 2
2012
+ m_Bits: 4294967295
2013
+ m_InteractionLayers:
2014
+ m_Bits: 4294967295
2015
+ m_SelectMode: 0
2016
+ m_CustomReticle: {fileID: 0}
2017
+ m_FirstHoverEntered:
2018
+ m_PersistentCalls:
2019
+ m_Calls: []
2020
+ m_LastHoverExited:
2021
+ m_PersistentCalls:
2022
+ m_Calls: []
2023
+ m_HoverEntered:
2024
+ m_PersistentCalls:
2025
+ m_Calls: []
2026
+ m_HoverExited:
2027
+ m_PersistentCalls:
2028
+ m_Calls: []
2029
+ m_FirstSelectEntered:
2030
+ m_PersistentCalls:
2031
+ m_Calls: []
2032
+ m_LastSelectExited:
2033
+ m_PersistentCalls:
2034
+ m_Calls: []
2035
+ m_SelectEntered:
2036
+ m_PersistentCalls:
2037
+ m_Calls: []
2038
+ m_SelectExited:
2039
+ m_PersistentCalls:
2040
+ m_Calls: []
2041
+ m_Activated:
2042
+ m_PersistentCalls:
2043
+ m_Calls: []
2044
+ m_Deactivated:
2045
+ m_PersistentCalls:
2046
+ m_Calls: []
2047
+ m_OnFirstHoverEntered:
2048
+ m_PersistentCalls:
2049
+ m_Calls: []
2050
+ m_OnLastHoverExited:
2051
+ m_PersistentCalls:
2052
+ m_Calls: []
2053
+ m_OnHoverEntered:
2054
+ m_PersistentCalls:
2055
+ m_Calls: []
2056
+ m_OnHoverExited:
2057
+ m_PersistentCalls:
2058
+ m_Calls: []
2059
+ m_OnSelectEntered:
2060
+ m_PersistentCalls:
2061
+ m_Calls: []
2062
+ m_OnSelectExited:
2063
+ m_PersistentCalls:
2064
+ m_Calls: []
2065
+ m_OnSelectCanceled:
2066
+ m_PersistentCalls:
2067
+ m_Calls: []
2068
+ m_OnActivate:
2069
+ m_PersistentCalls:
2070
+ m_Calls: []
2071
+ m_OnDeactivate:
2072
+ m_PersistentCalls:
2073
+ m_Calls: []
2074
+ m_AttachTransform: {fileID: 0}
2075
+ m_AttachEaseInTime: 0.15
2076
+ m_MovementType: 1
2077
+ m_VelocityDamping: 1
2078
+ m_VelocityScale: 1
2079
+ m_AngularVelocityDamping: 1
2080
+ m_AngularVelocityScale: 1
2081
+ m_TrackPosition: 1
2082
+ m_SmoothPosition: 0
2083
+ m_SmoothPositionAmount: 5
2084
+ m_TightenPosition: 0.5
2085
+ m_TrackRotation: 1
2086
+ m_SmoothRotation: 0
2087
+ m_SmoothRotationAmount: 5
2088
+ m_TightenRotation: 0.5
2089
+ m_ThrowOnDetach: 1
2090
+ m_ThrowSmoothingDuration: 0.25
2091
+ m_ThrowSmoothingCurve:
2092
+ serializedVersion: 2
2093
+ m_Curve:
2094
+ - serializedVersion: 3
2095
+ time: 1
2096
+ value: 1
2097
+ inSlope: 0
2098
+ outSlope: 0
2099
+ tangentMode: 0
2100
+ weightedMode: 0
2101
+ inWeight: 0
2102
+ outWeight: 0
2103
+ m_PreInfinity: 2
2104
+ m_PostInfinity: 2
2105
+ m_RotationOrder: 4
2106
+ m_ThrowVelocityScale: 1.5
2107
+ m_ThrowAngularVelocityScale: 0.25
2108
+ m_ForceGravityOnDetach: 0
2109
+ m_RetainTransformParent: 1
2110
+ m_AttachPointCompatibilityMode: 0
2111
+ --- !u!54 &1906882495
2112
+ Rigidbody:
2113
+ m_ObjectHideFlags: 0
2114
+ m_CorrespondingSourceObject: {fileID: 0}
2115
+ m_PrefabInstance: {fileID: 0}
2116
+ m_PrefabAsset: {fileID: 0}
2117
+ m_GameObject: {fileID: 1906882492}
2118
+ serializedVersion: 2
2119
+ m_Mass: 1
2120
+ m_Drag: 0
2121
+ m_AngularDrag: 0.05
2122
+ m_UseGravity: 1
2123
+ m_IsKinematic: 0
2124
+ m_Interpolate: 0
2125
+ m_Constraints: 0
2126
+ m_CollisionDetection: 0
2127
+ --- !u!65 &1906882496
2128
+ BoxCollider:
2129
+ m_ObjectHideFlags: 0
2130
+ m_CorrespondingSourceObject: {fileID: 0}
2131
+ m_PrefabInstance: {fileID: 0}
2132
+ m_PrefabAsset: {fileID: 0}
2133
+ m_GameObject: {fileID: 1906882492}
2134
+ m_Material: {fileID: 0}
2135
+ m_IsTrigger: 0
2136
+ m_Enabled: 1
2137
+ serializedVersion: 2
2138
+ m_Size: {x: 1, y: 1, z: 1}
2139
+ m_Center: {x: 0, y: 0, z: 0}
2140
+ --- !u!23 &1906882497
2141
+ MeshRenderer:
2142
+ m_ObjectHideFlags: 0
2143
+ m_CorrespondingSourceObject: {fileID: 0}
2144
+ m_PrefabInstance: {fileID: 0}
2145
+ m_PrefabAsset: {fileID: 0}
2146
+ m_GameObject: {fileID: 1906882492}
2147
+ m_Enabled: 1
2148
+ m_CastShadows: 1
2149
+ m_ReceiveShadows: 1
2150
+ m_DynamicOccludee: 1
2151
+ m_MotionVectors: 1
2152
+ m_LightProbeUsage: 1
2153
+ m_ReflectionProbeUsage: 1
2154
+ m_RayTracingMode: 2
2155
+ m_RenderingLayerMask: 1
2156
+ m_RendererPriority: 0
2157
+ m_Materials:
2158
+ - {fileID: 2100000, guid: a70e8aab671e1b04fb2ddefae7825523, type: 2}
2159
+ m_StaticBatchInfo:
2160
+ firstSubMesh: 0
2161
+ subMeshCount: 0
2162
+ m_StaticBatchRoot: {fileID: 0}
2163
+ m_ProbeAnchor: {fileID: 0}
2164
+ m_LightProbeVolumeOverride: {fileID: 0}
2165
+ m_ScaleInLightmap: 1
2166
+ m_ReceiveGI: 1
2167
+ m_PreserveUVs: 0
2168
+ m_IgnoreNormalsForChartDetection: 0
2169
+ m_ImportantGI: 0
2170
+ m_StitchLightmapSeams: 1
2171
+ m_SelectedEditorRenderState: 3
2172
+ m_MinimumChartSize: 4
2173
+ m_AutoUVMaxDistance: 0.5
2174
+ m_AutoUVMaxAngle: 89
2175
+ m_LightmapParameters: {fileID: 0}
2176
+ m_SortingLayerID: 0
2177
+ m_SortingLayer: 0
2178
+ m_SortingOrder: 0
2179
+ --- !u!33 &1906882498
2180
+ MeshFilter:
2181
+ m_ObjectHideFlags: 0
2182
+ m_CorrespondingSourceObject: {fileID: 0}
2183
+ m_PrefabInstance: {fileID: 0}
2184
+ m_PrefabAsset: {fileID: 0}
2185
+ m_GameObject: {fileID: 1906882492}
2186
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
2187
+ --- !u!224 &1913470668 stripped
2188
+ RectTransform:
2189
+ m_CorrespondingSourceObject: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2190
+ type: 3}
2191
+ m_PrefabInstance: {fileID: 2180233791847889292}
2192
+ m_PrefabAsset: {fileID: 0}
2193
+ --- !u!1 &2127250429
2194
+ GameObject:
2195
+ m_ObjectHideFlags: 0
2196
+ m_CorrespondingSourceObject: {fileID: 0}
2197
+ m_PrefabInstance: {fileID: 0}
2198
+ m_PrefabAsset: {fileID: 0}
2199
+ serializedVersion: 6
2200
+ m_Component:
2201
+ - component: {fileID: 2127250433}
2202
+ - component: {fileID: 2127250432}
2203
+ - component: {fileID: 2127250431}
2204
+ - component: {fileID: 2127250430}
2205
+ m_Layer: 0
2206
+ m_Name: Table
2207
+ m_TagString: Untagged
2208
+ m_Icon: {fileID: 0}
2209
+ m_NavMeshLayer: 0
2210
+ m_StaticEditorFlags: 0
2211
+ m_IsActive: 1
2212
+ --- !u!65 &2127250430
2213
+ BoxCollider:
2214
+ m_ObjectHideFlags: 0
2215
+ m_CorrespondingSourceObject: {fileID: 0}
2216
+ m_PrefabInstance: {fileID: 0}
2217
+ m_PrefabAsset: {fileID: 0}
2218
+ m_GameObject: {fileID: 2127250429}
2219
+ m_Material: {fileID: 0}
2220
+ m_IsTrigger: 0
2221
+ m_Enabled: 1
2222
+ serializedVersion: 2
2223
+ m_Size: {x: 1, y: 1, z: 1}
2224
+ m_Center: {x: 0, y: 0, z: 0}
2225
+ --- !u!23 &2127250431
2226
+ MeshRenderer:
2227
+ m_ObjectHideFlags: 0
2228
+ m_CorrespondingSourceObject: {fileID: 0}
2229
+ m_PrefabInstance: {fileID: 0}
2230
+ m_PrefabAsset: {fileID: 0}
2231
+ m_GameObject: {fileID: 2127250429}
2232
+ m_Enabled: 1
2233
+ m_CastShadows: 1
2234
+ m_ReceiveShadows: 1
2235
+ m_DynamicOccludee: 1
2236
+ m_MotionVectors: 1
2237
+ m_LightProbeUsage: 1
2238
+ m_ReflectionProbeUsage: 1
2239
+ m_RayTracingMode: 2
2240
+ m_RenderingLayerMask: 1
2241
+ m_RendererPriority: 0
2242
+ m_Materials:
2243
+ - {fileID: 2100000, guid: 043179ce312369743ae686d80f77ec26, type: 2}
2244
+ m_StaticBatchInfo:
2245
+ firstSubMesh: 0
2246
+ subMeshCount: 0
2247
+ m_StaticBatchRoot: {fileID: 0}
2248
+ m_ProbeAnchor: {fileID: 0}
2249
+ m_LightProbeVolumeOverride: {fileID: 0}
2250
+ m_ScaleInLightmap: 1
2251
+ m_ReceiveGI: 1
2252
+ m_PreserveUVs: 0
2253
+ m_IgnoreNormalsForChartDetection: 0
2254
+ m_ImportantGI: 0
2255
+ m_StitchLightmapSeams: 1
2256
+ m_SelectedEditorRenderState: 3
2257
+ m_MinimumChartSize: 4
2258
+ m_AutoUVMaxDistance: 0.5
2259
+ m_AutoUVMaxAngle: 89
2260
+ m_LightmapParameters: {fileID: 0}
2261
+ m_SortingLayerID: 0
2262
+ m_SortingLayer: 0
2263
+ m_SortingOrder: 0
2264
+ --- !u!33 &2127250432
2265
+ MeshFilter:
2266
+ m_ObjectHideFlags: 0
2267
+ m_CorrespondingSourceObject: {fileID: 0}
2268
+ m_PrefabInstance: {fileID: 0}
2269
+ m_PrefabAsset: {fileID: 0}
2270
+ m_GameObject: {fileID: 2127250429}
2271
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
2272
+ --- !u!4 &2127250433
2273
+ Transform:
2274
+ m_ObjectHideFlags: 0
2275
+ m_CorrespondingSourceObject: {fileID: 0}
2276
+ m_PrefabInstance: {fileID: 0}
2277
+ m_PrefabAsset: {fileID: 0}
2278
+ m_GameObject: {fileID: 2127250429}
2279
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2280
+ m_LocalPosition: {x: 0, y: 0, z: 1}
2281
+ m_LocalScale: {x: 4, y: 1.5, z: 1}
2282
+ m_Children: []
2283
+ m_Father: {fileID: 0}
2284
+ m_RootOrder: 13
2285
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2286
+ --- !u!1001 &2180233791847889292
2287
+ PrefabInstance:
2288
+ m_ObjectHideFlags: 0
2289
+ serializedVersion: 2
2290
+ m_Modification:
2291
+ m_TransformParent: {fileID: 124237530}
2292
+ m_Modifications:
2293
+ - target: {fileID: 2180233792799256649, guid: d8fe685edbbcdde42a59c34dc04d504e,
2294
+ type: 3}
2295
+ propertyPath: m_Camera
2296
+ value:
2297
+ objectReference: {fileID: 963194227}
2298
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2299
+ type: 3}
2300
+ propertyPath: m_Pivot.x
2301
+ value: 0.5
2302
+ objectReference: {fileID: 0}
2303
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2304
+ type: 3}
2305
+ propertyPath: m_Pivot.y
2306
+ value: 0.5
2307
+ objectReference: {fileID: 0}
2308
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2309
+ type: 3}
2310
+ propertyPath: m_RootOrder
2311
+ value: 0
2312
+ objectReference: {fileID: 0}
2313
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2314
+ type: 3}
2315
+ propertyPath: m_AnchorMax.x
2316
+ value: 0
2317
+ objectReference: {fileID: 0}
2318
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2319
+ type: 3}
2320
+ propertyPath: m_AnchorMax.y
2321
+ value: 0
2322
+ objectReference: {fileID: 0}
2323
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2324
+ type: 3}
2325
+ propertyPath: m_AnchorMin.x
2326
+ value: 0
2327
+ objectReference: {fileID: 0}
2328
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2329
+ type: 3}
2330
+ propertyPath: m_AnchorMin.y
2331
+ value: 0
2332
+ objectReference: {fileID: 0}
2333
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2334
+ type: 3}
2335
+ propertyPath: m_SizeDelta.x
2336
+ value: 160
2337
+ objectReference: {fileID: 0}
2338
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2339
+ type: 3}
2340
+ propertyPath: m_SizeDelta.y
2341
+ value: 80
2342
+ objectReference: {fileID: 0}
2343
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2344
+ type: 3}
2345
+ propertyPath: m_LocalPosition.x
2346
+ value: 0
2347
+ objectReference: {fileID: 0}
2348
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2349
+ type: 3}
2350
+ propertyPath: m_LocalPosition.y
2351
+ value: 0
2352
+ objectReference: {fileID: 0}
2353
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2354
+ type: 3}
2355
+ propertyPath: m_LocalPosition.z
2356
+ value: 250
2357
+ objectReference: {fileID: 0}
2358
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2359
+ type: 3}
2360
+ propertyPath: m_LocalRotation.w
2361
+ value: 1
2362
+ objectReference: {fileID: 0}
2363
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2364
+ type: 3}
2365
+ propertyPath: m_LocalRotation.x
2366
+ value: -0
2367
+ objectReference: {fileID: 0}
2368
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2369
+ type: 3}
2370
+ propertyPath: m_LocalRotation.y
2371
+ value: -0
2372
+ objectReference: {fileID: 0}
2373
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2374
+ type: 3}
2375
+ propertyPath: m_LocalRotation.z
2376
+ value: -0
2377
+ objectReference: {fileID: 0}
2378
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2379
+ type: 3}
2380
+ propertyPath: m_AnchoredPosition.x
2381
+ value: 0
2382
+ objectReference: {fileID: 0}
2383
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2384
+ type: 3}
2385
+ propertyPath: m_AnchoredPosition.y
2386
+ value: 50
2387
+ objectReference: {fileID: 0}
2388
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2389
+ type: 3}
2390
+ propertyPath: m_LocalEulerAnglesHint.x
2391
+ value: 0
2392
+ objectReference: {fileID: 0}
2393
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2394
+ type: 3}
2395
+ propertyPath: m_LocalEulerAnglesHint.y
2396
+ value: 0
2397
+ objectReference: {fileID: 0}
2398
+ - target: {fileID: 2180233792799256650, guid: d8fe685edbbcdde42a59c34dc04d504e,
2399
+ type: 3}
2400
+ propertyPath: m_LocalEulerAnglesHint.z
2401
+ value: 0
2402
+ objectReference: {fileID: 0}
2403
+ - target: {fileID: 2180233792799256654, guid: d8fe685edbbcdde42a59c34dc04d504e,
2404
+ type: 3}
2405
+ propertyPath: m_Name
2406
+ value: Scene Introduction
2407
+ objectReference: {fileID: 0}
2408
+ - target: {fileID: 2180233792799256654, guid: d8fe685edbbcdde42a59c34dc04d504e,
2409
+ type: 3}
2410
+ propertyPath: m_IsActive
2411
+ value: 1
2412
+ objectReference: {fileID: 0}
2413
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
2414
+ type: 3}
2415
+ propertyPath: m_text
2416
+ value: "Socket Interaction\n\nThis scene shows how to set up a socket to hold
2417
+ an interactable. \n\nGrab the cube then try throwing it to the socket. You
2418
+ will see the cube snap to the socket."
2419
+ objectReference: {fileID: 0}
2420
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
2421
+ type: 3}
2422
+ propertyPath: m_lineSpacing
2423
+ value: 10
2424
+ objectReference: {fileID: 0}
2425
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
2426
+ type: 3}
2427
+ propertyPath: m_paragraphSpacing
2428
+ value: 0
2429
+ objectReference: {fileID: 0}
2430
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
2431
+ type: 3}
2432
+ propertyPath: m_textInfo.lineCount
2433
+ value: 7
2434
+ objectReference: {fileID: 0}
2435
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
2436
+ type: 3}
2437
+ propertyPath: m_textInfo.pageCount
2438
+ value: 1
2439
+ objectReference: {fileID: 0}
2440
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
2441
+ type: 3}
2442
+ propertyPath: m_textInfo.wordCount
2443
+ value: 34
2444
+ objectReference: {fileID: 0}
2445
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
2446
+ type: 3}
2447
+ propertyPath: m_textInfo.spaceCount
2448
+ value: 36
2449
+ objectReference: {fileID: 0}
2450
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
2451
+ type: 3}
2452
+ propertyPath: m_textInfo.characterCount
2453
+ value: 178
2454
+ objectReference: {fileID: 0}
2455
+ - target: {fileID: 2180233793055793631, guid: d8fe685edbbcdde42a59c34dc04d504e,
2456
+ type: 3}
2457
+ propertyPath: m_firstOverflowCharacterIndex
2458
+ value: 141
2459
+ objectReference: {fileID: 0}
2460
+ m_RemovedComponents: []
2461
+ m_SourcePrefab: {fileID: 100100000, guid: d8fe685edbbcdde42a59c34dc04d504e, type: 3}
2462
+ --- !u!1 &7478667140378396502
2463
+ GameObject:
2464
+ m_ObjectHideFlags: 0
2465
+ m_CorrespondingSourceObject: {fileID: 0}
2466
+ m_PrefabInstance: {fileID: 0}
2467
+ m_PrefabAsset: {fileID: 0}
2468
+ serializedVersion: 6
2469
+ m_Component:
2470
+ - component: {fileID: 7478667140378396503}
2471
+ m_Layer: 0
2472
+ m_Name: -----------------------------
2473
+ m_TagString: Untagged
2474
+ m_Icon: {fileID: 0}
2475
+ m_NavMeshLayer: 0
2476
+ m_StaticEditorFlags: 0
2477
+ m_IsActive: 1
2478
+ --- !u!4 &7478667140378396503
2479
+ Transform:
2480
+ m_ObjectHideFlags: 0
2481
+ m_CorrespondingSourceObject: {fileID: 0}
2482
+ m_PrefabInstance: {fileID: 0}
2483
+ m_PrefabAsset: {fileID: 0}
2484
+ m_GameObject: {fileID: 7478667140378396502}
2485
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2486
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2487
+ m_LocalScale: {x: 1, y: 1, z: 1}
2488
+ m_Children: []
2489
+ m_Father: {fileID: 0}
2490
+ m_RootOrder: 0
2491
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}