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,2371 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &202364687
4
+ GameObject:
5
+ m_ObjectHideFlags: 0
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ serializedVersion: 6
10
+ m_Component:
11
+ - component: {fileID: 202364688}
12
+ - component: {fileID: 4778211696441940833}
13
+ - component: {fileID: 202364692}
14
+ - component: {fileID: 5943189913811301960}
15
+ - component: {fileID: 942810691211101373}
16
+ m_Layer: 0
17
+ m_Name: LeftHand (Smooth locomotion)
18
+ m_TagString: Untagged
19
+ m_Icon: {fileID: 0}
20
+ m_NavMeshLayer: 0
21
+ m_StaticEditorFlags: 0
22
+ m_IsActive: 1
23
+ --- !u!4 &202364688
24
+ Transform:
25
+ m_ObjectHideFlags: 0
26
+ m_CorrespondingSourceObject: {fileID: 0}
27
+ m_PrefabInstance: {fileID: 0}
28
+ m_PrefabAsset: {fileID: 0}
29
+ m_GameObject: {fileID: 202364687}
30
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
31
+ m_LocalPosition: {x: 0, y: 0, z: 0}
32
+ m_LocalScale: {x: 1, y: 1, z: 1}
33
+ m_Children:
34
+ - {fileID: 1666320186578454293}
35
+ - {fileID: 9013359448673381486}
36
+ - {fileID: 3881409846907809176}
37
+ - {fileID: 1319746309}
38
+ m_Father: {fileID: 1680501587}
39
+ m_RootOrder: 1
40
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
41
+ --- !u!114 &4778211696441940833
42
+ MonoBehaviour:
43
+ m_ObjectHideFlags: 0
44
+ m_CorrespondingSourceObject: {fileID: 0}
45
+ m_PrefabInstance: {fileID: 0}
46
+ m_PrefabAsset: {fileID: 0}
47
+ m_GameObject: {fileID: 202364687}
48
+ m_Enabled: 1
49
+ m_EditorHideFlags: 0
50
+ m_Script: {fileID: 11500000, guid: f9ac216f0eb04754b1d938aac6380b31, type: 3}
51
+ m_Name:
52
+ m_EditorClassIdentifier:
53
+ m_ManipulationInteractionGroup: {fileID: 942810691211101373}
54
+ m_DirectInteractor: {fileID: 2434299456458490401}
55
+ m_RayInteractor: {fileID: 285389467476424711}
56
+ m_TeleportInteractor: {fileID: 1319746312}
57
+ m_TeleportModeActivate: {fileID: 1263111715868034790, guid: c348712bda248c246b8c49b3db54643f,
58
+ type: 3}
59
+ m_TeleportModeCancel: {fileID: 737890489006591557, guid: c348712bda248c246b8c49b3db54643f,
60
+ type: 3}
61
+ m_Turn: {fileID: 1010738217276881514, guid: c348712bda248c246b8c49b3db54643f, type: 3}
62
+ m_SnapTurn: {fileID: -7374733323251553461, guid: c348712bda248c246b8c49b3db54643f,
63
+ type: 3}
64
+ m_Move: {fileID: 6972639530819350904, guid: c348712bda248c246b8c49b3db54643f, type: 3}
65
+ m_SmoothMotionEnabled: 1
66
+ m_SmoothTurnEnabled: 0
67
+ --- !u!114 &202364692
68
+ MonoBehaviour:
69
+ m_ObjectHideFlags: 0
70
+ m_CorrespondingSourceObject: {fileID: 0}
71
+ m_PrefabInstance: {fileID: 0}
72
+ m_PrefabAsset: {fileID: 0}
73
+ m_GameObject: {fileID: 202364687}
74
+ m_Enabled: 1
75
+ m_EditorHideFlags: 0
76
+ m_Script: {fileID: 11500000, guid: caff514de9b15ad48ab85dcff5508221, type: 3}
77
+ m_Name:
78
+ m_EditorClassIdentifier:
79
+ m_UpdateTrackingType: 0
80
+ m_EnableInputTracking: 1
81
+ m_EnableInputActions: 1
82
+ m_ModelPrefab: {fileID: 8270855663187062767, guid: 1392f805216c47742996d4742c80721c,
83
+ type: 3}
84
+ m_ModelParent: {fileID: 202364688}
85
+ m_Model: {fileID: 0}
86
+ m_AnimateModel: 0
87
+ m_ModelSelectTransition:
88
+ m_ModelDeSelectTransition:
89
+ m_PositionAction:
90
+ m_UseReference: 1
91
+ m_Action:
92
+ m_Name: Position
93
+ m_Type: 0
94
+ m_ExpectedControlType:
95
+ m_Id: 8b170a9b-132e-486d-947e-6a244d4362ea
96
+ m_Processors:
97
+ m_Interactions:
98
+ m_SingletonActionBindings: []
99
+ m_Flags: 0
100
+ m_Reference: {fileID: -2024308242397127297, guid: c348712bda248c246b8c49b3db54643f,
101
+ type: 3}
102
+ m_RotationAction:
103
+ m_UseReference: 1
104
+ m_Action:
105
+ m_Name: Rotation
106
+ m_Type: 0
107
+ m_ExpectedControlType:
108
+ m_Id: 080819c2-8547-4beb-8522-e6356be16fb1
109
+ m_Processors:
110
+ m_Interactions:
111
+ m_SingletonActionBindings: []
112
+ m_Flags: 0
113
+ m_Reference: {fileID: 8248158260566104461, guid: c348712bda248c246b8c49b3db54643f,
114
+ type: 3}
115
+ m_TrackingStateAction:
116
+ m_UseReference: 1
117
+ m_Action:
118
+ m_Name: Tracking State
119
+ m_Type: 0
120
+ m_ExpectedControlType:
121
+ m_Id: f3874727-df53-4207-8cd4-6248164663d7
122
+ m_Processors:
123
+ m_Interactions:
124
+ m_SingletonActionBindings: []
125
+ m_Flags: 0
126
+ m_Reference: {fileID: 684395432459739428, guid: c348712bda248c246b8c49b3db54643f,
127
+ type: 3}
128
+ m_SelectAction:
129
+ m_UseReference: 1
130
+ m_Action:
131
+ m_Name: Select
132
+ m_Type: 0
133
+ m_ExpectedControlType:
134
+ m_Id: 8e000d1c-13a4-4cc0-ad37-f2e125874399
135
+ m_Processors:
136
+ m_Interactions:
137
+ m_SingletonActionBindings: []
138
+ m_Flags: 0
139
+ m_Reference: {fileID: -6131295136447488360, guid: c348712bda248c246b8c49b3db54643f,
140
+ type: 3}
141
+ m_SelectActionValue:
142
+ m_UseReference: 1
143
+ m_Action:
144
+ m_Name: Select Action Value
145
+ m_Type: 0
146
+ m_ExpectedControlType:
147
+ m_Id: e015d020-ed5c-40b6-b968-fa9881521f0e
148
+ m_Processors:
149
+ m_Interactions:
150
+ m_SingletonActionBindings: []
151
+ m_Flags: 0
152
+ m_Reference: {fileID: 6558622148059887818, guid: c348712bda248c246b8c49b3db54643f,
153
+ type: 3}
154
+ m_ActivateAction:
155
+ m_UseReference: 1
156
+ m_Action:
157
+ m_Name: Activate
158
+ m_Type: 0
159
+ m_ExpectedControlType:
160
+ m_Id: 3995f9f4-6aa7-409a-80d2-5f7ea1464fde
161
+ m_Processors:
162
+ m_Interactions:
163
+ m_SingletonActionBindings: []
164
+ m_Flags: 0
165
+ m_Reference: {fileID: -5982496924579745919, guid: c348712bda248c246b8c49b3db54643f,
166
+ type: 3}
167
+ m_ActivateActionValue:
168
+ m_UseReference: 1
169
+ m_Action:
170
+ m_Name: Activate Action Value
171
+ m_Type: 0
172
+ m_ExpectedControlType:
173
+ m_Id: 492aea1c-7d58-4cb0-8e3c-257d2f651c04
174
+ m_Processors:
175
+ m_Interactions:
176
+ m_SingletonActionBindings: []
177
+ m_Flags: 0
178
+ m_Reference: {fileID: -4289430672226363583, guid: c348712bda248c246b8c49b3db54643f,
179
+ type: 3}
180
+ m_UIPressAction:
181
+ m_UseReference: 1
182
+ m_Action:
183
+ m_Name: UI Press
184
+ m_Type: 0
185
+ m_ExpectedControlType:
186
+ m_Id: db89d01c-df6f-4954-b868-103dd5bdb514
187
+ m_Processors:
188
+ m_Interactions:
189
+ m_SingletonActionBindings: []
190
+ m_Flags: 0
191
+ m_Reference: {fileID: -6395602842196007441, guid: c348712bda248c246b8c49b3db54643f,
192
+ type: 3}
193
+ m_UIPressActionValue:
194
+ m_UseReference: 1
195
+ m_Action:
196
+ m_Name: UI Press Action Value
197
+ m_Type: 0
198
+ m_ExpectedControlType:
199
+ m_Id: 6258f0cd-e000-49ea-b3b6-7c930f12c390
200
+ m_Processors:
201
+ m_Interactions:
202
+ m_SingletonActionBindings: []
203
+ m_Flags: 0
204
+ m_Reference: {fileID: 71106601250685021, guid: c348712bda248c246b8c49b3db54643f,
205
+ type: 3}
206
+ m_HapticDeviceAction:
207
+ m_UseReference: 1
208
+ m_Action:
209
+ m_Name: Haptic Device
210
+ m_Type: 0
211
+ m_ExpectedControlType:
212
+ m_Id: 3e09b626-c80d-40ec-9592-eb3fe89c2038
213
+ m_Processors:
214
+ m_Interactions:
215
+ m_SingletonActionBindings: []
216
+ m_Flags: 0
217
+ m_Reference: {fileID: -8785819595477538065, guid: c348712bda248c246b8c49b3db54643f,
218
+ type: 3}
219
+ m_RotateAnchorAction:
220
+ m_UseReference: 1
221
+ m_Action:
222
+ m_Name: Rotate Anchor
223
+ m_Type: 0
224
+ m_ExpectedControlType:
225
+ m_Id: 3dca8766-e652-4e78-8406-420aa73ba338
226
+ m_Processors:
227
+ m_Interactions:
228
+ m_SingletonActionBindings: []
229
+ m_Flags: 0
230
+ m_Reference: {fileID: -7363382999065477798, guid: c348712bda248c246b8c49b3db54643f,
231
+ type: 3}
232
+ m_DirectionalAnchorRotationAction:
233
+ m_UseReference: 1
234
+ m_Action:
235
+ m_Name: Directional Anchor Rotation
236
+ m_Type: 0
237
+ m_ExpectedControlType:
238
+ m_Id: 7d323aae-15a7-4c32-a2b9-0653cb108725
239
+ m_Processors:
240
+ m_Interactions:
241
+ m_SingletonActionBindings: []
242
+ m_Flags: 0
243
+ m_Reference: {fileID: -8811388872089202044, guid: c348712bda248c246b8c49b3db54643f,
244
+ type: 3}
245
+ m_TranslateAnchorAction:
246
+ m_UseReference: 1
247
+ m_Action:
248
+ m_Name: Translate Anchor
249
+ m_Type: 0
250
+ m_ExpectedControlType:
251
+ m_Id: e873605e-6a95-4389-8fbe-39069340ba92
252
+ m_Processors:
253
+ m_Interactions:
254
+ m_SingletonActionBindings: []
255
+ m_Flags: 0
256
+ m_Reference: {fileID: 7779212132400271959, guid: c348712bda248c246b8c49b3db54643f,
257
+ type: 3}
258
+ m_ButtonPressPoint: 0.5
259
+ --- !u!114 &5943189913811301960
260
+ MonoBehaviour:
261
+ m_ObjectHideFlags: 0
262
+ m_CorrespondingSourceObject: {fileID: 0}
263
+ m_PrefabInstance: {fileID: 0}
264
+ m_PrefabAsset: {fileID: 0}
265
+ m_GameObject: {fileID: 202364687}
266
+ m_Enabled: 1
267
+ m_EditorHideFlags: 0
268
+ m_Script: {fileID: 11500000, guid: 8b94c4c83dec6a94fbaebf543478259e, type: 3}
269
+ m_Name:
270
+ m_EditorClassIdentifier:
271
+ m_System: {fileID: 6232745470614056086}
272
+ m_EnableFreeXMovement: 1
273
+ m_EnableFreeYMovement: 0
274
+ m_EnableFreeZMovement: 1
275
+ m_UseGravity: 1
276
+ m_GravityApplicationMode: 0
277
+ m_ControllerTransform: {fileID: 0}
278
+ m_EnableMoveWhileSelecting: 0
279
+ m_MoveFactor: 1
280
+ m_GrabMoveAction:
281
+ m_UseReference: 1
282
+ m_Action:
283
+ m_Name: Grab Move
284
+ m_Type: 0
285
+ m_ExpectedControlType:
286
+ m_Id: 3d33edcf-0043-45cb-95a7-008204badf83
287
+ m_Processors:
288
+ m_Interactions:
289
+ m_SingletonActionBindings: []
290
+ m_Flags: 0
291
+ m_Reference: {fileID: -3742484312079769484, guid: c348712bda248c246b8c49b3db54643f,
292
+ type: 3}
293
+ --- !u!114 &942810691211101373
294
+ MonoBehaviour:
295
+ m_ObjectHideFlags: 0
296
+ m_CorrespondingSourceObject: {fileID: 0}
297
+ m_PrefabInstance: {fileID: 0}
298
+ m_PrefabAsset: {fileID: 0}
299
+ m_GameObject: {fileID: 202364687}
300
+ m_Enabled: 1
301
+ m_EditorHideFlags: 0
302
+ m_Script: {fileID: 11500000, guid: a4a50d88b55b45648927679791f472de, type: 3}
303
+ m_Name:
304
+ m_EditorClassIdentifier:
305
+ m_InteractionManager: {fileID: 0}
306
+ m_StartingGroupMembers:
307
+ - {fileID: 4343660526480754339}
308
+ - {fileID: 2434299456458490401}
309
+ - {fileID: 285389467476424711}
310
+ --- !u!1 &1670256624
311
+ GameObject:
312
+ m_ObjectHideFlags: 0
313
+ m_CorrespondingSourceObject: {fileID: 0}
314
+ m_PrefabInstance: {fileID: 0}
315
+ m_PrefabAsset: {fileID: 0}
316
+ serializedVersion: 6
317
+ m_Component:
318
+ - component: {fileID: 1670256625}
319
+ - component: {fileID: 5663893676086941514}
320
+ - component: {fileID: 1670256628}
321
+ - component: {fileID: 4259548117460404135}
322
+ - component: {fileID: 6678509202150728127}
323
+ m_Layer: 0
324
+ m_Name: RightHand (Teleport Locomotion)
325
+ m_TagString: Untagged
326
+ m_Icon: {fileID: 0}
327
+ m_NavMeshLayer: 0
328
+ m_StaticEditorFlags: 0
329
+ m_IsActive: 1
330
+ --- !u!4 &1670256625
331
+ Transform:
332
+ m_ObjectHideFlags: 0
333
+ m_CorrespondingSourceObject: {fileID: 0}
334
+ m_PrefabInstance: {fileID: 0}
335
+ m_PrefabAsset: {fileID: 0}
336
+ m_GameObject: {fileID: 1670256624}
337
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
338
+ m_LocalPosition: {x: 0, y: 0, z: 0}
339
+ m_LocalScale: {x: 1, y: 1, z: 1}
340
+ m_Children:
341
+ - {fileID: 3954319948395782924}
342
+ - {fileID: 1096734238491090331}
343
+ - {fileID: 3921468432820449555}
344
+ - {fileID: 2449787133337329436}
345
+ m_Father: {fileID: 1680501587}
346
+ m_RootOrder: 2
347
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
348
+ --- !u!114 &5663893676086941514
349
+ MonoBehaviour:
350
+ m_ObjectHideFlags: 0
351
+ m_CorrespondingSourceObject: {fileID: 0}
352
+ m_PrefabInstance: {fileID: 0}
353
+ m_PrefabAsset: {fileID: 0}
354
+ m_GameObject: {fileID: 1670256624}
355
+ m_Enabled: 1
356
+ m_EditorHideFlags: 0
357
+ m_Script: {fileID: 11500000, guid: f9ac216f0eb04754b1d938aac6380b31, type: 3}
358
+ m_Name:
359
+ m_EditorClassIdentifier:
360
+ m_ManipulationInteractionGroup: {fileID: 6678509202150728127}
361
+ m_DirectInteractor: {fileID: 6045481230268494804}
362
+ m_RayInteractor: {fileID: 19064736505062540}
363
+ m_TeleportInteractor: {fileID: 2449787133337329425}
364
+ m_TeleportModeActivate: {fileID: -8061240218431744966, guid: c348712bda248c246b8c49b3db54643f,
365
+ type: 3}
366
+ m_TeleportModeCancel: {fileID: 2307464322626738743, guid: c348712bda248c246b8c49b3db54643f,
367
+ type: 3}
368
+ m_Turn: {fileID: -6493913391331992944, guid: c348712bda248c246b8c49b3db54643f, type: 3}
369
+ m_SnapTurn: {fileID: -8525429354371678379, guid: c348712bda248c246b8c49b3db54643f,
370
+ type: 3}
371
+ m_Move: {fileID: -8198699208435500284, guid: c348712bda248c246b8c49b3db54643f, type: 3}
372
+ m_SmoothMotionEnabled: 0
373
+ m_SmoothTurnEnabled: 0
374
+ --- !u!114 &1670256628
375
+ MonoBehaviour:
376
+ m_ObjectHideFlags: 0
377
+ m_CorrespondingSourceObject: {fileID: 0}
378
+ m_PrefabInstance: {fileID: 0}
379
+ m_PrefabAsset: {fileID: 0}
380
+ m_GameObject: {fileID: 1670256624}
381
+ m_Enabled: 1
382
+ m_EditorHideFlags: 0
383
+ m_Script: {fileID: 11500000, guid: caff514de9b15ad48ab85dcff5508221, type: 3}
384
+ m_Name:
385
+ m_EditorClassIdentifier:
386
+ m_UpdateTrackingType: 0
387
+ m_EnableInputTracking: 1
388
+ m_EnableInputActions: 1
389
+ m_ModelPrefab: {fileID: 3475118261464492563, guid: 9f3369e30fbd31f4bb596b1a99babe83,
390
+ type: 3}
391
+ m_ModelParent: {fileID: 1670256625}
392
+ m_Model: {fileID: 0}
393
+ m_AnimateModel: 0
394
+ m_ModelSelectTransition:
395
+ m_ModelDeSelectTransition:
396
+ m_PositionAction:
397
+ m_UseReference: 1
398
+ m_Action:
399
+ m_Name:
400
+ m_Type: 0
401
+ m_ExpectedControlType:
402
+ m_Id:
403
+ m_Processors:
404
+ m_Interactions:
405
+ m_SingletonActionBindings: []
406
+ m_Flags: 0
407
+ m_Reference: {fileID: -3326005586356538449, guid: c348712bda248c246b8c49b3db54643f,
408
+ type: 3}
409
+ m_RotationAction:
410
+ m_UseReference: 1
411
+ m_Action:
412
+ m_Name:
413
+ m_Type: 0
414
+ m_ExpectedControlType:
415
+ m_Id:
416
+ m_Processors:
417
+ m_Interactions:
418
+ m_SingletonActionBindings: []
419
+ m_Flags: 0
420
+ m_Reference: {fileID: 5101698808175986029, guid: c348712bda248c246b8c49b3db54643f,
421
+ type: 3}
422
+ m_TrackingStateAction:
423
+ m_UseReference: 1
424
+ m_Action:
425
+ m_Name: Tracking State
426
+ m_Type: 0
427
+ m_ExpectedControlType:
428
+ m_Id: 008dba4e-870a-43fb-9a1f-1a7bc3ecec0c
429
+ m_Processors:
430
+ m_Interactions:
431
+ m_SingletonActionBindings: []
432
+ m_Flags: 0
433
+ m_Reference: {fileID: -1277054153949319361, guid: c348712bda248c246b8c49b3db54643f,
434
+ type: 3}
435
+ m_SelectAction:
436
+ m_UseReference: 1
437
+ m_Action:
438
+ m_Name:
439
+ m_Type: 0
440
+ m_ExpectedControlType:
441
+ m_Id:
442
+ m_Processors:
443
+ m_Interactions:
444
+ m_SingletonActionBindings: []
445
+ m_Flags: 0
446
+ m_Reference: {fileID: 187161793506945269, guid: c348712bda248c246b8c49b3db54643f,
447
+ type: 3}
448
+ m_SelectActionValue:
449
+ m_UseReference: 1
450
+ m_Action:
451
+ m_Name: Select Action Value
452
+ m_Type: 0
453
+ m_ExpectedControlType:
454
+ m_Id: 6b1e5826-d74e-452e-ab31-5d6eae6f407e
455
+ m_Processors:
456
+ m_Interactions:
457
+ m_SingletonActionBindings: []
458
+ m_Flags: 0
459
+ m_Reference: {fileID: -1758520528963094988, guid: c348712bda248c246b8c49b3db54643f,
460
+ type: 3}
461
+ m_ActivateAction:
462
+ m_UseReference: 1
463
+ m_Action:
464
+ m_Name:
465
+ m_Type: 0
466
+ m_ExpectedControlType:
467
+ m_Id:
468
+ m_Processors:
469
+ m_Interactions:
470
+ m_SingletonActionBindings: []
471
+ m_Flags: 0
472
+ m_Reference: {fileID: 83097790271614945, guid: c348712bda248c246b8c49b3db54643f,
473
+ type: 3}
474
+ m_ActivateActionValue:
475
+ m_UseReference: 1
476
+ m_Action:
477
+ m_Name: Activate Action Value
478
+ m_Type: 0
479
+ m_ExpectedControlType:
480
+ m_Id: 98d3d870-d1c9-4fbe-9790-8d0c2cb9ffc0
481
+ m_Processors:
482
+ m_Interactions:
483
+ m_SingletonActionBindings: []
484
+ m_Flags: 0
485
+ m_Reference: {fileID: 7904272356298805229, guid: c348712bda248c246b8c49b3db54643f,
486
+ type: 3}
487
+ m_UIPressAction:
488
+ m_UseReference: 1
489
+ m_Action:
490
+ m_Name:
491
+ m_Type: 0
492
+ m_ExpectedControlType:
493
+ m_Id:
494
+ m_Processors:
495
+ m_Interactions:
496
+ m_SingletonActionBindings: []
497
+ m_Flags: 0
498
+ m_Reference: {fileID: 3279264004350380116, guid: c348712bda248c246b8c49b3db54643f,
499
+ type: 3}
500
+ m_UIPressActionValue:
501
+ m_UseReference: 1
502
+ m_Action:
503
+ m_Name: UI Press Action Value
504
+ m_Type: 0
505
+ m_ExpectedControlType:
506
+ m_Id: bf4ab5bd-3648-4de6-a1f6-8e879b2612c2
507
+ m_Processors:
508
+ m_Interactions:
509
+ m_SingletonActionBindings: []
510
+ m_Flags: 0
511
+ m_Reference: {fileID: -5908353012961274365, guid: c348712bda248c246b8c49b3db54643f,
512
+ type: 3}
513
+ m_HapticDeviceAction:
514
+ m_UseReference: 1
515
+ m_Action:
516
+ m_Name: Haptic Device
517
+ m_Type: 0
518
+ m_ExpectedControlType:
519
+ m_Id: 59ea1b94-e9f8-4049-ab97-5920b11143a5
520
+ m_Processors:
521
+ m_Interactions:
522
+ m_SingletonActionBindings: []
523
+ m_Flags: 0
524
+ m_Reference: {fileID: -8222252007134549311, guid: c348712bda248c246b8c49b3db54643f,
525
+ type: 3}
526
+ m_RotateAnchorAction:
527
+ m_UseReference: 1
528
+ m_Action:
529
+ m_Name:
530
+ m_Type: 0
531
+ m_ExpectedControlType:
532
+ m_Id:
533
+ m_Processors:
534
+ m_Interactions:
535
+ m_SingletonActionBindings: []
536
+ m_Flags: 0
537
+ m_Reference: {fileID: -5913262927076077117, guid: c348712bda248c246b8c49b3db54643f,
538
+ type: 3}
539
+ m_DirectionalAnchorRotationAction:
540
+ m_UseReference: 1
541
+ m_Action:
542
+ m_Name: Directional Anchor Rotation
543
+ m_Type: 0
544
+ m_ExpectedControlType:
545
+ m_Id: 72b93609-c58e-411b-a958-c221860f8269
546
+ m_Processors:
547
+ m_Interactions:
548
+ m_SingletonActionBindings: []
549
+ m_Flags: 0
550
+ m_Reference: {fileID: -440298646266941818, guid: c348712bda248c246b8c49b3db54643f,
551
+ type: 3}
552
+ m_TranslateAnchorAction:
553
+ m_UseReference: 1
554
+ m_Action:
555
+ m_Name:
556
+ m_Type: 0
557
+ m_ExpectedControlType:
558
+ m_Id:
559
+ m_Processors:
560
+ m_Interactions:
561
+ m_SingletonActionBindings: []
562
+ m_Flags: 0
563
+ m_Reference: {fileID: 875253871413052681, guid: c348712bda248c246b8c49b3db54643f,
564
+ type: 3}
565
+ m_ButtonPressPoint: 0.5
566
+ --- !u!114 &4259548117460404135
567
+ MonoBehaviour:
568
+ m_ObjectHideFlags: 0
569
+ m_CorrespondingSourceObject: {fileID: 0}
570
+ m_PrefabInstance: {fileID: 0}
571
+ m_PrefabAsset: {fileID: 0}
572
+ m_GameObject: {fileID: 1670256624}
573
+ m_Enabled: 1
574
+ m_EditorHideFlags: 0
575
+ m_Script: {fileID: 11500000, guid: 8b94c4c83dec6a94fbaebf543478259e, type: 3}
576
+ m_Name:
577
+ m_EditorClassIdentifier:
578
+ m_System: {fileID: 6232745470614056086}
579
+ m_EnableFreeXMovement: 1
580
+ m_EnableFreeYMovement: 0
581
+ m_EnableFreeZMovement: 1
582
+ m_UseGravity: 1
583
+ m_GravityApplicationMode: 0
584
+ m_ControllerTransform: {fileID: 0}
585
+ m_EnableMoveWhileSelecting: 0
586
+ m_MoveFactor: 1
587
+ m_GrabMoveAction:
588
+ m_UseReference: 1
589
+ m_Action:
590
+ m_Name: Grab Move
591
+ m_Type: 0
592
+ m_ExpectedControlType:
593
+ m_Id: de56d195-bf90-4347-9982-6bf8ffa3420c
594
+ m_Processors:
595
+ m_Interactions:
596
+ m_SingletonActionBindings: []
597
+ m_Flags: 0
598
+ m_Reference: {fileID: 15759602096507913, guid: c348712bda248c246b8c49b3db54643f,
599
+ type: 3}
600
+ --- !u!114 &6678509202150728127
601
+ MonoBehaviour:
602
+ m_ObjectHideFlags: 0
603
+ m_CorrespondingSourceObject: {fileID: 0}
604
+ m_PrefabInstance: {fileID: 0}
605
+ m_PrefabAsset: {fileID: 0}
606
+ m_GameObject: {fileID: 1670256624}
607
+ m_Enabled: 1
608
+ m_EditorHideFlags: 0
609
+ m_Script: {fileID: 11500000, guid: a4a50d88b55b45648927679791f472de, type: 3}
610
+ m_Name:
611
+ m_EditorClassIdentifier:
612
+ m_InteractionManager: {fileID: 0}
613
+ m_StartingGroupMembers:
614
+ - {fileID: 2141651114331267770}
615
+ - {fileID: 6045481230268494804}
616
+ - {fileID: 19064736505062540}
617
+ --- !u!1 &1680501586
618
+ GameObject:
619
+ m_ObjectHideFlags: 0
620
+ m_CorrespondingSourceObject: {fileID: 0}
621
+ m_PrefabInstance: {fileID: 0}
622
+ m_PrefabAsset: {fileID: 0}
623
+ serializedVersion: 6
624
+ m_Component:
625
+ - component: {fileID: 1680501587}
626
+ m_Layer: 0
627
+ m_Name: CameraOffset
628
+ m_TagString: Untagged
629
+ m_Icon: {fileID: 0}
630
+ m_NavMeshLayer: 0
631
+ m_StaticEditorFlags: 0
632
+ m_IsActive: 1
633
+ --- !u!4 &1680501587
634
+ Transform:
635
+ m_ObjectHideFlags: 0
636
+ m_CorrespondingSourceObject: {fileID: 0}
637
+ m_PrefabInstance: {fileID: 0}
638
+ m_PrefabAsset: {fileID: 0}
639
+ m_GameObject: {fileID: 1680501586}
640
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
641
+ m_LocalPosition: {x: 0, y: 1.36144, z: 0}
642
+ m_LocalScale: {x: 1, y: 1, z: 1}
643
+ m_Children:
644
+ - {fileID: 1767192434}
645
+ - {fileID: 202364688}
646
+ - {fileID: 1670256625}
647
+ - {fileID: 2196849375614954873}
648
+ m_Father: {fileID: 1717954561962503726}
649
+ m_RootOrder: 0
650
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
651
+ --- !u!1 &1767192433
652
+ GameObject:
653
+ m_ObjectHideFlags: 0
654
+ m_CorrespondingSourceObject: {fileID: 0}
655
+ m_PrefabInstance: {fileID: 0}
656
+ m_PrefabAsset: {fileID: 0}
657
+ serializedVersion: 6
658
+ m_Component:
659
+ - component: {fileID: 1767192434}
660
+ - component: {fileID: 1767192439}
661
+ - component: {fileID: 1767192437}
662
+ - component: {fileID: 6232745470614056083}
663
+ - component: {fileID: 5996246515356774257}
664
+ m_Layer: 0
665
+ m_Name: Main Camera
666
+ m_TagString: MainCamera
667
+ m_Icon: {fileID: 0}
668
+ m_NavMeshLayer: 0
669
+ m_StaticEditorFlags: 0
670
+ m_IsActive: 1
671
+ --- !u!4 &1767192434
672
+ Transform:
673
+ m_ObjectHideFlags: 0
674
+ m_CorrespondingSourceObject: {fileID: 0}
675
+ m_PrefabInstance: {fileID: 0}
676
+ m_PrefabAsset: {fileID: 0}
677
+ m_GameObject: {fileID: 1767192433}
678
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
679
+ m_LocalPosition: {x: 0, y: 0, z: 0}
680
+ m_LocalScale: {x: 1, y: 1, z: 1}
681
+ m_Children: []
682
+ m_Father: {fileID: 1680501587}
683
+ m_RootOrder: 0
684
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
685
+ --- !u!20 &1767192439
686
+ Camera:
687
+ m_ObjectHideFlags: 0
688
+ m_CorrespondingSourceObject: {fileID: 0}
689
+ m_PrefabInstance: {fileID: 0}
690
+ m_PrefabAsset: {fileID: 0}
691
+ m_GameObject: {fileID: 1767192433}
692
+ m_Enabled: 1
693
+ serializedVersion: 2
694
+ m_ClearFlags: 1
695
+ m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
696
+ m_projectionMatrixMode: 1
697
+ m_GateFitMode: 2
698
+ m_FOVAxisMode: 0
699
+ m_SensorSize: {x: 36, y: 24}
700
+ m_LensShift: {x: 0, y: 0}
701
+ m_FocalLength: 50
702
+ m_NormalizedViewPortRect:
703
+ serializedVersion: 2
704
+ x: 0
705
+ y: 0
706
+ width: 1
707
+ height: 1
708
+ near clip plane: 0.01
709
+ far clip plane: 1000
710
+ field of view: 60
711
+ orthographic: 0
712
+ orthographic size: 5
713
+ m_Depth: -1
714
+ m_CullingMask:
715
+ serializedVersion: 2
716
+ m_Bits: 4294967295
717
+ m_RenderingPath: -1
718
+ m_TargetTexture: {fileID: 0}
719
+ m_TargetDisplay: 0
720
+ m_TargetEye: 3
721
+ m_HDR: 1
722
+ m_AllowMSAA: 1
723
+ m_AllowDynamicResolution: 0
724
+ m_ForceIntoRT: 0
725
+ m_OcclusionCulling: 1
726
+ m_StereoConvergence: 10
727
+ m_StereoSeparation: 0.022
728
+ --- !u!81 &1767192437
729
+ AudioListener:
730
+ m_ObjectHideFlags: 0
731
+ m_CorrespondingSourceObject: {fileID: 0}
732
+ m_PrefabInstance: {fileID: 0}
733
+ m_PrefabAsset: {fileID: 0}
734
+ m_GameObject: {fileID: 1767192433}
735
+ m_Enabled: 1
736
+ --- !u!114 &6232745470614056083
737
+ MonoBehaviour:
738
+ m_ObjectHideFlags: 0
739
+ m_CorrespondingSourceObject: {fileID: 0}
740
+ m_PrefabInstance: {fileID: 0}
741
+ m_PrefabAsset: {fileID: 0}
742
+ m_GameObject: {fileID: 1767192433}
743
+ m_Enabled: 1
744
+ m_EditorHideFlags: 0
745
+ m_Script: {fileID: 11500000, guid: c2fadf230d1919748a9aa21d40f74619, type: 3}
746
+ m_Name:
747
+ m_EditorClassIdentifier:
748
+ m_TrackingType: 0
749
+ m_UpdateType: 0
750
+ m_PositionInput:
751
+ m_UseReference: 1
752
+ m_Action:
753
+ m_Name: Position
754
+ m_Type: 0
755
+ m_ExpectedControlType:
756
+ m_Id: 0bacfa51-7938-4a88-adae-9e8ba6c59d23
757
+ m_Processors:
758
+ m_Interactions:
759
+ m_SingletonActionBindings:
760
+ - m_Name:
761
+ m_Id: f5efb008-b167-4d0f-b9e0-49a2350a85b3
762
+ m_Path: <XRHMD>/centerEyePosition
763
+ m_Interactions:
764
+ m_Processors:
765
+ m_Groups:
766
+ m_Action: Position
767
+ m_Flags: 0
768
+ m_Flags: 0
769
+ m_Reference: {fileID: 7862207684358717888, guid: c348712bda248c246b8c49b3db54643f,
770
+ type: 3}
771
+ m_RotationInput:
772
+ m_UseReference: 1
773
+ m_Action:
774
+ m_Name: Rotation
775
+ m_Type: 0
776
+ m_ExpectedControlType:
777
+ m_Id: 5439f14e-c9da-4bd1-ad3f-7121a75c10d9
778
+ m_Processors:
779
+ m_Interactions:
780
+ m_SingletonActionBindings:
781
+ - m_Name:
782
+ m_Id: f984a7fd-f7e2-45ef-b21d-699a5d160f29
783
+ m_Path: <XRHMD>/centerEyeRotation
784
+ m_Interactions:
785
+ m_Processors:
786
+ m_Groups:
787
+ m_Action: Rotation
788
+ m_Flags: 0
789
+ m_Flags: 0
790
+ m_Reference: {fileID: -530380113134220495, guid: c348712bda248c246b8c49b3db54643f,
791
+ type: 3}
792
+ m_PositionAction:
793
+ m_Name: Position
794
+ m_Type: 0
795
+ m_ExpectedControlType:
796
+ m_Id: 0bacfa51-7938-4a88-adae-9e8ba6c59d23
797
+ m_Processors:
798
+ m_Interactions:
799
+ m_SingletonActionBindings:
800
+ - m_Name:
801
+ m_Id: f5efb008-b167-4d0f-b9e0-49a2350a85b3
802
+ m_Path: <XRHMD>/centerEyePosition
803
+ m_Interactions:
804
+ m_Processors:
805
+ m_Groups:
806
+ m_Action: Position
807
+ m_Flags: 0
808
+ m_Flags: 0
809
+ m_RotationAction:
810
+ m_Name: Rotation
811
+ m_Type: 0
812
+ m_ExpectedControlType:
813
+ m_Id: 5439f14e-c9da-4bd1-ad3f-7121a75c10d9
814
+ m_Processors:
815
+ m_Interactions:
816
+ m_SingletonActionBindings:
817
+ - m_Name:
818
+ m_Id: f984a7fd-f7e2-45ef-b21d-699a5d160f29
819
+ m_Path: <XRHMD>/centerEyeRotation
820
+ m_Interactions:
821
+ m_Processors:
822
+ m_Groups:
823
+ m_Action: Rotation
824
+ m_Flags: 0
825
+ m_Flags: 0
826
+ m_HasMigratedActions: 1
827
+ --- !u!114 &5996246515356774257
828
+ MonoBehaviour:
829
+ m_ObjectHideFlags: 0
830
+ m_CorrespondingSourceObject: {fileID: 0}
831
+ m_PrefabInstance: {fileID: 0}
832
+ m_PrefabAsset: {fileID: 0}
833
+ m_GameObject: {fileID: 1767192433}
834
+ m_Enabled: 1
835
+ m_EditorHideFlags: 0
836
+ m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
837
+ m_Name:
838
+ m_EditorClassIdentifier:
839
+ m_RenderShadows: 1
840
+ m_RequiresDepthTextureOption: 2
841
+ m_RequiresOpaqueTextureOption: 2
842
+ m_CameraType: 0
843
+ m_Cameras: []
844
+ m_RendererIndex: -1
845
+ m_VolumeLayerMask:
846
+ serializedVersion: 2
847
+ m_Bits: 1
848
+ m_VolumeTrigger: {fileID: 0}
849
+ m_VolumeFrameworkUpdateModeOption: 2
850
+ m_RenderPostProcessing: 0
851
+ m_Antialiasing: 0
852
+ m_AntialiasingQuality: 2
853
+ m_StopNaN: 0
854
+ m_Dithering: 0
855
+ m_ClearDepth: 1
856
+ m_AllowXRRendering: 1
857
+ m_RequiresDepthTexture: 0
858
+ m_RequiresColorTexture: 0
859
+ m_Version: 2
860
+ --- !u!1 &1717954561962503725
861
+ GameObject:
862
+ m_ObjectHideFlags: 0
863
+ m_CorrespondingSourceObject: {fileID: 0}
864
+ m_PrefabInstance: {fileID: 0}
865
+ m_PrefabAsset: {fileID: 0}
866
+ serializedVersion: 6
867
+ m_Component:
868
+ - component: {fileID: 1717954561962503726}
869
+ - component: {fileID: 1178791450436251564}
870
+ - component: {fileID: 6232745470614056085}
871
+ - component: {fileID: 6232745470614056086}
872
+ - component: {fileID: 6232745470614056087}
873
+ - component: {fileID: 6232745470614056089}
874
+ - component: {fileID: 6232745470614056091}
875
+ - component: {fileID: 6966226065256375721}
876
+ - component: {fileID: 6232745470614056090}
877
+ - component: {fileID: 6232745470614056095}
878
+ m_Layer: 2
879
+ m_Name: XR Origin Preconfigured
880
+ m_TagString: Untagged
881
+ m_Icon: {fileID: 0}
882
+ m_NavMeshLayer: 0
883
+ m_StaticEditorFlags: 0
884
+ m_IsActive: 1
885
+ --- !u!4 &1717954561962503726
886
+ Transform:
887
+ m_ObjectHideFlags: 0
888
+ m_CorrespondingSourceObject: {fileID: 0}
889
+ m_PrefabInstance: {fileID: 0}
890
+ m_PrefabAsset: {fileID: 0}
891
+ m_GameObject: {fileID: 1717954561962503725}
892
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
893
+ m_LocalPosition: {x: 0, y: 0, z: 0}
894
+ m_LocalScale: {x: 1, y: 1, z: 1}
895
+ m_Children:
896
+ - {fileID: 1680501587}
897
+ m_Father: {fileID: 0}
898
+ m_RootOrder: 0
899
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
900
+ --- !u!114 &1178791450436251564
901
+ MonoBehaviour:
902
+ m_ObjectHideFlags: 0
903
+ m_CorrespondingSourceObject: {fileID: 0}
904
+ m_PrefabInstance: {fileID: 0}
905
+ m_PrefabAsset: {fileID: 0}
906
+ m_GameObject: {fileID: 1717954561962503725}
907
+ m_Enabled: 1
908
+ m_EditorHideFlags: 0
909
+ m_Script: {fileID: 11500000, guid: e0cb9aa70a22847b5925ee5f067c10a9, type: 3}
910
+ m_Name:
911
+ m_EditorClassIdentifier:
912
+ m_Camera: {fileID: 1767192439}
913
+ m_OriginBaseGameObject: {fileID: 1717954561962503725}
914
+ m_CameraFloorOffsetObject: {fileID: 1680501586}
915
+ m_RequestedTrackingOriginMode: 0
916
+ m_CameraYOffset: 1.36144
917
+ --- !u!114 &6232745470614056085
918
+ MonoBehaviour:
919
+ m_ObjectHideFlags: 0
920
+ m_CorrespondingSourceObject: {fileID: 0}
921
+ m_PrefabInstance: {fileID: 0}
922
+ m_PrefabAsset: {fileID: 0}
923
+ m_GameObject: {fileID: 1717954561962503725}
924
+ m_Enabled: 1
925
+ m_EditorHideFlags: 0
926
+ m_Script: {fileID: 11500000, guid: 2213c36610e3b1c4bbf886810ed9db12, type: 3}
927
+ m_Name:
928
+ m_EditorClassIdentifier:
929
+ m_System: {fileID: 6232745470614056086}
930
+ m_TurnAmount: 45
931
+ m_DebounceTime: 0.5
932
+ m_EnableTurnLeftRight: 1
933
+ m_EnableTurnAround: 1
934
+ m_DelayTime: 0
935
+ m_LeftHandSnapTurnAction:
936
+ m_UseReference: 1
937
+ m_Action:
938
+ m_Name: Left Hand Snap Turn
939
+ m_Type: 0
940
+ m_ExpectedControlType:
941
+ m_Id: a1d07c24-ca50-422a-a23f-685d9fabf63b
942
+ m_Processors:
943
+ m_Interactions:
944
+ m_SingletonActionBindings: []
945
+ m_Flags: 0
946
+ m_Reference: {fileID: -7374733323251553461, guid: c348712bda248c246b8c49b3db54643f,
947
+ type: 3}
948
+ m_RightHandSnapTurnAction:
949
+ m_UseReference: 1
950
+ m_Action:
951
+ m_Name: Right Hand Snap Turn
952
+ m_Type: 0
953
+ m_ExpectedControlType:
954
+ m_Id: a7b54797-6974-4f75-81d0-42b9c15ef1e0
955
+ m_Processors:
956
+ m_Interactions:
957
+ m_SingletonActionBindings: []
958
+ m_Flags: 0
959
+ m_Reference: {fileID: -8525429354371678379, guid: c348712bda248c246b8c49b3db54643f,
960
+ type: 3}
961
+ --- !u!114 &6232745470614056086
962
+ MonoBehaviour:
963
+ m_ObjectHideFlags: 0
964
+ m_CorrespondingSourceObject: {fileID: 0}
965
+ m_PrefabInstance: {fileID: 0}
966
+ m_PrefabAsset: {fileID: 0}
967
+ m_GameObject: {fileID: 1717954561962503725}
968
+ m_Enabled: 1
969
+ m_EditorHideFlags: 0
970
+ m_Script: {fileID: 11500000, guid: 03a5df2202a8b96488c744be3bd0c33e, type: 3}
971
+ m_Name:
972
+ m_EditorClassIdentifier:
973
+ m_Timeout: 10
974
+ m_XROrigin: {fileID: 1178791450436251564}
975
+ --- !u!114 &6232745470614056087
976
+ MonoBehaviour:
977
+ m_ObjectHideFlags: 0
978
+ m_CorrespondingSourceObject: {fileID: 0}
979
+ m_PrefabInstance: {fileID: 0}
980
+ m_PrefabAsset: {fileID: 0}
981
+ m_GameObject: {fileID: 1717954561962503725}
982
+ m_Enabled: 1
983
+ m_EditorHideFlags: 0
984
+ m_Script: {fileID: 11500000, guid: 01f69dc1cb084aa42b2f2f8cd87bc770, type: 3}
985
+ m_Name:
986
+ m_EditorClassIdentifier:
987
+ m_System: {fileID: 6232745470614056086}
988
+ m_DelayTime: 0
989
+ --- !u!114 &6232745470614056089
990
+ MonoBehaviour:
991
+ m_ObjectHideFlags: 0
992
+ m_CorrespondingSourceObject: {fileID: 0}
993
+ m_PrefabInstance: {fileID: 0}
994
+ m_PrefabAsset: {fileID: 0}
995
+ m_GameObject: {fileID: 1717954561962503725}
996
+ m_Enabled: 1
997
+ m_EditorHideFlags: 0
998
+ m_Script: {fileID: 11500000, guid: 919e39492806b334982b6b84c90dd927, type: 3}
999
+ m_Name:
1000
+ m_EditorClassIdentifier:
1001
+ m_System: {fileID: 6232745470614056086}
1002
+ m_TurnSpeed: 60
1003
+ m_LeftHandTurnAction:
1004
+ m_UseReference: 1
1005
+ m_Action:
1006
+ m_Name: Left Hand Turn
1007
+ m_Type: 0
1008
+ m_ExpectedControlType:
1009
+ m_Id: d065cb11-e9f6-4747-a3d4-1c032fc345a0
1010
+ m_Processors:
1011
+ m_Interactions:
1012
+ m_SingletonActionBindings: []
1013
+ m_Flags: 0
1014
+ m_Reference: {fileID: 1010738217276881514, guid: c348712bda248c246b8c49b3db54643f,
1015
+ type: 3}
1016
+ m_RightHandTurnAction:
1017
+ m_UseReference: 1
1018
+ m_Action:
1019
+ m_Name: Right Hand Turn
1020
+ m_Type: 0
1021
+ m_ExpectedControlType:
1022
+ m_Id: e043a43a-0352-4ee2-ab81-9dafdfb41dc2
1023
+ m_Processors:
1024
+ m_Interactions:
1025
+ m_SingletonActionBindings: []
1026
+ m_Flags: 0
1027
+ m_Reference: {fileID: -6493913391331992944, guid: c348712bda248c246b8c49b3db54643f,
1028
+ type: 3}
1029
+ --- !u!114 &6232745470614056091
1030
+ MonoBehaviour:
1031
+ m_ObjectHideFlags: 0
1032
+ m_CorrespondingSourceObject: {fileID: 0}
1033
+ m_PrefabInstance: {fileID: 0}
1034
+ m_PrefabAsset: {fileID: 0}
1035
+ m_GameObject: {fileID: 1717954561962503725}
1036
+ m_Enabled: 1
1037
+ m_EditorHideFlags: 0
1038
+ m_Script: {fileID: 11500000, guid: 9b1e8c997df241c1a67045eeac79b41b, type: 3}
1039
+ m_Name:
1040
+ m_EditorClassIdentifier:
1041
+ m_System: {fileID: 6232745470614056086}
1042
+ m_MoveSpeed: 1
1043
+ m_EnableStrafe: 1
1044
+ m_EnableFly: 0
1045
+ m_UseGravity: 1
1046
+ m_GravityApplicationMode: 0
1047
+ m_ForwardSource: {fileID: 1767192434}
1048
+ m_LeftHandMoveAction:
1049
+ m_UseReference: 1
1050
+ m_Action:
1051
+ m_Name: Left Hand Move
1052
+ m_Type: 0
1053
+ m_ExpectedControlType:
1054
+ m_Id: 6da12c60-ad99-45b3-a0b1-a4ee1d30ddcc
1055
+ m_Processors:
1056
+ m_Interactions:
1057
+ m_SingletonActionBindings: []
1058
+ m_Flags: 0
1059
+ m_Reference: {fileID: 6972639530819350904, guid: c348712bda248c246b8c49b3db54643f,
1060
+ type: 3}
1061
+ m_RightHandMoveAction:
1062
+ m_UseReference: 1
1063
+ m_Action:
1064
+ m_Name: Right Hand Move
1065
+ m_Type: 0
1066
+ m_ExpectedControlType:
1067
+ m_Id: 77f364a5-e031-452a-af50-144d41955e70
1068
+ m_Processors:
1069
+ m_Interactions:
1070
+ m_SingletonActionBindings: []
1071
+ m_Flags: 0
1072
+ m_Reference: {fileID: -8198699208435500284, guid: c348712bda248c246b8c49b3db54643f,
1073
+ type: 3}
1074
+ m_HeadTransform: {fileID: 1767192434}
1075
+ m_LeftControllerTransform: {fileID: 202364688}
1076
+ m_RightControllerTransform: {fileID: 1670256625}
1077
+ m_LeftHandMovementDirection: 0
1078
+ m_RightHandMovementDirection: 0
1079
+ --- !u!114 &6966226065256375721
1080
+ MonoBehaviour:
1081
+ m_ObjectHideFlags: 0
1082
+ m_CorrespondingSourceObject: {fileID: 0}
1083
+ m_PrefabInstance: {fileID: 0}
1084
+ m_PrefabAsset: {fileID: 0}
1085
+ m_GameObject: {fileID: 1717954561962503725}
1086
+ m_Enabled: 1
1087
+ m_EditorHideFlags: 0
1088
+ m_Script: {fileID: 11500000, guid: 760ff70c1c91bdd45907d0ff0cdcaf7f, type: 3}
1089
+ m_Name:
1090
+ m_EditorClassIdentifier:
1091
+ m_System: {fileID: 6232745470614056086}
1092
+ m_EnableFreeXMovement: 1
1093
+ m_EnableFreeYMovement: 0
1094
+ m_EnableFreeZMovement: 1
1095
+ m_UseGravity: 1
1096
+ m_GravityApplicationMode: 0
1097
+ m_LeftGrabMoveProvider: {fileID: 5943189913811301960}
1098
+ m_RightGrabMoveProvider: {fileID: 4259548117460404135}
1099
+ m_OverrideSharedSettingsOnInit: 1
1100
+ m_MoveFactor: 1
1101
+ m_RequireTwoHandsForTranslation: 0
1102
+ m_EnableRotation: 1
1103
+ m_EnableScaling: 0
1104
+ m_MinimumScale: 0.2
1105
+ m_MaximumScale: 5
1106
+ --- !u!143 &6232745470614056090
1107
+ CharacterController:
1108
+ m_ObjectHideFlags: 0
1109
+ m_CorrespondingSourceObject: {fileID: 0}
1110
+ m_PrefabInstance: {fileID: 0}
1111
+ m_PrefabAsset: {fileID: 0}
1112
+ m_GameObject: {fileID: 1717954561962503725}
1113
+ m_Material: {fileID: 0}
1114
+ m_IsTrigger: 0
1115
+ m_Enabled: 1
1116
+ serializedVersion: 2
1117
+ m_Height: 1.36144
1118
+ m_Radius: 0.1
1119
+ m_SlopeLimit: 45
1120
+ m_StepOffset: 0.5
1121
+ m_SkinWidth: 0.08
1122
+ m_MinMoveDistance: 0.001
1123
+ m_Center: {x: 0, y: 0.76072, z: 0}
1124
+ --- !u!114 &6232745470614056095
1125
+ MonoBehaviour:
1126
+ m_ObjectHideFlags: 0
1127
+ m_CorrespondingSourceObject: {fileID: 0}
1128
+ m_PrefabInstance: {fileID: 0}
1129
+ m_PrefabAsset: {fileID: 0}
1130
+ m_GameObject: {fileID: 1717954561962503725}
1131
+ m_Enabled: 1
1132
+ m_EditorHideFlags: 0
1133
+ m_Script: {fileID: 11500000, guid: af6bf904e410ee8479f9093d8830d1f8, type: 3}
1134
+ m_Name:
1135
+ m_EditorClassIdentifier:
1136
+ m_LocomotionProvider: {fileID: 6232745470614056091}
1137
+ m_MinHeight: 0
1138
+ m_MaxHeight: Infinity
1139
+ --- !u!1001 &553018692727262454
1140
+ PrefabInstance:
1141
+ m_ObjectHideFlags: 0
1142
+ serializedVersion: 2
1143
+ m_Modification:
1144
+ m_TransformParent: {fileID: 1670256625}
1145
+ m_Modifications:
1146
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1147
+ type: 3}
1148
+ propertyPath: m_RootOrder
1149
+ value: 3
1150
+ objectReference: {fileID: 0}
1151
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1152
+ type: 3}
1153
+ propertyPath: m_LocalPosition.x
1154
+ value: 0
1155
+ objectReference: {fileID: 0}
1156
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1157
+ type: 3}
1158
+ propertyPath: m_LocalPosition.y
1159
+ value: -0.02
1160
+ objectReference: {fileID: 0}
1161
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1162
+ type: 3}
1163
+ propertyPath: m_LocalPosition.z
1164
+ value: -0.035
1165
+ objectReference: {fileID: 0}
1166
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1167
+ type: 3}
1168
+ propertyPath: m_LocalRotation.w
1169
+ value: 1
1170
+ objectReference: {fileID: 0}
1171
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1172
+ type: 3}
1173
+ propertyPath: m_LocalRotation.x
1174
+ value: -0
1175
+ objectReference: {fileID: 0}
1176
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1177
+ type: 3}
1178
+ propertyPath: m_LocalRotation.y
1179
+ value: -0
1180
+ objectReference: {fileID: 0}
1181
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1182
+ type: 3}
1183
+ propertyPath: m_LocalRotation.z
1184
+ value: -0
1185
+ objectReference: {fileID: 0}
1186
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1187
+ type: 3}
1188
+ propertyPath: m_LocalEulerAnglesHint.x
1189
+ value: 0
1190
+ objectReference: {fileID: 0}
1191
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1192
+ type: 3}
1193
+ propertyPath: m_LocalEulerAnglesHint.y
1194
+ value: 0
1195
+ objectReference: {fileID: 0}
1196
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1197
+ type: 3}
1198
+ propertyPath: m_LocalEulerAnglesHint.z
1199
+ value: 0
1200
+ objectReference: {fileID: 0}
1201
+ - target: {fileID: 2761784063978902507, guid: c1800acf6366418a9b5f610249000331,
1202
+ type: 3}
1203
+ propertyPath: m_Name
1204
+ value: Teleport Interactor
1205
+ objectReference: {fileID: 0}
1206
+ m_RemovedComponents: []
1207
+ m_SourcePrefab: {fileID: 100100000, guid: c1800acf6366418a9b5f610249000331, type: 3}
1208
+ --- !u!1 &2449787133337329437 stripped
1209
+ GameObject:
1210
+ m_CorrespondingSourceObject: {fileID: 2761784063978902507, guid: c1800acf6366418a9b5f610249000331,
1211
+ type: 3}
1212
+ m_PrefabInstance: {fileID: 553018692727262454}
1213
+ m_PrefabAsset: {fileID: 0}
1214
+ --- !u!4 &2449787133337329436 stripped
1215
+ Transform:
1216
+ m_CorrespondingSourceObject: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1217
+ type: 3}
1218
+ m_PrefabInstance: {fileID: 553018692727262454}
1219
+ m_PrefabAsset: {fileID: 0}
1220
+ --- !u!114 &2449787133337329425 stripped
1221
+ MonoBehaviour:
1222
+ m_CorrespondingSourceObject: {fileID: 2761784063978902503, guid: c1800acf6366418a9b5f610249000331,
1223
+ type: 3}
1224
+ m_PrefabInstance: {fileID: 553018692727262454}
1225
+ m_PrefabAsset: {fileID: 0}
1226
+ m_GameObject: {fileID: 2449787133337329437}
1227
+ m_Enabled: 1
1228
+ m_EditorHideFlags: 0
1229
+ m_Script: {fileID: 11500000, guid: 6803edce0201f574f923fd9d10e5b30a, type: 3}
1230
+ m_Name:
1231
+ m_EditorClassIdentifier:
1232
+ --- !u!114 &4898442741215327232
1233
+ MonoBehaviour:
1234
+ m_ObjectHideFlags: 0
1235
+ m_CorrespondingSourceObject: {fileID: 0}
1236
+ m_PrefabInstance: {fileID: 0}
1237
+ m_PrefabAsset: {fileID: 0}
1238
+ m_GameObject: {fileID: 2449787133337329437}
1239
+ m_Enabled: 1
1240
+ m_EditorHideFlags: 0
1241
+ m_Script: {fileID: 11500000, guid: caff514de9b15ad48ab85dcff5508221, type: 3}
1242
+ m_Name:
1243
+ m_EditorClassIdentifier:
1244
+ m_UpdateTrackingType: 0
1245
+ m_EnableInputTracking: 0
1246
+ m_EnableInputActions: 1
1247
+ m_ModelPrefab: {fileID: 0}
1248
+ m_ModelParent: {fileID: 0}
1249
+ m_Model: {fileID: 0}
1250
+ m_AnimateModel: 0
1251
+ m_ModelSelectTransition:
1252
+ m_ModelDeSelectTransition:
1253
+ m_PositionAction:
1254
+ m_UseReference: 0
1255
+ m_Action:
1256
+ m_Name: Position
1257
+ m_Type: 0
1258
+ m_ExpectedControlType:
1259
+ m_Id: db83b55c-ddbb-4078-919c-0b0cbc6afe9b
1260
+ m_Processors:
1261
+ m_Interactions:
1262
+ m_SingletonActionBindings: []
1263
+ m_Flags: 0
1264
+ m_Reference: {fileID: -3326005586356538449, guid: c348712bda248c246b8c49b3db54643f,
1265
+ type: 3}
1266
+ m_RotationAction:
1267
+ m_UseReference: 0
1268
+ m_Action:
1269
+ m_Name: Rotation
1270
+ m_Type: 0
1271
+ m_ExpectedControlType:
1272
+ m_Id: 934a28ac-b7af-4a72-896e-f98ee8741de7
1273
+ m_Processors:
1274
+ m_Interactions:
1275
+ m_SingletonActionBindings: []
1276
+ m_Flags: 0
1277
+ m_Reference: {fileID: 5101698808175986029, guid: c348712bda248c246b8c49b3db54643f,
1278
+ type: 3}
1279
+ m_TrackingStateAction:
1280
+ m_UseReference: 0
1281
+ m_Action:
1282
+ m_Name: Tracking State
1283
+ m_Type: 0
1284
+ m_ExpectedControlType:
1285
+ m_Id: 41ec62b5-77e9-433d-839f-2daf5c703355
1286
+ m_Processors:
1287
+ m_Interactions:
1288
+ m_SingletonActionBindings: []
1289
+ m_Flags: 0
1290
+ m_Reference: {fileID: 0}
1291
+ m_SelectAction:
1292
+ m_UseReference: 1
1293
+ m_Action:
1294
+ m_Name:
1295
+ m_Type: 0
1296
+ m_ExpectedControlType:
1297
+ m_Id:
1298
+ m_Processors:
1299
+ m_Interactions:
1300
+ m_SingletonActionBindings: []
1301
+ m_Flags: 0
1302
+ m_Reference: {fileID: -8270564778575511633, guid: c348712bda248c246b8c49b3db54643f,
1303
+ type: 3}
1304
+ m_SelectActionValue:
1305
+ m_UseReference: 1
1306
+ m_Action:
1307
+ m_Name: Select Action Value
1308
+ m_Type: 0
1309
+ m_ExpectedControlType:
1310
+ m_Id: 27191759-33e4-4f45-a0fd-7623410a9e62
1311
+ m_Processors:
1312
+ m_Interactions:
1313
+ m_SingletonActionBindings: []
1314
+ m_Flags: 0
1315
+ m_Reference: {fileID: -8270564778575511633, guid: c348712bda248c246b8c49b3db54643f,
1316
+ type: 3}
1317
+ m_ActivateAction:
1318
+ m_UseReference: 1
1319
+ m_Action:
1320
+ m_Name:
1321
+ m_Type: 0
1322
+ m_ExpectedControlType:
1323
+ m_Id:
1324
+ m_Processors:
1325
+ m_Interactions:
1326
+ m_SingletonActionBindings: []
1327
+ m_Flags: 0
1328
+ m_Reference: {fileID: 83097790271614945, guid: c348712bda248c246b8c49b3db54643f,
1329
+ type: 3}
1330
+ m_ActivateActionValue:
1331
+ m_UseReference: 1
1332
+ m_Action:
1333
+ m_Name: Activate Action Value
1334
+ m_Type: 0
1335
+ m_ExpectedControlType:
1336
+ m_Id: a7069e58-5c7c-41cc-b6c2-68810e4a9e99
1337
+ m_Processors:
1338
+ m_Interactions:
1339
+ m_SingletonActionBindings: []
1340
+ m_Flags: 0
1341
+ m_Reference: {fileID: 7904272356298805229, guid: c348712bda248c246b8c49b3db54643f,
1342
+ type: 3}
1343
+ m_UIPressAction:
1344
+ m_UseReference: 1
1345
+ m_Action:
1346
+ m_Name:
1347
+ m_Type: 0
1348
+ m_ExpectedControlType:
1349
+ m_Id:
1350
+ m_Processors:
1351
+ m_Interactions:
1352
+ m_SingletonActionBindings: []
1353
+ m_Flags: 0
1354
+ m_Reference: {fileID: 3279264004350380116, guid: c348712bda248c246b8c49b3db54643f,
1355
+ type: 3}
1356
+ m_UIPressActionValue:
1357
+ m_UseReference: 1
1358
+ m_Action:
1359
+ m_Name: UI Press Action Value
1360
+ m_Type: 0
1361
+ m_ExpectedControlType:
1362
+ m_Id: c27db6a8-7713-4ef9-9c9d-18b76c3a4c97
1363
+ m_Processors:
1364
+ m_Interactions:
1365
+ m_SingletonActionBindings: []
1366
+ m_Flags: 0
1367
+ m_Reference: {fileID: -5908353012961274365, guid: c348712bda248c246b8c49b3db54643f,
1368
+ type: 3}
1369
+ m_HapticDeviceAction:
1370
+ m_UseReference: 1
1371
+ m_Action:
1372
+ m_Name: Haptic Device
1373
+ m_Type: 0
1374
+ m_ExpectedControlType:
1375
+ m_Id: 59ea1b94-e9f8-4049-ab97-5920b11143a5
1376
+ m_Processors:
1377
+ m_Interactions:
1378
+ m_SingletonActionBindings: []
1379
+ m_Flags: 0
1380
+ m_Reference: {fileID: -8222252007134549311, guid: c348712bda248c246b8c49b3db54643f,
1381
+ type: 3}
1382
+ m_RotateAnchorAction:
1383
+ m_UseReference: 1
1384
+ m_Action:
1385
+ m_Name:
1386
+ m_Type: 0
1387
+ m_ExpectedControlType:
1388
+ m_Id:
1389
+ m_Processors:
1390
+ m_Interactions:
1391
+ m_SingletonActionBindings: []
1392
+ m_Flags: 0
1393
+ m_Reference: {fileID: -5913262927076077117, guid: c348712bda248c246b8c49b3db54643f,
1394
+ type: 3}
1395
+ m_DirectionalAnchorRotationAction:
1396
+ m_UseReference: 1
1397
+ m_Action:
1398
+ m_Name: Directional Anchor Rotation
1399
+ m_Type: 0
1400
+ m_ExpectedControlType:
1401
+ m_Id: 37b7c356-f2e9-47c7-ba4c-34757c8b8df8
1402
+ m_Processors:
1403
+ m_Interactions:
1404
+ m_SingletonActionBindings: []
1405
+ m_Flags: 0
1406
+ m_Reference: {fileID: -440298646266941818, guid: c348712bda248c246b8c49b3db54643f,
1407
+ type: 3}
1408
+ m_TranslateAnchorAction:
1409
+ m_UseReference: 1
1410
+ m_Action:
1411
+ m_Name:
1412
+ m_Type: 0
1413
+ m_ExpectedControlType:
1414
+ m_Id:
1415
+ m_Processors:
1416
+ m_Interactions:
1417
+ m_SingletonActionBindings: []
1418
+ m_Flags: 0
1419
+ m_Reference: {fileID: 875253871413052681, guid: c348712bda248c246b8c49b3db54643f,
1420
+ type: 3}
1421
+ m_ButtonPressPoint: 0.5
1422
+ --- !u!1001 &2147063422107175346
1423
+ PrefabInstance:
1424
+ m_ObjectHideFlags: 0
1425
+ serializedVersion: 2
1426
+ m_Modification:
1427
+ m_TransformParent: {fileID: 202364688}
1428
+ m_Modifications:
1429
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1430
+ type: 3}
1431
+ propertyPath: m_RootOrder
1432
+ value: 0
1433
+ objectReference: {fileID: 0}
1434
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1435
+ type: 3}
1436
+ propertyPath: m_LocalPosition.x
1437
+ value: 0
1438
+ objectReference: {fileID: 0}
1439
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1440
+ type: 3}
1441
+ propertyPath: m_LocalPosition.y
1442
+ value: 0
1443
+ objectReference: {fileID: 0}
1444
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1445
+ type: 3}
1446
+ propertyPath: m_LocalPosition.z
1447
+ value: 0
1448
+ objectReference: {fileID: 0}
1449
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1450
+ type: 3}
1451
+ propertyPath: m_LocalRotation.w
1452
+ value: 1
1453
+ objectReference: {fileID: 0}
1454
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1455
+ type: 3}
1456
+ propertyPath: m_LocalRotation.x
1457
+ value: 0
1458
+ objectReference: {fileID: 0}
1459
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1460
+ type: 3}
1461
+ propertyPath: m_LocalRotation.y
1462
+ value: 0
1463
+ objectReference: {fileID: 0}
1464
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1465
+ type: 3}
1466
+ propertyPath: m_LocalRotation.z
1467
+ value: 0
1468
+ objectReference: {fileID: 0}
1469
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1470
+ type: 3}
1471
+ propertyPath: m_LocalEulerAnglesHint.x
1472
+ value: 0
1473
+ objectReference: {fileID: 0}
1474
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1475
+ type: 3}
1476
+ propertyPath: m_LocalEulerAnglesHint.y
1477
+ value: 0
1478
+ objectReference: {fileID: 0}
1479
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1480
+ type: 3}
1481
+ propertyPath: m_LocalEulerAnglesHint.z
1482
+ value: 0
1483
+ objectReference: {fileID: 0}
1484
+ - target: {fileID: 4125421792874400280, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1485
+ type: 3}
1486
+ propertyPath: m_Name
1487
+ value: Poke Interactor
1488
+ objectReference: {fileID: 0}
1489
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1490
+ type: 3}
1491
+ propertyPath: m_LocalPosition.x
1492
+ value: -0.005
1493
+ objectReference: {fileID: 0}
1494
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1495
+ type: 3}
1496
+ propertyPath: m_LocalRotation.w
1497
+ value: 0.9952465
1498
+ objectReference: {fileID: 0}
1499
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1500
+ type: 3}
1501
+ propertyPath: m_LocalRotation.x
1502
+ value: 0.04345342
1503
+ objectReference: {fileID: 0}
1504
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1505
+ type: 3}
1506
+ propertyPath: m_LocalRotation.y
1507
+ value: 0.08707283
1508
+ objectReference: {fileID: 0}
1509
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1510
+ type: 3}
1511
+ propertyPath: m_LocalRotation.z
1512
+ value: -0.0038016832
1513
+ objectReference: {fileID: 0}
1514
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1515
+ type: 3}
1516
+ propertyPath: m_LocalEulerAnglesHint.y
1517
+ value: 10
1518
+ objectReference: {fileID: 0}
1519
+ m_RemovedComponents: []
1520
+ m_SourcePrefab: {fileID: 100100000, guid: 27024f5809f4a4347b9cd7f26a1bdf93, type: 3}
1521
+ --- !u!114 &4343660526480754339 stripped
1522
+ MonoBehaviour:
1523
+ m_CorrespondingSourceObject: {fileID: 2417358720014700305, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1524
+ type: 3}
1525
+ m_PrefabInstance: {fileID: 2147063422107175346}
1526
+ m_PrefabAsset: {fileID: 0}
1527
+ m_GameObject: {fileID: 0}
1528
+ m_Enabled: 1
1529
+ m_EditorHideFlags: 0
1530
+ m_Script: {fileID: 11500000, guid: 0924bcaa9eb50df458a783ae0e2b59f5, type: 3}
1531
+ m_Name:
1532
+ m_EditorClassIdentifier:
1533
+ --- !u!4 &1666320186578454293 stripped
1534
+ Transform:
1535
+ m_CorrespondingSourceObject: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1536
+ type: 3}
1537
+ m_PrefabInstance: {fileID: 2147063422107175346}
1538
+ m_PrefabAsset: {fileID: 0}
1539
+ --- !u!1001 &2761784064811051247
1540
+ PrefabInstance:
1541
+ m_ObjectHideFlags: 0
1542
+ serializedVersion: 2
1543
+ m_Modification:
1544
+ m_TransformParent: {fileID: 202364688}
1545
+ m_Modifications:
1546
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1547
+ type: 3}
1548
+ propertyPath: m_RootOrder
1549
+ value: 3
1550
+ objectReference: {fileID: 0}
1551
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1552
+ type: 3}
1553
+ propertyPath: m_LocalPosition.x
1554
+ value: 0
1555
+ objectReference: {fileID: 0}
1556
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1557
+ type: 3}
1558
+ propertyPath: m_LocalPosition.y
1559
+ value: -0.02
1560
+ objectReference: {fileID: 0}
1561
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1562
+ type: 3}
1563
+ propertyPath: m_LocalPosition.z
1564
+ value: -0.035
1565
+ objectReference: {fileID: 0}
1566
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1567
+ type: 3}
1568
+ propertyPath: m_LocalRotation.w
1569
+ value: 1
1570
+ objectReference: {fileID: 0}
1571
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1572
+ type: 3}
1573
+ propertyPath: m_LocalRotation.x
1574
+ value: -0
1575
+ objectReference: {fileID: 0}
1576
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1577
+ type: 3}
1578
+ propertyPath: m_LocalRotation.y
1579
+ value: -0
1580
+ objectReference: {fileID: 0}
1581
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1582
+ type: 3}
1583
+ propertyPath: m_LocalRotation.z
1584
+ value: -0
1585
+ objectReference: {fileID: 0}
1586
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1587
+ type: 3}
1588
+ propertyPath: m_LocalEulerAnglesHint.x
1589
+ value: 0
1590
+ objectReference: {fileID: 0}
1591
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1592
+ type: 3}
1593
+ propertyPath: m_LocalEulerAnglesHint.y
1594
+ value: 0
1595
+ objectReference: {fileID: 0}
1596
+ - target: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1597
+ type: 3}
1598
+ propertyPath: m_LocalEulerAnglesHint.z
1599
+ value: 0
1600
+ objectReference: {fileID: 0}
1601
+ - target: {fileID: 2761784063978902507, guid: c1800acf6366418a9b5f610249000331,
1602
+ type: 3}
1603
+ propertyPath: m_Name
1604
+ value: Teleport Interactor
1605
+ objectReference: {fileID: 0}
1606
+ - target: {fileID: 3448426214904589657, guid: c1800acf6366418a9b5f610249000331,
1607
+ type: 3}
1608
+ propertyPath: m_IsActive
1609
+ value: 0
1610
+ objectReference: {fileID: 0}
1611
+ m_RemovedComponents: []
1612
+ m_SourcePrefab: {fileID: 100100000, guid: c1800acf6366418a9b5f610249000331, type: 3}
1613
+ --- !u!1 &1319746308 stripped
1614
+ GameObject:
1615
+ m_CorrespondingSourceObject: {fileID: 2761784063978902507, guid: c1800acf6366418a9b5f610249000331,
1616
+ type: 3}
1617
+ m_PrefabInstance: {fileID: 2761784064811051247}
1618
+ m_PrefabAsset: {fileID: 0}
1619
+ --- !u!4 &1319746309 stripped
1620
+ Transform:
1621
+ m_CorrespondingSourceObject: {fileID: 2761784063978902506, guid: c1800acf6366418a9b5f610249000331,
1622
+ type: 3}
1623
+ m_PrefabInstance: {fileID: 2761784064811051247}
1624
+ m_PrefabAsset: {fileID: 0}
1625
+ --- !u!114 &1319746312 stripped
1626
+ MonoBehaviour:
1627
+ m_CorrespondingSourceObject: {fileID: 2761784063978902503, guid: c1800acf6366418a9b5f610249000331,
1628
+ type: 3}
1629
+ m_PrefabInstance: {fileID: 2761784064811051247}
1630
+ m_PrefabAsset: {fileID: 0}
1631
+ m_GameObject: {fileID: 1319746308}
1632
+ m_Enabled: 1
1633
+ m_EditorHideFlags: 0
1634
+ m_Script: {fileID: 11500000, guid: 6803edce0201f574f923fd9d10e5b30a, type: 3}
1635
+ m_Name:
1636
+ m_EditorClassIdentifier:
1637
+ --- !u!114 &3114443105980813935
1638
+ MonoBehaviour:
1639
+ m_ObjectHideFlags: 0
1640
+ m_CorrespondingSourceObject: {fileID: 0}
1641
+ m_PrefabInstance: {fileID: 0}
1642
+ m_PrefabAsset: {fileID: 0}
1643
+ m_GameObject: {fileID: 1319746308}
1644
+ m_Enabled: 1
1645
+ m_EditorHideFlags: 0
1646
+ m_Script: {fileID: 11500000, guid: caff514de9b15ad48ab85dcff5508221, type: 3}
1647
+ m_Name:
1648
+ m_EditorClassIdentifier:
1649
+ m_UpdateTrackingType: 0
1650
+ m_EnableInputTracking: 0
1651
+ m_EnableInputActions: 1
1652
+ m_ModelPrefab: {fileID: 0}
1653
+ m_ModelParent: {fileID: 0}
1654
+ m_Model: {fileID: 0}
1655
+ m_AnimateModel: 0
1656
+ m_ModelSelectTransition:
1657
+ m_ModelDeSelectTransition:
1658
+ m_PositionAction:
1659
+ m_UseReference: 0
1660
+ m_Action:
1661
+ m_Name: Position
1662
+ m_Type: 0
1663
+ m_ExpectedControlType:
1664
+ m_Id: 8b170a9b-132e-486d-947e-6a244d4362ea
1665
+ m_Processors:
1666
+ m_Interactions:
1667
+ m_SingletonActionBindings: []
1668
+ m_Flags: 0
1669
+ m_Reference: {fileID: -2024308242397127297, guid: c348712bda248c246b8c49b3db54643f,
1670
+ type: 3}
1671
+ m_RotationAction:
1672
+ m_UseReference: 0
1673
+ m_Action:
1674
+ m_Name: Rotation
1675
+ m_Type: 0
1676
+ m_ExpectedControlType:
1677
+ m_Id: 080819c2-8547-4beb-8522-e6356be16fb1
1678
+ m_Processors:
1679
+ m_Interactions:
1680
+ m_SingletonActionBindings: []
1681
+ m_Flags: 0
1682
+ m_Reference: {fileID: 8248158260566104461, guid: c348712bda248c246b8c49b3db54643f,
1683
+ type: 3}
1684
+ m_TrackingStateAction:
1685
+ m_UseReference: 0
1686
+ m_Action:
1687
+ m_Name: Tracking State
1688
+ m_Type: 0
1689
+ m_ExpectedControlType:
1690
+ m_Id: 8db27cb3-9369-4e6a-9c66-17df490c89af
1691
+ m_Processors:
1692
+ m_Interactions:
1693
+ m_SingletonActionBindings: []
1694
+ m_Flags: 0
1695
+ m_Reference: {fileID: 0}
1696
+ m_SelectAction:
1697
+ m_UseReference: 1
1698
+ m_Action:
1699
+ m_Name: Select
1700
+ m_Type: 0
1701
+ m_ExpectedControlType:
1702
+ m_Id: 8e000d1c-13a4-4cc0-ad37-f2e125874399
1703
+ m_Processors:
1704
+ m_Interactions:
1705
+ m_SingletonActionBindings: []
1706
+ m_Flags: 0
1707
+ m_Reference: {fileID: -4084014799535200556, guid: c348712bda248c246b8c49b3db54643f,
1708
+ type: 3}
1709
+ m_SelectActionValue:
1710
+ m_UseReference: 1
1711
+ m_Action:
1712
+ m_Name: Select Action Value
1713
+ m_Type: 0
1714
+ m_ExpectedControlType:
1715
+ m_Id: 07d9e458-3e59-4acb-8a8f-2325c5fb0904
1716
+ m_Processors:
1717
+ m_Interactions:
1718
+ m_SingletonActionBindings: []
1719
+ m_Flags: 0
1720
+ m_Reference: {fileID: -4084014799535200556, guid: c348712bda248c246b8c49b3db54643f,
1721
+ type: 3}
1722
+ m_ActivateAction:
1723
+ m_UseReference: 1
1724
+ m_Action:
1725
+ m_Name: Activate
1726
+ m_Type: 0
1727
+ m_ExpectedControlType:
1728
+ m_Id: 3995f9f4-6aa7-409a-80d2-5f7ea1464fde
1729
+ m_Processors:
1730
+ m_Interactions:
1731
+ m_SingletonActionBindings: []
1732
+ m_Flags: 0
1733
+ m_Reference: {fileID: -5982496924579745919, guid: c348712bda248c246b8c49b3db54643f,
1734
+ type: 3}
1735
+ m_ActivateActionValue:
1736
+ m_UseReference: 1
1737
+ m_Action:
1738
+ m_Name: Activate Action Value
1739
+ m_Type: 0
1740
+ m_ExpectedControlType:
1741
+ m_Id: b99c6f8c-3762-478a-b2d6-882b9175d1bb
1742
+ m_Processors:
1743
+ m_Interactions:
1744
+ m_SingletonActionBindings: []
1745
+ m_Flags: 0
1746
+ m_Reference: {fileID: -4289430672226363583, guid: c348712bda248c246b8c49b3db54643f,
1747
+ type: 3}
1748
+ m_UIPressAction:
1749
+ m_UseReference: 1
1750
+ m_Action:
1751
+ m_Name: UI Press
1752
+ m_Type: 0
1753
+ m_ExpectedControlType:
1754
+ m_Id: db89d01c-df6f-4954-b868-103dd5bdb514
1755
+ m_Processors:
1756
+ m_Interactions:
1757
+ m_SingletonActionBindings: []
1758
+ m_Flags: 0
1759
+ m_Reference: {fileID: -6395602842196007441, guid: c348712bda248c246b8c49b3db54643f,
1760
+ type: 3}
1761
+ m_UIPressActionValue:
1762
+ m_UseReference: 1
1763
+ m_Action:
1764
+ m_Name: UI Press Action Value
1765
+ m_Type: 0
1766
+ m_ExpectedControlType:
1767
+ m_Id: 15e220ae-aa18-4d3d-a3d7-0c505dc649c8
1768
+ m_Processors:
1769
+ m_Interactions:
1770
+ m_SingletonActionBindings: []
1771
+ m_Flags: 0
1772
+ m_Reference: {fileID: 71106601250685021, guid: c348712bda248c246b8c49b3db54643f,
1773
+ type: 3}
1774
+ m_HapticDeviceAction:
1775
+ m_UseReference: 1
1776
+ m_Action:
1777
+ m_Name: Haptic Device
1778
+ m_Type: 0
1779
+ m_ExpectedControlType:
1780
+ m_Id: 3e09b626-c80d-40ec-9592-eb3fe89c2038
1781
+ m_Processors:
1782
+ m_Interactions:
1783
+ m_SingletonActionBindings: []
1784
+ m_Flags: 0
1785
+ m_Reference: {fileID: -8785819595477538065, guid: c348712bda248c246b8c49b3db54643f,
1786
+ type: 3}
1787
+ m_RotateAnchorAction:
1788
+ m_UseReference: 1
1789
+ m_Action:
1790
+ m_Name: Rotate Anchor
1791
+ m_Type: 0
1792
+ m_ExpectedControlType:
1793
+ m_Id: 3dca8766-e652-4e78-8406-420aa73ba338
1794
+ m_Processors:
1795
+ m_Interactions:
1796
+ m_SingletonActionBindings: []
1797
+ m_Flags: 0
1798
+ m_Reference: {fileID: -7363382999065477798, guid: c348712bda248c246b8c49b3db54643f,
1799
+ type: 3}
1800
+ m_DirectionalAnchorRotationAction:
1801
+ m_UseReference: 1
1802
+ m_Action:
1803
+ m_Name: Directional Anchor Rotation
1804
+ m_Type: 0
1805
+ m_ExpectedControlType:
1806
+ m_Id: 6c0b9ec3-aa4f-4e6a-85ea-7db994c51246
1807
+ m_Processors:
1808
+ m_Interactions:
1809
+ m_SingletonActionBindings: []
1810
+ m_Flags: 0
1811
+ m_Reference: {fileID: -8811388872089202044, guid: c348712bda248c246b8c49b3db54643f,
1812
+ type: 3}
1813
+ m_TranslateAnchorAction:
1814
+ m_UseReference: 1
1815
+ m_Action:
1816
+ m_Name: Translate Anchor
1817
+ m_Type: 0
1818
+ m_ExpectedControlType:
1819
+ m_Id: e873605e-6a95-4389-8fbe-39069340ba92
1820
+ m_Processors:
1821
+ m_Interactions:
1822
+ m_SingletonActionBindings: []
1823
+ m_Flags: 0
1824
+ m_Reference: {fileID: 7779212132400271959, guid: c348712bda248c246b8c49b3db54643f,
1825
+ type: 3}
1826
+ m_ButtonPressPoint: 0.5
1827
+ --- !u!1001 &2950107899174535523
1828
+ PrefabInstance:
1829
+ m_ObjectHideFlags: 0
1830
+ serializedVersion: 2
1831
+ m_Modification:
1832
+ m_TransformParent: {fileID: 202364688}
1833
+ m_Modifications:
1834
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1835
+ type: 3}
1836
+ propertyPath: m_RootOrder
1837
+ value: 1
1838
+ objectReference: {fileID: 0}
1839
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1840
+ type: 3}
1841
+ propertyPath: m_LocalPosition.x
1842
+ value: 0
1843
+ objectReference: {fileID: 0}
1844
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1845
+ type: 3}
1846
+ propertyPath: m_LocalPosition.y
1847
+ value: 0
1848
+ objectReference: {fileID: 0}
1849
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1850
+ type: 3}
1851
+ propertyPath: m_LocalPosition.z
1852
+ value: 0
1853
+ objectReference: {fileID: 0}
1854
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1855
+ type: 3}
1856
+ propertyPath: m_LocalRotation.w
1857
+ value: 1
1858
+ objectReference: {fileID: 0}
1859
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1860
+ type: 3}
1861
+ propertyPath: m_LocalRotation.x
1862
+ value: 0
1863
+ objectReference: {fileID: 0}
1864
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1865
+ type: 3}
1866
+ propertyPath: m_LocalRotation.y
1867
+ value: 0
1868
+ objectReference: {fileID: 0}
1869
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1870
+ type: 3}
1871
+ propertyPath: m_LocalRotation.z
1872
+ value: 0
1873
+ objectReference: {fileID: 0}
1874
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1875
+ type: 3}
1876
+ propertyPath: m_LocalEulerAnglesHint.x
1877
+ value: 0
1878
+ objectReference: {fileID: 0}
1879
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1880
+ type: 3}
1881
+ propertyPath: m_LocalEulerAnglesHint.y
1882
+ value: 0
1883
+ objectReference: {fileID: 0}
1884
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1885
+ type: 3}
1886
+ propertyPath: m_LocalEulerAnglesHint.z
1887
+ value: 0
1888
+ objectReference: {fileID: 0}
1889
+ - target: {fileID: 8841706926471734270, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1890
+ type: 3}
1891
+ propertyPath: m_Name
1892
+ value: Direct Interactor
1893
+ objectReference: {fileID: 0}
1894
+ m_RemovedComponents: []
1895
+ m_SourcePrefab: {fileID: 100100000, guid: 2fd3e07afe5b461490fb8e314976b1b0, type: 3}
1896
+ --- !u!114 &2434299456458490401 stripped
1897
+ MonoBehaviour:
1898
+ m_CorrespondingSourceObject: {fileID: 664489801923019586, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1899
+ type: 3}
1900
+ m_PrefabInstance: {fileID: 2950107899174535523}
1901
+ m_PrefabAsset: {fileID: 0}
1902
+ m_GameObject: {fileID: 0}
1903
+ m_Enabled: 1
1904
+ m_EditorHideFlags: 0
1905
+ m_Script: {fileID: 11500000, guid: 4253f32900bcc4d499d675566142ded0, type: 3}
1906
+ m_Name:
1907
+ m_EditorClassIdentifier:
1908
+ --- !u!4 &9013359448673381486 stripped
1909
+ Transform:
1910
+ m_CorrespondingSourceObject: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
1911
+ type: 3}
1912
+ m_PrefabInstance: {fileID: 2950107899174535523}
1913
+ m_PrefabAsset: {fileID: 0}
1914
+ --- !u!1001 &4338235989863673259
1915
+ PrefabInstance:
1916
+ m_ObjectHideFlags: 0
1917
+ serializedVersion: 2
1918
+ m_Modification:
1919
+ m_TransformParent: {fileID: 1670256625}
1920
+ m_Modifications:
1921
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1922
+ type: 3}
1923
+ propertyPath: m_RootOrder
1924
+ value: 0
1925
+ objectReference: {fileID: 0}
1926
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1927
+ type: 3}
1928
+ propertyPath: m_LocalPosition.x
1929
+ value: 0
1930
+ objectReference: {fileID: 0}
1931
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1932
+ type: 3}
1933
+ propertyPath: m_LocalPosition.y
1934
+ value: 0
1935
+ objectReference: {fileID: 0}
1936
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1937
+ type: 3}
1938
+ propertyPath: m_LocalPosition.z
1939
+ value: 0
1940
+ objectReference: {fileID: 0}
1941
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1942
+ type: 3}
1943
+ propertyPath: m_LocalRotation.w
1944
+ value: 1
1945
+ objectReference: {fileID: 0}
1946
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1947
+ type: 3}
1948
+ propertyPath: m_LocalRotation.x
1949
+ value: 0
1950
+ objectReference: {fileID: 0}
1951
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1952
+ type: 3}
1953
+ propertyPath: m_LocalRotation.y
1954
+ value: 0
1955
+ objectReference: {fileID: 0}
1956
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1957
+ type: 3}
1958
+ propertyPath: m_LocalRotation.z
1959
+ value: 0
1960
+ objectReference: {fileID: 0}
1961
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1962
+ type: 3}
1963
+ propertyPath: m_LocalEulerAnglesHint.x
1964
+ value: 0
1965
+ objectReference: {fileID: 0}
1966
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1967
+ type: 3}
1968
+ propertyPath: m_LocalEulerAnglesHint.y
1969
+ value: 0
1970
+ objectReference: {fileID: 0}
1971
+ - target: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1972
+ type: 3}
1973
+ propertyPath: m_LocalEulerAnglesHint.z
1974
+ value: 0
1975
+ objectReference: {fileID: 0}
1976
+ - target: {fileID: 4125421792874400280, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1977
+ type: 3}
1978
+ propertyPath: m_Name
1979
+ value: Poke Interactor
1980
+ objectReference: {fileID: 0}
1981
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1982
+ type: 3}
1983
+ propertyPath: m_LocalPosition.x
1984
+ value: 0.005
1985
+ objectReference: {fileID: 0}
1986
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1987
+ type: 3}
1988
+ propertyPath: m_LocalRotation.w
1989
+ value: 0.9952465
1990
+ objectReference: {fileID: 0}
1991
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1992
+ type: 3}
1993
+ propertyPath: m_LocalRotation.x
1994
+ value: 0.04345342
1995
+ objectReference: {fileID: 0}
1996
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
1997
+ type: 3}
1998
+ propertyPath: m_LocalRotation.y
1999
+ value: -0.08707283
2000
+ objectReference: {fileID: 0}
2001
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
2002
+ type: 3}
2003
+ propertyPath: m_LocalRotation.z
2004
+ value: 0.0038016832
2005
+ objectReference: {fileID: 0}
2006
+ - target: {fileID: 8259524632637961923, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
2007
+ type: 3}
2008
+ propertyPath: m_LocalEulerAnglesHint.y
2009
+ value: -10
2010
+ objectReference: {fileID: 0}
2011
+ m_RemovedComponents: []
2012
+ m_SourcePrefab: {fileID: 100100000, guid: 27024f5809f4a4347b9cd7f26a1bdf93, type: 3}
2013
+ --- !u!114 &2141651114331267770 stripped
2014
+ MonoBehaviour:
2015
+ m_CorrespondingSourceObject: {fileID: 2417358720014700305, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
2016
+ type: 3}
2017
+ m_PrefabInstance: {fileID: 4338235989863673259}
2018
+ m_PrefabAsset: {fileID: 0}
2019
+ m_GameObject: {fileID: 0}
2020
+ m_Enabled: 1
2021
+ m_EditorHideFlags: 0
2022
+ m_Script: {fileID: 11500000, guid: 0924bcaa9eb50df458a783ae0e2b59f5, type: 3}
2023
+ m_Name:
2024
+ m_EditorClassIdentifier:
2025
+ --- !u!4 &3954319948395782924 stripped
2026
+ Transform:
2027
+ m_CorrespondingSourceObject: {fileID: 780270278251679399, guid: 27024f5809f4a4347b9cd7f26a1bdf93,
2028
+ type: 3}
2029
+ m_PrefabInstance: {fileID: 4338235989863673259}
2030
+ m_PrefabAsset: {fileID: 0}
2031
+ --- !u!1001 &6547495889434062998
2032
+ PrefabInstance:
2033
+ m_ObjectHideFlags: 0
2034
+ serializedVersion: 2
2035
+ m_Modification:
2036
+ m_TransformParent: {fileID: 1670256625}
2037
+ m_Modifications:
2038
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2039
+ type: 3}
2040
+ propertyPath: m_RootOrder
2041
+ value: 1
2042
+ objectReference: {fileID: 0}
2043
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2044
+ type: 3}
2045
+ propertyPath: m_LocalPosition.x
2046
+ value: 0
2047
+ objectReference: {fileID: 0}
2048
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2049
+ type: 3}
2050
+ propertyPath: m_LocalPosition.y
2051
+ value: 0
2052
+ objectReference: {fileID: 0}
2053
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2054
+ type: 3}
2055
+ propertyPath: m_LocalPosition.z
2056
+ value: 0
2057
+ objectReference: {fileID: 0}
2058
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2059
+ type: 3}
2060
+ propertyPath: m_LocalRotation.w
2061
+ value: 1
2062
+ objectReference: {fileID: 0}
2063
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2064
+ type: 3}
2065
+ propertyPath: m_LocalRotation.x
2066
+ value: 0
2067
+ objectReference: {fileID: 0}
2068
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2069
+ type: 3}
2070
+ propertyPath: m_LocalRotation.y
2071
+ value: 0
2072
+ objectReference: {fileID: 0}
2073
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2074
+ type: 3}
2075
+ propertyPath: m_LocalRotation.z
2076
+ value: 0
2077
+ objectReference: {fileID: 0}
2078
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2079
+ type: 3}
2080
+ propertyPath: m_LocalEulerAnglesHint.x
2081
+ value: 0
2082
+ objectReference: {fileID: 0}
2083
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2084
+ type: 3}
2085
+ propertyPath: m_LocalEulerAnglesHint.y
2086
+ value: 0
2087
+ objectReference: {fileID: 0}
2088
+ - target: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2089
+ type: 3}
2090
+ propertyPath: m_LocalEulerAnglesHint.z
2091
+ value: 0
2092
+ objectReference: {fileID: 0}
2093
+ - target: {fileID: 8841706926471734270, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2094
+ type: 3}
2095
+ propertyPath: m_Name
2096
+ value: Direct Interactor
2097
+ objectReference: {fileID: 0}
2098
+ m_RemovedComponents: []
2099
+ m_SourcePrefab: {fileID: 100100000, guid: 2fd3e07afe5b461490fb8e314976b1b0, type: 3}
2100
+ --- !u!4 &1096734238491090331 stripped
2101
+ Transform:
2102
+ m_CorrespondingSourceObject: {fileID: 6189354538098044173, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2103
+ type: 3}
2104
+ m_PrefabInstance: {fileID: 6547495889434062998}
2105
+ m_PrefabAsset: {fileID: 0}
2106
+ --- !u!114 &6045481230268494804 stripped
2107
+ MonoBehaviour:
2108
+ m_CorrespondingSourceObject: {fileID: 664489801923019586, guid: 2fd3e07afe5b461490fb8e314976b1b0,
2109
+ type: 3}
2110
+ m_PrefabInstance: {fileID: 6547495889434062998}
2111
+ m_PrefabAsset: {fileID: 0}
2112
+ m_GameObject: {fileID: 0}
2113
+ m_Enabled: 1
2114
+ m_EditorHideFlags: 0
2115
+ m_Script: {fileID: 11500000, guid: 4253f32900bcc4d499d675566142ded0, type: 3}
2116
+ m_Name:
2117
+ m_EditorClassIdentifier:
2118
+ --- !u!1001 &7234066737556534056
2119
+ PrefabInstance:
2120
+ m_ObjectHideFlags: 0
2121
+ serializedVersion: 2
2122
+ m_Modification:
2123
+ m_TransformParent: {fileID: 202364688}
2124
+ m_Modifications:
2125
+ - target: {fileID: 1787346994484839025, guid: ad818c36731146e994540a1896ad8f24,
2126
+ type: 3}
2127
+ propertyPath: m_Name
2128
+ value: Ray Interactor
2129
+ objectReference: {fileID: 0}
2130
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2131
+ type: 3}
2132
+ propertyPath: m_RootOrder
2133
+ value: 2
2134
+ objectReference: {fileID: 0}
2135
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2136
+ type: 3}
2137
+ propertyPath: m_LocalPosition.x
2138
+ value: 0
2139
+ objectReference: {fileID: 0}
2140
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2141
+ type: 3}
2142
+ propertyPath: m_LocalPosition.y
2143
+ value: -0.02
2144
+ objectReference: {fileID: 0}
2145
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2146
+ type: 3}
2147
+ propertyPath: m_LocalPosition.z
2148
+ value: -0.035
2149
+ objectReference: {fileID: 0}
2150
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2151
+ type: 3}
2152
+ propertyPath: m_LocalRotation.w
2153
+ value: 1
2154
+ objectReference: {fileID: 0}
2155
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2156
+ type: 3}
2157
+ propertyPath: m_LocalRotation.x
2158
+ value: -0
2159
+ objectReference: {fileID: 0}
2160
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2161
+ type: 3}
2162
+ propertyPath: m_LocalRotation.y
2163
+ value: -0
2164
+ objectReference: {fileID: 0}
2165
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2166
+ type: 3}
2167
+ propertyPath: m_LocalRotation.z
2168
+ value: -0
2169
+ objectReference: {fileID: 0}
2170
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2171
+ type: 3}
2172
+ propertyPath: m_LocalEulerAnglesHint.x
2173
+ value: 0
2174
+ objectReference: {fileID: 0}
2175
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2176
+ type: 3}
2177
+ propertyPath: m_LocalEulerAnglesHint.y
2178
+ value: 0
2179
+ objectReference: {fileID: 0}
2180
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2181
+ type: 3}
2182
+ propertyPath: m_LocalEulerAnglesHint.z
2183
+ value: 0
2184
+ objectReference: {fileID: 0}
2185
+ m_RemovedComponents: []
2186
+ m_SourcePrefab: {fileID: 100100000, guid: ad818c36731146e994540a1896ad8f24, type: 3}
2187
+ --- !u!114 &285389467476424711 stripped
2188
+ MonoBehaviour:
2189
+ m_CorrespondingSourceObject: {fileID: 7462879561657043759, guid: ad818c36731146e994540a1896ad8f24,
2190
+ type: 3}
2191
+ m_PrefabInstance: {fileID: 7234066737556534056}
2192
+ m_PrefabAsset: {fileID: 0}
2193
+ m_GameObject: {fileID: 0}
2194
+ m_Enabled: 1
2195
+ m_EditorHideFlags: 0
2196
+ m_Script: {fileID: 11500000, guid: 6803edce0201f574f923fd9d10e5b30a, type: 3}
2197
+ m_Name:
2198
+ m_EditorClassIdentifier:
2199
+ --- !u!4 &3881409846907809176 stripped
2200
+ Transform:
2201
+ m_CorrespondingSourceObject: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2202
+ type: 3}
2203
+ m_PrefabInstance: {fileID: 7234066737556534056}
2204
+ m_PrefabAsset: {fileID: 0}
2205
+ --- !u!1001 &7481255429629652899
2206
+ PrefabInstance:
2207
+ m_ObjectHideFlags: 0
2208
+ serializedVersion: 2
2209
+ m_Modification:
2210
+ m_TransformParent: {fileID: 1670256625}
2211
+ m_Modifications:
2212
+ - target: {fileID: 1787346994484839025, guid: ad818c36731146e994540a1896ad8f24,
2213
+ type: 3}
2214
+ propertyPath: m_Name
2215
+ value: Ray Interactor
2216
+ objectReference: {fileID: 0}
2217
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2218
+ type: 3}
2219
+ propertyPath: m_RootOrder
2220
+ value: 2
2221
+ objectReference: {fileID: 0}
2222
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2223
+ type: 3}
2224
+ propertyPath: m_LocalPosition.x
2225
+ value: 0
2226
+ objectReference: {fileID: 0}
2227
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2228
+ type: 3}
2229
+ propertyPath: m_LocalPosition.y
2230
+ value: -0.02
2231
+ objectReference: {fileID: 0}
2232
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2233
+ type: 3}
2234
+ propertyPath: m_LocalPosition.z
2235
+ value: -0.035
2236
+ objectReference: {fileID: 0}
2237
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2238
+ type: 3}
2239
+ propertyPath: m_LocalRotation.w
2240
+ value: 1
2241
+ objectReference: {fileID: 0}
2242
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2243
+ type: 3}
2244
+ propertyPath: m_LocalRotation.x
2245
+ value: -0
2246
+ objectReference: {fileID: 0}
2247
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2248
+ type: 3}
2249
+ propertyPath: m_LocalRotation.y
2250
+ value: -0
2251
+ objectReference: {fileID: 0}
2252
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2253
+ type: 3}
2254
+ propertyPath: m_LocalRotation.z
2255
+ value: -0
2256
+ objectReference: {fileID: 0}
2257
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2258
+ type: 3}
2259
+ propertyPath: m_LocalEulerAnglesHint.x
2260
+ value: 0
2261
+ objectReference: {fileID: 0}
2262
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2263
+ type: 3}
2264
+ propertyPath: m_LocalEulerAnglesHint.y
2265
+ value: 0
2266
+ objectReference: {fileID: 0}
2267
+ - target: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2268
+ type: 3}
2269
+ propertyPath: m_LocalEulerAnglesHint.z
2270
+ value: 0
2271
+ objectReference: {fileID: 0}
2272
+ m_RemovedComponents: []
2273
+ m_SourcePrefab: {fileID: 100100000, guid: ad818c36731146e994540a1896ad8f24, type: 3}
2274
+ --- !u!4 &3921468432820449555 stripped
2275
+ Transform:
2276
+ m_CorrespondingSourceObject: {fileID: 5888765399538998960, guid: ad818c36731146e994540a1896ad8f24,
2277
+ type: 3}
2278
+ m_PrefabInstance: {fileID: 7481255429629652899}
2279
+ m_PrefabAsset: {fileID: 0}
2280
+ --- !u!114 &19064736505062540 stripped
2281
+ MonoBehaviour:
2282
+ m_CorrespondingSourceObject: {fileID: 7462879561657043759, guid: ad818c36731146e994540a1896ad8f24,
2283
+ type: 3}
2284
+ m_PrefabInstance: {fileID: 7481255429629652899}
2285
+ m_PrefabAsset: {fileID: 0}
2286
+ m_GameObject: {fileID: 0}
2287
+ m_Enabled: 1
2288
+ m_EditorHideFlags: 0
2289
+ m_Script: {fileID: 11500000, guid: 6803edce0201f574f923fd9d10e5b30a, type: 3}
2290
+ m_Name:
2291
+ m_EditorClassIdentifier:
2292
+ --- !u!1001 &8654467957078447927
2293
+ PrefabInstance:
2294
+ m_ObjectHideFlags: 0
2295
+ serializedVersion: 2
2296
+ m_Modification:
2297
+ m_TransformParent: {fileID: 1680501587}
2298
+ m_Modifications:
2299
+ - target: {fileID: 3055433562365713971, guid: b84cd05e1160fe34cab2585022c8cd99,
2300
+ type: 3}
2301
+ propertyPath: m_Name
2302
+ value: Gaze Interactor
2303
+ objectReference: {fileID: 0}
2304
+ - target: {fileID: 3055433562365713971, guid: b84cd05e1160fe34cab2585022c8cd99,
2305
+ type: 3}
2306
+ propertyPath: m_IsActive
2307
+ value: 0
2308
+ objectReference: {fileID: 0}
2309
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2310
+ type: 3}
2311
+ propertyPath: m_RootOrder
2312
+ value: 3
2313
+ objectReference: {fileID: 0}
2314
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2315
+ type: 3}
2316
+ propertyPath: m_LocalPosition.x
2317
+ value: 0
2318
+ objectReference: {fileID: 0}
2319
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2320
+ type: 3}
2321
+ propertyPath: m_LocalPosition.y
2322
+ value: 0
2323
+ objectReference: {fileID: 0}
2324
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2325
+ type: 3}
2326
+ propertyPath: m_LocalPosition.z
2327
+ value: 0
2328
+ objectReference: {fileID: 0}
2329
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2330
+ type: 3}
2331
+ propertyPath: m_LocalRotation.w
2332
+ value: 1
2333
+ objectReference: {fileID: 0}
2334
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2335
+ type: 3}
2336
+ propertyPath: m_LocalRotation.x
2337
+ value: 0
2338
+ objectReference: {fileID: 0}
2339
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2340
+ type: 3}
2341
+ propertyPath: m_LocalRotation.y
2342
+ value: 0
2343
+ objectReference: {fileID: 0}
2344
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2345
+ type: 3}
2346
+ propertyPath: m_LocalRotation.z
2347
+ value: 0
2348
+ objectReference: {fileID: 0}
2349
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2350
+ type: 3}
2351
+ propertyPath: m_LocalEulerAnglesHint.x
2352
+ value: 0
2353
+ objectReference: {fileID: 0}
2354
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2355
+ type: 3}
2356
+ propertyPath: m_LocalEulerAnglesHint.y
2357
+ value: 0
2358
+ objectReference: {fileID: 0}
2359
+ - target: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2360
+ type: 3}
2361
+ propertyPath: m_LocalEulerAnglesHint.z
2362
+ value: 0
2363
+ objectReference: {fileID: 0}
2364
+ m_RemovedComponents: []
2365
+ m_SourcePrefab: {fileID: 100100000, guid: b84cd05e1160fe34cab2585022c8cd99, type: 3}
2366
+ --- !u!4 &2196849375614954873 stripped
2367
+ Transform:
2368
+ m_CorrespondingSourceObject: {fileID: 7378618157167557198, guid: b84cd05e1160fe34cab2585022c8cd99,
2369
+ type: 3}
2370
+ m_PrefabInstance: {fileID: 8654467957078447927}
2371
+ m_PrefabAsset: {fileID: 0}