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,3811 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &8005160691358507088
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: 8003580600237712442}
12
+ - component: {fileID: 8028753005790418404}
13
+ - component: {fileID: 8019005270453006654}
14
+ - component: {fileID: 8005160691358507117}
15
+ - component: {fileID: 8005160691358507119}
16
+ - component: {fileID: 8005160691358507118}
17
+ m_Layer: 0
18
+ m_Name: Safety Hat
19
+ m_TagString: Untagged
20
+ m_Icon: {fileID: 0}
21
+ m_NavMeshLayer: 0
22
+ m_StaticEditorFlags: 0
23
+ m_IsActive: 1
24
+ --- !u!4 &8003580600237712442
25
+ Transform:
26
+ m_ObjectHideFlags: 0
27
+ m_CorrespondingSourceObject: {fileID: 0}
28
+ m_PrefabInstance: {fileID: 0}
29
+ m_PrefabAsset: {fileID: 0}
30
+ m_GameObject: {fileID: 8005160691358507088}
31
+ m_LocalRotation: {x: 0.07630027, y: 0.08658664, z: -0.13614726, w: 0.98394364}
32
+ m_LocalPosition: {x: -1.0884, y: 0.9846, z: 2.8416}
33
+ m_LocalScale: {x: 1, y: 1, z: 1}
34
+ m_Children:
35
+ - {fileID: 8006317225136347856}
36
+ m_Father: {fileID: 8003574164638899200}
37
+ m_RootOrder: 6
38
+ m_LocalEulerAnglesHint: {x: 10.005, y: -32.357002, z: -14.990001}
39
+ --- !u!33 &8028753005790418404
40
+ MeshFilter:
41
+ m_ObjectHideFlags: 0
42
+ m_CorrespondingSourceObject: {fileID: 0}
43
+ m_PrefabInstance: {fileID: 0}
44
+ m_PrefabAsset: {fileID: 0}
45
+ m_GameObject: {fileID: 8005160691358507088}
46
+ m_Mesh: {fileID: 4300000, guid: 9d0d902f71acfe646a46cb625f815a49, type: 3}
47
+ --- !u!23 &8019005270453006654
48
+ MeshRenderer:
49
+ m_ObjectHideFlags: 0
50
+ m_CorrespondingSourceObject: {fileID: 0}
51
+ m_PrefabInstance: {fileID: 0}
52
+ m_PrefabAsset: {fileID: 0}
53
+ m_GameObject: {fileID: 8005160691358507088}
54
+ m_Enabled: 1
55
+ m_CastShadows: 1
56
+ m_ReceiveShadows: 1
57
+ m_DynamicOccludee: 1
58
+ m_MotionVectors: 1
59
+ m_LightProbeUsage: 1
60
+ m_ReflectionProbeUsage: 1
61
+ m_RayTracingMode: 2
62
+ m_RenderingLayerMask: 4294967295
63
+ m_RendererPriority: 0
64
+ m_Materials:
65
+ - {fileID: 2100000, guid: e93789f0a5d66df4a81613935579642b, type: 2}
66
+ m_StaticBatchInfo:
67
+ firstSubMesh: 0
68
+ subMeshCount: 0
69
+ m_StaticBatchRoot: {fileID: 0}
70
+ m_ProbeAnchor: {fileID: 0}
71
+ m_LightProbeVolumeOverride: {fileID: 0}
72
+ m_ScaleInLightmap: 1
73
+ m_ReceiveGI: 1
74
+ m_PreserveUVs: 0
75
+ m_IgnoreNormalsForChartDetection: 0
76
+ m_ImportantGI: 0
77
+ m_StitchLightmapSeams: 0
78
+ m_SelectedEditorRenderState: 3
79
+ m_MinimumChartSize: 4
80
+ m_AutoUVMaxDistance: 0.5
81
+ m_AutoUVMaxAngle: 89
82
+ m_LightmapParameters: {fileID: 0}
83
+ m_SortingLayerID: 0
84
+ m_SortingLayer: 0
85
+ m_SortingOrder: 0
86
+ --- !u!54 &8005160691358507117
87
+ Rigidbody:
88
+ m_ObjectHideFlags: 0
89
+ m_CorrespondingSourceObject: {fileID: 0}
90
+ m_PrefabInstance: {fileID: 0}
91
+ m_PrefabAsset: {fileID: 0}
92
+ m_GameObject: {fileID: 8005160691358507088}
93
+ serializedVersion: 2
94
+ m_Mass: 1
95
+ m_Drag: 0
96
+ m_AngularDrag: 0.05
97
+ m_UseGravity: 1
98
+ m_IsKinematic: 0
99
+ m_Interpolate: 0
100
+ m_Constraints: 0
101
+ m_CollisionDetection: 0
102
+ --- !u!114 &8005160691358507119
103
+ MonoBehaviour:
104
+ m_ObjectHideFlags: 0
105
+ m_CorrespondingSourceObject: {fileID: 0}
106
+ m_PrefabInstance: {fileID: 0}
107
+ m_PrefabAsset: {fileID: 0}
108
+ m_GameObject: {fileID: 8005160691358507088}
109
+ m_Enabled: 1
110
+ m_EditorHideFlags: 0
111
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
112
+ m_Name:
113
+ m_EditorClassIdentifier:
114
+ m_InteractionManager: {fileID: 0}
115
+ m_Colliders: []
116
+ m_InteractionLayerMask:
117
+ serializedVersion: 2
118
+ m_Bits: 4294967295
119
+ m_InteractionLayers:
120
+ m_Bits: 4294967295
121
+ m_CustomReticle: {fileID: 0}
122
+ m_FirstHoverEntered:
123
+ m_PersistentCalls:
124
+ m_Calls: []
125
+ m_LastHoverExited:
126
+ m_PersistentCalls:
127
+ m_Calls: []
128
+ m_HoverEntered:
129
+ m_PersistentCalls:
130
+ m_Calls: []
131
+ m_HoverExited:
132
+ m_PersistentCalls:
133
+ m_Calls: []
134
+ m_SelectEntered:
135
+ m_PersistentCalls:
136
+ m_Calls: []
137
+ m_SelectExited:
138
+ m_PersistentCalls:
139
+ m_Calls: []
140
+ m_Activated:
141
+ m_PersistentCalls:
142
+ m_Calls: []
143
+ m_Deactivated:
144
+ m_PersistentCalls:
145
+ m_Calls: []
146
+ m_OnFirstHoverEntered:
147
+ m_PersistentCalls:
148
+ m_Calls: []
149
+ m_OnLastHoverExited:
150
+ m_PersistentCalls:
151
+ m_Calls: []
152
+ m_OnHoverEntered:
153
+ m_PersistentCalls:
154
+ m_Calls: []
155
+ m_OnHoverExited:
156
+ m_PersistentCalls:
157
+ m_Calls: []
158
+ m_OnSelectEntered:
159
+ m_PersistentCalls:
160
+ m_Calls: []
161
+ m_OnSelectExited:
162
+ m_PersistentCalls:
163
+ m_Calls: []
164
+ m_OnSelectCanceled:
165
+ m_PersistentCalls:
166
+ m_Calls: []
167
+ m_OnActivate:
168
+ m_PersistentCalls:
169
+ m_Calls: []
170
+ m_OnDeactivate:
171
+ m_PersistentCalls:
172
+ m_Calls: []
173
+ m_AttachTransform: {fileID: 8006317225136347856}
174
+ m_AttachEaseInTime: 0.15
175
+ m_MovementType: 1
176
+ m_VelocityDamping: 1
177
+ m_VelocityScale: 1
178
+ m_AngularVelocityDamping: 1
179
+ m_AngularVelocityScale: 1
180
+ m_TrackPosition: 1
181
+ m_SmoothPosition: 0
182
+ m_SmoothPositionAmount: 5
183
+ m_TightenPosition: 0.5
184
+ m_TrackRotation: 1
185
+ m_SmoothRotation: 0
186
+ m_SmoothRotationAmount: 5
187
+ m_TightenRotation: 0.5
188
+ m_ThrowOnDetach: 1
189
+ m_ThrowSmoothingDuration: 0.25
190
+ m_ThrowSmoothingCurve:
191
+ serializedVersion: 2
192
+ m_Curve:
193
+ - serializedVersion: 3
194
+ time: 1
195
+ value: 1
196
+ inSlope: 0
197
+ outSlope: 0
198
+ tangentMode: 0
199
+ weightedMode: 0
200
+ inWeight: 0
201
+ outWeight: 0
202
+ m_PreInfinity: 2
203
+ m_PostInfinity: 2
204
+ m_RotationOrder: 4
205
+ m_ThrowVelocityScale: 1.5
206
+ m_ThrowAngularVelocityScale: 0.25
207
+ m_ForceGravityOnDetach: 0
208
+ m_RetainTransformParent: 1
209
+ m_AttachPointCompatibilityMode: 0
210
+ --- !u!65 &8005160691358507118
211
+ BoxCollider:
212
+ m_ObjectHideFlags: 0
213
+ m_CorrespondingSourceObject: {fileID: 0}
214
+ m_PrefabInstance: {fileID: 0}
215
+ m_PrefabAsset: {fileID: 0}
216
+ m_GameObject: {fileID: 8005160691358507088}
217
+ m_Material: {fileID: 0}
218
+ m_IsTrigger: 0
219
+ m_Enabled: 1
220
+ serializedVersion: 2
221
+ m_Size: {x: 0.22457553, y: 0.17298222, z: 0.2719667}
222
+ m_Center: {x: 0.00024662024, y: -0.08617924, z: 0.015454289}
223
+ --- !u!1 &8005174127192585006
224
+ GameObject:
225
+ m_ObjectHideFlags: 0
226
+ m_CorrespondingSourceObject: {fileID: 0}
227
+ m_PrefabInstance: {fileID: 0}
228
+ m_PrefabAsset: {fileID: 0}
229
+ serializedVersion: 6
230
+ m_Component:
231
+ - component: {fileID: 8002210251479904042}
232
+ - component: {fileID: 8028783315216076896}
233
+ - component: {fileID: 8018942574170670326}
234
+ m_Layer: 0
235
+ m_Name: Bench Legs
236
+ m_TagString: Untagged
237
+ m_Icon: {fileID: 0}
238
+ m_NavMeshLayer: 0
239
+ m_StaticEditorFlags: 4294967295
240
+ m_IsActive: 1
241
+ --- !u!4 &8002210251479904042
242
+ Transform:
243
+ m_ObjectHideFlags: 0
244
+ m_CorrespondingSourceObject: {fileID: 0}
245
+ m_PrefabInstance: {fileID: 0}
246
+ m_PrefabAsset: {fileID: 0}
247
+ m_GameObject: {fileID: 8005174127192585006}
248
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
249
+ m_LocalPosition: {x: -0, y: -0.012217102, z: 0}
250
+ m_LocalScale: {x: 1, y: 1, z: 1}
251
+ m_Children: []
252
+ m_Father: {fileID: 8001890984342120984}
253
+ m_RootOrder: 1
254
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
255
+ --- !u!33 &8028783315216076896
256
+ MeshFilter:
257
+ m_ObjectHideFlags: 0
258
+ m_CorrespondingSourceObject: {fileID: 0}
259
+ m_PrefabInstance: {fileID: 0}
260
+ m_PrefabAsset: {fileID: 0}
261
+ m_GameObject: {fileID: 8005174127192585006}
262
+ m_Mesh: {fileID: 4300000, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
263
+ --- !u!23 &8018942574170670326
264
+ MeshRenderer:
265
+ m_ObjectHideFlags: 0
266
+ m_CorrespondingSourceObject: {fileID: 0}
267
+ m_PrefabInstance: {fileID: 0}
268
+ m_PrefabAsset: {fileID: 0}
269
+ m_GameObject: {fileID: 8005174127192585006}
270
+ m_Enabled: 1
271
+ m_CastShadows: 1
272
+ m_ReceiveShadows: 1
273
+ m_DynamicOccludee: 1
274
+ m_MotionVectors: 1
275
+ m_LightProbeUsage: 1
276
+ m_ReflectionProbeUsage: 1
277
+ m_RayTracingMode: 2
278
+ m_RenderingLayerMask: 4294967295
279
+ m_RendererPriority: 0
280
+ m_Materials:
281
+ - {fileID: 2100000, guid: e745492728544aa488aa0429b6068e71, type: 2}
282
+ - {fileID: 2100000, guid: a0427cf339e5891468d5f2b433b2d44a, type: 2}
283
+ m_StaticBatchInfo:
284
+ firstSubMesh: 0
285
+ subMeshCount: 0
286
+ m_StaticBatchRoot: {fileID: 0}
287
+ m_ProbeAnchor: {fileID: 0}
288
+ m_LightProbeVolumeOverride: {fileID: 0}
289
+ m_ScaleInLightmap: 3
290
+ m_ReceiveGI: 1
291
+ m_PreserveUVs: 0
292
+ m_IgnoreNormalsForChartDetection: 0
293
+ m_ImportantGI: 0
294
+ m_StitchLightmapSeams: 0
295
+ m_SelectedEditorRenderState: 3
296
+ m_MinimumChartSize: 4
297
+ m_AutoUVMaxDistance: 0.5
298
+ m_AutoUVMaxAngle: 89
299
+ m_LightmapParameters: {fileID: 0}
300
+ m_SortingLayerID: 0
301
+ m_SortingLayer: 0
302
+ m_SortingOrder: 0
303
+ --- !u!1 &8005202387132557142
304
+ GameObject:
305
+ m_ObjectHideFlags: 0
306
+ m_CorrespondingSourceObject: {fileID: 0}
307
+ m_PrefabInstance: {fileID: 0}
308
+ m_PrefabAsset: {fileID: 0}
309
+ serializedVersion: 6
310
+ m_Component:
311
+ - component: {fileID: 8003923067029395752}
312
+ m_Layer: 0
313
+ m_Name: Paint Supplies
314
+ m_TagString: Untagged
315
+ m_Icon: {fileID: 0}
316
+ m_NavMeshLayer: 0
317
+ m_StaticEditorFlags: 0
318
+ m_IsActive: 1
319
+ --- !u!4 &8003923067029395752
320
+ Transform:
321
+ m_ObjectHideFlags: 0
322
+ m_CorrespondingSourceObject: {fileID: 0}
323
+ m_PrefabInstance: {fileID: 0}
324
+ m_PrefabAsset: {fileID: 0}
325
+ m_GameObject: {fileID: 8005202387132557142}
326
+ m_LocalRotation: {x: -0, y: 0.94858384, z: -0, w: 0.31652606}
327
+ m_LocalPosition: {x: -1.147252, y: -0.30264044, z: -0.43732834}
328
+ m_LocalScale: {x: 1, y: 1, z: 1}
329
+ m_Children:
330
+ - {fileID: 8002020915268118650}
331
+ - {fileID: 8003682402017140036}
332
+ - {fileID: 8004006825769438744}
333
+ - {fileID: 8004001718422881300}
334
+ m_Father: {fileID: 8001974719829766718}
335
+ m_RootOrder: 0
336
+ m_LocalEulerAnglesHint: {x: 0, y: 143.09401, z: 0}
337
+ --- !u!1 &8005229908887651932
338
+ GameObject:
339
+ m_ObjectHideFlags: 0
340
+ m_CorrespondingSourceObject: {fileID: 0}
341
+ m_PrefabInstance: {fileID: 0}
342
+ m_PrefabAsset: {fileID: 0}
343
+ serializedVersion: 6
344
+ m_Component:
345
+ - component: {fileID: 8002020915268118650}
346
+ - component: {fileID: 8028516606519376552}
347
+ - component: {fileID: 8018768023599757850}
348
+ m_Layer: 0
349
+ m_Name: Paint 1G Bucket
350
+ m_TagString: Untagged
351
+ m_Icon: {fileID: 0}
352
+ m_NavMeshLayer: 0
353
+ m_StaticEditorFlags: 68
354
+ m_IsActive: 1
355
+ --- !u!4 &8002020915268118650
356
+ Transform:
357
+ m_ObjectHideFlags: 0
358
+ m_CorrespondingSourceObject: {fileID: 0}
359
+ m_PrefabInstance: {fileID: 0}
360
+ m_PrefabAsset: {fileID: 0}
361
+ m_GameObject: {fileID: 8005229908887651932}
362
+ m_LocalRotation: {x: -0, y: -0.9810064, z: -0, w: -0.19397536}
363
+ m_LocalPosition: {x: -0.308, y: 0, z: -0.085}
364
+ m_LocalScale: {x: 1, y: 1, z: 1}
365
+ m_Children: []
366
+ m_Father: {fileID: 8003923067029395752}
367
+ m_RootOrder: 0
368
+ m_LocalEulerAnglesHint: {x: 0, y: -202.37, z: 0}
369
+ --- !u!33 &8028516606519376552
370
+ MeshFilter:
371
+ m_ObjectHideFlags: 0
372
+ m_CorrespondingSourceObject: {fileID: 0}
373
+ m_PrefabInstance: {fileID: 0}
374
+ m_PrefabAsset: {fileID: 0}
375
+ m_GameObject: {fileID: 8005229908887651932}
376
+ m_Mesh: {fileID: 4300002, guid: b451a052397f03c4f8a04d915d1c0492, type: 3}
377
+ --- !u!23 &8018768023599757850
378
+ MeshRenderer:
379
+ m_ObjectHideFlags: 0
380
+ m_CorrespondingSourceObject: {fileID: 0}
381
+ m_PrefabInstance: {fileID: 0}
382
+ m_PrefabAsset: {fileID: 0}
383
+ m_GameObject: {fileID: 8005229908887651932}
384
+ m_Enabled: 1
385
+ m_CastShadows: 2
386
+ m_ReceiveShadows: 1
387
+ m_DynamicOccludee: 1
388
+ m_MotionVectors: 1
389
+ m_LightProbeUsage: 1
390
+ m_ReflectionProbeUsage: 1
391
+ m_RayTracingMode: 2
392
+ m_RenderingLayerMask: 4294967295
393
+ m_RendererPriority: 0
394
+ m_Materials:
395
+ - {fileID: 2100000, guid: c820ae8e865d1d542b5c256e4270f6d4, type: 2}
396
+ m_StaticBatchInfo:
397
+ firstSubMesh: 0
398
+ subMeshCount: 0
399
+ m_StaticBatchRoot: {fileID: 0}
400
+ m_ProbeAnchor: {fileID: 0}
401
+ m_LightProbeVolumeOverride: {fileID: 0}
402
+ m_ScaleInLightmap: 1
403
+ m_ReceiveGI: 1
404
+ m_PreserveUVs: 0
405
+ m_IgnoreNormalsForChartDetection: 0
406
+ m_ImportantGI: 0
407
+ m_StitchLightmapSeams: 0
408
+ m_SelectedEditorRenderState: 3
409
+ m_MinimumChartSize: 4
410
+ m_AutoUVMaxDistance: 0.5
411
+ m_AutoUVMaxAngle: 89
412
+ m_LightmapParameters: {fileID: 0}
413
+ m_SortingLayerID: 0
414
+ m_SortingLayer: 0
415
+ m_SortingOrder: 0
416
+ --- !u!1 &8005259237183821420
417
+ GameObject:
418
+ m_ObjectHideFlags: 0
419
+ m_CorrespondingSourceObject: {fileID: 0}
420
+ m_PrefabInstance: {fileID: 0}
421
+ m_PrefabAsset: {fileID: 0}
422
+ serializedVersion: 6
423
+ m_Component:
424
+ - component: {fileID: 8001929856026450196}
425
+ - component: {fileID: 8026743763552673440}
426
+ - component: {fileID: 8018879538135155098}
427
+ m_Layer: 0
428
+ m_Name: Bench Legs Low
429
+ m_TagString: Untagged
430
+ m_Icon: {fileID: 0}
431
+ m_NavMeshLayer: 0
432
+ m_StaticEditorFlags: 4294967295
433
+ m_IsActive: 1
434
+ --- !u!4 &8001929856026450196
435
+ Transform:
436
+ m_ObjectHideFlags: 0
437
+ m_CorrespondingSourceObject: {fileID: 0}
438
+ m_PrefabInstance: {fileID: 0}
439
+ m_PrefabAsset: {fileID: 0}
440
+ m_GameObject: {fileID: 8005259237183821420}
441
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
442
+ m_LocalPosition: {x: -0, y: -0.012217102, z: 0}
443
+ m_LocalScale: {x: 1, y: 1, z: 1}
444
+ m_Children: []
445
+ m_Father: {fileID: 8002204671267967022}
446
+ m_RootOrder: 1
447
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
448
+ --- !u!33 &8026743763552673440
449
+ MeshFilter:
450
+ m_ObjectHideFlags: 0
451
+ m_CorrespondingSourceObject: {fileID: 0}
452
+ m_PrefabInstance: {fileID: 0}
453
+ m_PrefabAsset: {fileID: 0}
454
+ m_GameObject: {fileID: 8005259237183821420}
455
+ m_Mesh: {fileID: 4300000, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
456
+ --- !u!23 &8018879538135155098
457
+ MeshRenderer:
458
+ m_ObjectHideFlags: 0
459
+ m_CorrespondingSourceObject: {fileID: 0}
460
+ m_PrefabInstance: {fileID: 0}
461
+ m_PrefabAsset: {fileID: 0}
462
+ m_GameObject: {fileID: 8005259237183821420}
463
+ m_Enabled: 1
464
+ m_CastShadows: 1
465
+ m_ReceiveShadows: 1
466
+ m_DynamicOccludee: 1
467
+ m_MotionVectors: 1
468
+ m_LightProbeUsage: 1
469
+ m_ReflectionProbeUsage: 1
470
+ m_RayTracingMode: 2
471
+ m_RenderingLayerMask: 4294967295
472
+ m_RendererPriority: 0
473
+ m_Materials:
474
+ - {fileID: 2100000, guid: e745492728544aa488aa0429b6068e71, type: 2}
475
+ - {fileID: 2100000, guid: a0427cf339e5891468d5f2b433b2d44a, type: 2}
476
+ m_StaticBatchInfo:
477
+ firstSubMesh: 0
478
+ subMeshCount: 0
479
+ m_StaticBatchRoot: {fileID: 0}
480
+ m_ProbeAnchor: {fileID: 0}
481
+ m_LightProbeVolumeOverride: {fileID: 0}
482
+ m_ScaleInLightmap: 4
483
+ m_ReceiveGI: 1
484
+ m_PreserveUVs: 0
485
+ m_IgnoreNormalsForChartDetection: 0
486
+ m_ImportantGI: 0
487
+ m_StitchLightmapSeams: 0
488
+ m_SelectedEditorRenderState: 3
489
+ m_MinimumChartSize: 4
490
+ m_AutoUVMaxDistance: 0.5
491
+ m_AutoUVMaxAngle: 89
492
+ m_LightmapParameters: {fileID: 0}
493
+ m_SortingLayerID: 0
494
+ m_SortingLayer: 0
495
+ m_SortingOrder: 0
496
+ --- !u!1 &8005276394457134064
497
+ GameObject:
498
+ m_ObjectHideFlags: 0
499
+ m_CorrespondingSourceObject: {fileID: 0}
500
+ m_PrefabInstance: {fileID: 0}
501
+ m_PrefabAsset: {fileID: 0}
502
+ serializedVersion: 6
503
+ m_Component:
504
+ - component: {fileID: 8003952764883773852}
505
+ - component: {fileID: 8028722014704548670}
506
+ - component: {fileID: 8019004459079349522}
507
+ m_Layer: 0
508
+ m_Name: Safety Goggles
509
+ m_TagString: Untagged
510
+ m_Icon: {fileID: 0}
511
+ m_NavMeshLayer: 0
512
+ m_StaticEditorFlags: 4
513
+ m_IsActive: 1
514
+ --- !u!4 &8003952764883773852
515
+ Transform:
516
+ m_ObjectHideFlags: 0
517
+ m_CorrespondingSourceObject: {fileID: 0}
518
+ m_PrefabInstance: {fileID: 0}
519
+ m_PrefabAsset: {fileID: 0}
520
+ m_GameObject: {fileID: 8005276394457134064}
521
+ m_LocalRotation: {x: -0, y: 0.48594558, z: -0, w: 0.8739891}
522
+ m_LocalPosition: {x: -0.85687876, y: 0.7586, z: 2.8654969}
523
+ m_LocalScale: {x: 1, y: 1, z: 1}
524
+ m_Children: []
525
+ m_Father: {fileID: 8003574164638899200}
526
+ m_RootOrder: 8
527
+ m_LocalEulerAnglesHint: {x: 0, y: 17.053001, z: 0}
528
+ --- !u!33 &8028722014704548670
529
+ MeshFilter:
530
+ m_ObjectHideFlags: 0
531
+ m_CorrespondingSourceObject: {fileID: 0}
532
+ m_PrefabInstance: {fileID: 0}
533
+ m_PrefabAsset: {fileID: 0}
534
+ m_GameObject: {fileID: 8005276394457134064}
535
+ m_Mesh: {fileID: 4300000, guid: 6296e48663fd7ad46b1a2af507f871cf, type: 3}
536
+ --- !u!23 &8019004459079349522
537
+ MeshRenderer:
538
+ m_ObjectHideFlags: 0
539
+ m_CorrespondingSourceObject: {fileID: 0}
540
+ m_PrefabInstance: {fileID: 0}
541
+ m_PrefabAsset: {fileID: 0}
542
+ m_GameObject: {fileID: 8005276394457134064}
543
+ m_Enabled: 1
544
+ m_CastShadows: 1
545
+ m_ReceiveShadows: 1
546
+ m_DynamicOccludee: 1
547
+ m_MotionVectors: 1
548
+ m_LightProbeUsage: 1
549
+ m_ReflectionProbeUsage: 1
550
+ m_RayTracingMode: 2
551
+ m_RenderingLayerMask: 4294967295
552
+ m_RendererPriority: 0
553
+ m_Materials:
554
+ - {fileID: 2100000, guid: 81c1860e7800e5340bf8a54c565ba9ea, type: 2}
555
+ - {fileID: 2100000, guid: 8a38b7350df9a9c438e568993a00e5c5, type: 2}
556
+ - {fileID: 2100000, guid: bd2d742ee2ce7a740ae0cf992a38be74, type: 2}
557
+ - {fileID: 2100000, guid: e745492728544aa488aa0429b6068e71, type: 2}
558
+ m_StaticBatchInfo:
559
+ firstSubMesh: 0
560
+ subMeshCount: 0
561
+ m_StaticBatchRoot: {fileID: 0}
562
+ m_ProbeAnchor: {fileID: 0}
563
+ m_LightProbeVolumeOverride: {fileID: 0}
564
+ m_ScaleInLightmap: 1
565
+ m_ReceiveGI: 1
566
+ m_PreserveUVs: 0
567
+ m_IgnoreNormalsForChartDetection: 0
568
+ m_ImportantGI: 0
569
+ m_StitchLightmapSeams: 0
570
+ m_SelectedEditorRenderState: 3
571
+ m_MinimumChartSize: 4
572
+ m_AutoUVMaxDistance: 0.5
573
+ m_AutoUVMaxAngle: 89
574
+ m_LightmapParameters: {fileID: 0}
575
+ m_SortingLayerID: 0
576
+ m_SortingLayer: 0
577
+ m_SortingOrder: 0
578
+ --- !u!1 &8005307195704195688
579
+ GameObject:
580
+ m_ObjectHideFlags: 0
581
+ m_CorrespondingSourceObject: {fileID: 0}
582
+ m_PrefabInstance: {fileID: 0}
583
+ m_PrefabAsset: {fileID: 0}
584
+ serializedVersion: 6
585
+ m_Component:
586
+ - component: {fileID: 8003649936243480934}
587
+ - component: {fileID: 8028235419348930262}
588
+ - component: {fileID: 8020431093607304908}
589
+ m_Layer: 0
590
+ m_Name: Bench Bottom Low
591
+ m_TagString: Untagged
592
+ m_Icon: {fileID: 0}
593
+ m_NavMeshLayer: 0
594
+ m_StaticEditorFlags: 4294967295
595
+ m_IsActive: 1
596
+ --- !u!4 &8003649936243480934
597
+ Transform:
598
+ m_ObjectHideFlags: 0
599
+ m_CorrespondingSourceObject: {fileID: 0}
600
+ m_PrefabInstance: {fileID: 0}
601
+ m_PrefabAsset: {fileID: 0}
602
+ m_GameObject: {fileID: 8005307195704195688}
603
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
604
+ m_LocalPosition: {x: -0, y: -0.028999997, z: 0}
605
+ m_LocalScale: {x: 1, y: 1, z: 1}
606
+ m_Children: []
607
+ m_Father: {fileID: 8002204671267967022}
608
+ m_RootOrder: 0
609
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
610
+ --- !u!33 &8028235419348930262
611
+ MeshFilter:
612
+ m_ObjectHideFlags: 0
613
+ m_CorrespondingSourceObject: {fileID: 0}
614
+ m_PrefabInstance: {fileID: 0}
615
+ m_PrefabAsset: {fileID: 0}
616
+ m_GameObject: {fileID: 8005307195704195688}
617
+ m_Mesh: {fileID: 4300006, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
618
+ --- !u!23 &8020431093607304908
619
+ MeshRenderer:
620
+ m_ObjectHideFlags: 0
621
+ m_CorrespondingSourceObject: {fileID: 0}
622
+ m_PrefabInstance: {fileID: 0}
623
+ m_PrefabAsset: {fileID: 0}
624
+ m_GameObject: {fileID: 8005307195704195688}
625
+ m_Enabled: 1
626
+ m_CastShadows: 1
627
+ m_ReceiveShadows: 1
628
+ m_DynamicOccludee: 1
629
+ m_MotionVectors: 1
630
+ m_LightProbeUsage: 1
631
+ m_ReflectionProbeUsage: 1
632
+ m_RayTracingMode: 2
633
+ m_RenderingLayerMask: 4294967295
634
+ m_RendererPriority: 0
635
+ m_Materials:
636
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
637
+ m_StaticBatchInfo:
638
+ firstSubMesh: 0
639
+ subMeshCount: 0
640
+ m_StaticBatchRoot: {fileID: 0}
641
+ m_ProbeAnchor: {fileID: 0}
642
+ m_LightProbeVolumeOverride: {fileID: 0}
643
+ m_ScaleInLightmap: 2.6
644
+ m_ReceiveGI: 1
645
+ m_PreserveUVs: 0
646
+ m_IgnoreNormalsForChartDetection: 0
647
+ m_ImportantGI: 0
648
+ m_StitchLightmapSeams: 0
649
+ m_SelectedEditorRenderState: 3
650
+ m_MinimumChartSize: 4
651
+ m_AutoUVMaxDistance: 0.5
652
+ m_AutoUVMaxAngle: 89
653
+ m_LightmapParameters: {fileID: 0}
654
+ m_SortingLayerID: 0
655
+ m_SortingLayer: 0
656
+ m_SortingOrder: 0
657
+ --- !u!1 &8005367223251925598
658
+ GameObject:
659
+ m_ObjectHideFlags: 0
660
+ m_CorrespondingSourceObject: {fileID: 0}
661
+ m_PrefabInstance: {fileID: 0}
662
+ m_PrefabAsset: {fileID: 0}
663
+ serializedVersion: 6
664
+ m_Component:
665
+ - component: {fileID: 8001893384504979802}
666
+ m_Layer: 0
667
+ m_Name: Stud
668
+ m_TagString: Untagged
669
+ m_Icon: {fileID: 0}
670
+ m_NavMeshLayer: 0
671
+ m_StaticEditorFlags: 69
672
+ m_IsActive: 1
673
+ --- !u!4 &8001893384504979802
674
+ Transform:
675
+ m_ObjectHideFlags: 0
676
+ m_CorrespondingSourceObject: {fileID: 0}
677
+ m_PrefabInstance: {fileID: 0}
678
+ m_PrefabAsset: {fileID: 0}
679
+ m_GameObject: {fileID: 8005367223251925598}
680
+ m_LocalRotation: {x: 0.6436846, y: 0.6436846, z: 0.29269472, w: 0.29269472}
681
+ m_LocalPosition: {x: -0.9077816, y: 0.81299996, z: 2.5728521}
682
+ m_LocalScale: {x: 1, y: 1, z: 1}
683
+ m_Children:
684
+ - {fileID: 8002170684809809168}
685
+ m_Father: {fileID: 8003574164638899200}
686
+ m_RootOrder: 2
687
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 90}
688
+ --- !u!1 &8005451092321631616
689
+ GameObject:
690
+ m_ObjectHideFlags: 0
691
+ m_CorrespondingSourceObject: {fileID: 0}
692
+ m_PrefabInstance: {fileID: 0}
693
+ m_PrefabAsset: {fileID: 0}
694
+ serializedVersion: 6
695
+ m_Component:
696
+ - component: {fileID: 8001974719829766718}
697
+ m_Layer: 0
698
+ m_Name: Props
699
+ m_TagString: Untagged
700
+ m_Icon: {fileID: 0}
701
+ m_NavMeshLayer: 0
702
+ m_StaticEditorFlags: 0
703
+ m_IsActive: 1
704
+ --- !u!4 &8001974719829766718
705
+ Transform:
706
+ m_ObjectHideFlags: 0
707
+ m_CorrespondingSourceObject: {fileID: 0}
708
+ m_PrefabInstance: {fileID: 0}
709
+ m_PrefabAsset: {fileID: 0}
710
+ m_GameObject: {fileID: 8005451092321631616}
711
+ m_LocalRotation: {x: -0, y: 0.7071068, z: -0, w: -0.7071068}
712
+ m_LocalPosition: {x: 0.6500022, y: 1.345, z: 1.3000016}
713
+ m_LocalScale: {x: 1, y: 1, z: 1}
714
+ m_Children:
715
+ - {fileID: 8003923067029395752}
716
+ - {fileID: 8003676518516922266}
717
+ - {fileID: 8003574164638899200}
718
+ m_Father: {fileID: 8006317224511788017}
719
+ m_RootOrder: 1
720
+ m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0}
721
+ --- !u!1 &8005470139590117736
722
+ GameObject:
723
+ m_ObjectHideFlags: 0
724
+ m_CorrespondingSourceObject: {fileID: 0}
725
+ m_PrefabInstance: {fileID: 0}
726
+ m_PrefabAsset: {fileID: 0}
727
+ serializedVersion: 6
728
+ m_Component:
729
+ - component: {fileID: 8001957361629233624}
730
+ - component: {fileID: 8028697864832947270}
731
+ - component: {fileID: 8018798924567713612}
732
+ m_Layer: 0
733
+ m_Name: Upper Covers Low
734
+ m_TagString: Untagged
735
+ m_Icon: {fileID: 0}
736
+ m_NavMeshLayer: 0
737
+ m_StaticEditorFlags: 4294967295
738
+ m_IsActive: 1
739
+ --- !u!4 &8001957361629233624
740
+ Transform:
741
+ m_ObjectHideFlags: 0
742
+ m_CorrespondingSourceObject: {fileID: 0}
743
+ m_PrefabInstance: {fileID: 0}
744
+ m_PrefabAsset: {fileID: 0}
745
+ m_GameObject: {fileID: 8005470139590117736}
746
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
747
+ m_LocalPosition: {x: -0, y: 0.15057836, z: 0}
748
+ m_LocalScale: {x: 1, y: 1, z: 1}
749
+ m_Children: []
750
+ m_Father: {fileID: 8002204671267967022}
751
+ m_RootOrder: 4
752
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
753
+ --- !u!33 &8028697864832947270
754
+ MeshFilter:
755
+ m_ObjectHideFlags: 0
756
+ m_CorrespondingSourceObject: {fileID: 0}
757
+ m_PrefabInstance: {fileID: 0}
758
+ m_PrefabAsset: {fileID: 0}
759
+ m_GameObject: {fileID: 8005470139590117736}
760
+ m_Mesh: {fileID: 4300004, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
761
+ --- !u!23 &8018798924567713612
762
+ MeshRenderer:
763
+ m_ObjectHideFlags: 0
764
+ m_CorrespondingSourceObject: {fileID: 0}
765
+ m_PrefabInstance: {fileID: 0}
766
+ m_PrefabAsset: {fileID: 0}
767
+ m_GameObject: {fileID: 8005470139590117736}
768
+ m_Enabled: 1
769
+ m_CastShadows: 1
770
+ m_ReceiveShadows: 1
771
+ m_DynamicOccludee: 1
772
+ m_MotionVectors: 1
773
+ m_LightProbeUsage: 1
774
+ m_ReflectionProbeUsage: 1
775
+ m_RayTracingMode: 2
776
+ m_RenderingLayerMask: 4294967295
777
+ m_RendererPriority: 0
778
+ m_Materials:
779
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
780
+ m_StaticBatchInfo:
781
+ firstSubMesh: 0
782
+ subMeshCount: 0
783
+ m_StaticBatchRoot: {fileID: 0}
784
+ m_ProbeAnchor: {fileID: 0}
785
+ m_LightProbeVolumeOverride: {fileID: 0}
786
+ m_ScaleInLightmap: 1
787
+ m_ReceiveGI: 1
788
+ m_PreserveUVs: 0
789
+ m_IgnoreNormalsForChartDetection: 0
790
+ m_ImportantGI: 0
791
+ m_StitchLightmapSeams: 0
792
+ m_SelectedEditorRenderState: 3
793
+ m_MinimumChartSize: 4
794
+ m_AutoUVMaxDistance: 0.5
795
+ m_AutoUVMaxAngle: 89
796
+ m_LightmapParameters: {fileID: 0}
797
+ m_SortingLayerID: 0
798
+ m_SortingLayer: 0
799
+ m_SortingOrder: 0
800
+ --- !u!1 &8005506031822567172
801
+ GameObject:
802
+ m_ObjectHideFlags: 0
803
+ m_CorrespondingSourceObject: {fileID: 0}
804
+ m_PrefabInstance: {fileID: 0}
805
+ m_PrefabAsset: {fileID: 0}
806
+ serializedVersion: 6
807
+ m_Component:
808
+ - component: {fileID: 8001819520877162566}
809
+ - component: {fileID: 8028707992888202462}
810
+ - component: {fileID: 8020823709219176790}
811
+ m_Layer: 0
812
+ m_Name: Bench Top Low
813
+ m_TagString: Untagged
814
+ m_Icon: {fileID: 0}
815
+ m_NavMeshLayer: 0
816
+ m_StaticEditorFlags: 4294967295
817
+ m_IsActive: 1
818
+ --- !u!4 &8001819520877162566
819
+ Transform:
820
+ m_ObjectHideFlags: 0
821
+ m_CorrespondingSourceObject: {fileID: 0}
822
+ m_PrefabInstance: {fileID: 0}
823
+ m_PrefabAsset: {fileID: 0}
824
+ m_GameObject: {fileID: 8005506031822567172}
825
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
826
+ m_LocalPosition: {x: -0, y: 0.35, z: 0}
827
+ m_LocalScale: {x: 1, y: 1, z: 1}
828
+ m_Children: []
829
+ m_Father: {fileID: 8002204671267967022}
830
+ m_RootOrder: 2
831
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
832
+ --- !u!33 &8028707992888202462
833
+ MeshFilter:
834
+ m_ObjectHideFlags: 0
835
+ m_CorrespondingSourceObject: {fileID: 0}
836
+ m_PrefabInstance: {fileID: 0}
837
+ m_PrefabAsset: {fileID: 0}
838
+ m_GameObject: {fileID: 8005506031822567172}
839
+ m_Mesh: {fileID: 4300008, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
840
+ --- !u!23 &8020823709219176790
841
+ MeshRenderer:
842
+ m_ObjectHideFlags: 0
843
+ m_CorrespondingSourceObject: {fileID: 0}
844
+ m_PrefabInstance: {fileID: 0}
845
+ m_PrefabAsset: {fileID: 0}
846
+ m_GameObject: {fileID: 8005506031822567172}
847
+ m_Enabled: 1
848
+ m_CastShadows: 1
849
+ m_ReceiveShadows: 1
850
+ m_DynamicOccludee: 1
851
+ m_MotionVectors: 1
852
+ m_LightProbeUsage: 1
853
+ m_ReflectionProbeUsage: 1
854
+ m_RayTracingMode: 2
855
+ m_RenderingLayerMask: 4294967295
856
+ m_RendererPriority: 0
857
+ m_Materials:
858
+ - {fileID: 2100000, guid: bd2d742ee2ce7a740ae0cf992a38be74, type: 2}
859
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
860
+ - {fileID: 2100000, guid: c05de7c865075334786e6a47a543af72, type: 2}
861
+ m_StaticBatchInfo:
862
+ firstSubMesh: 0
863
+ subMeshCount: 0
864
+ m_StaticBatchRoot: {fileID: 0}
865
+ m_ProbeAnchor: {fileID: 0}
866
+ m_LightProbeVolumeOverride: {fileID: 0}
867
+ m_ScaleInLightmap: 4
868
+ m_ReceiveGI: 1
869
+ m_PreserveUVs: 0
870
+ m_IgnoreNormalsForChartDetection: 0
871
+ m_ImportantGI: 0
872
+ m_StitchLightmapSeams: 0
873
+ m_SelectedEditorRenderState: 3
874
+ m_MinimumChartSize: 4
875
+ m_AutoUVMaxDistance: 0.5
876
+ m_AutoUVMaxAngle: 89
877
+ m_LightmapParameters: {fileID: 0}
878
+ m_SortingLayerID: 0
879
+ m_SortingLayer: 0
880
+ m_SortingOrder: 0
881
+ --- !u!1 &8005512438504736066
882
+ GameObject:
883
+ m_ObjectHideFlags: 0
884
+ m_CorrespondingSourceObject: {fileID: 0}
885
+ m_PrefabInstance: {fileID: 0}
886
+ m_PrefabAsset: {fileID: 0}
887
+ serializedVersion: 6
888
+ m_Component:
889
+ - component: {fileID: 8003688380385418398}
890
+ - component: {fileID: 8028639065219743414}
891
+ - component: {fileID: 8020832060969003696}
892
+ m_Layer: 0
893
+ m_Name: Light_Heads_Low
894
+ m_TagString: Untagged
895
+ m_Icon: {fileID: 0}
896
+ m_NavMeshLayer: 0
897
+ m_StaticEditorFlags: 4294967295
898
+ m_IsActive: 1
899
+ --- !u!4 &8003688380385418398
900
+ Transform:
901
+ m_ObjectHideFlags: 0
902
+ m_CorrespondingSourceObject: {fileID: 0}
903
+ m_PrefabInstance: {fileID: 0}
904
+ m_PrefabAsset: {fileID: 0}
905
+ m_GameObject: {fileID: 8005512438504736066}
906
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
907
+ m_LocalPosition: {x: -0.0580053, y: 1.4626509, z: 0}
908
+ m_LocalScale: {x: 1, y: 1, z: 1}
909
+ m_Children: []
910
+ m_Father: {fileID: 8003676518516922266}
911
+ m_RootOrder: 2
912
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
913
+ --- !u!33 &8028639065219743414
914
+ MeshFilter:
915
+ m_ObjectHideFlags: 0
916
+ m_CorrespondingSourceObject: {fileID: 0}
917
+ m_PrefabInstance: {fileID: 0}
918
+ m_PrefabAsset: {fileID: 0}
919
+ m_GameObject: {fileID: 8005512438504736066}
920
+ m_Mesh: {fileID: 4300002, guid: e3ae06a3979f53046aa05330d69de1fa, type: 3}
921
+ --- !u!23 &8020832060969003696
922
+ MeshRenderer:
923
+ m_ObjectHideFlags: 0
924
+ m_CorrespondingSourceObject: {fileID: 0}
925
+ m_PrefabInstance: {fileID: 0}
926
+ m_PrefabAsset: {fileID: 0}
927
+ m_GameObject: {fileID: 8005512438504736066}
928
+ m_Enabled: 1
929
+ m_CastShadows: 1
930
+ m_ReceiveShadows: 1
931
+ m_DynamicOccludee: 1
932
+ m_MotionVectors: 1
933
+ m_LightProbeUsage: 1
934
+ m_ReflectionProbeUsage: 1
935
+ m_RayTracingMode: 2
936
+ m_RenderingLayerMask: 4294967295
937
+ m_RendererPriority: 0
938
+ m_Materials:
939
+ - {fileID: 2100000, guid: 49076442eeb7e054b8e8869f8b40656d, type: 2}
940
+ m_StaticBatchInfo:
941
+ firstSubMesh: 0
942
+ subMeshCount: 0
943
+ m_StaticBatchRoot: {fileID: 0}
944
+ m_ProbeAnchor: {fileID: 0}
945
+ m_LightProbeVolumeOverride: {fileID: 0}
946
+ m_ScaleInLightmap: 1
947
+ m_ReceiveGI: 1
948
+ m_PreserveUVs: 0
949
+ m_IgnoreNormalsForChartDetection: 0
950
+ m_ImportantGI: 0
951
+ m_StitchLightmapSeams: 0
952
+ m_SelectedEditorRenderState: 3
953
+ m_MinimumChartSize: 4
954
+ m_AutoUVMaxDistance: 0.5
955
+ m_AutoUVMaxAngle: 89
956
+ m_LightmapParameters: {fileID: 0}
957
+ m_SortingLayerID: 0
958
+ m_SortingLayer: 0
959
+ m_SortingOrder: 0
960
+ --- !u!1 &8005530495556243068
961
+ GameObject:
962
+ m_ObjectHideFlags: 0
963
+ m_CorrespondingSourceObject: {fileID: 0}
964
+ m_PrefabInstance: {fileID: 0}
965
+ m_PrefabAsset: {fileID: 0}
966
+ serializedVersion: 6
967
+ m_Component:
968
+ - component: {fileID: 8003721786502703184}
969
+ - component: {fileID: 8028305125720045500}
970
+ - component: {fileID: 8018830143842083690}
971
+ - component: {fileID: 8005530495556243065}
972
+ - component: {fileID: 8005530495556243067}
973
+ - component: {fileID: 8005530495556243066}
974
+ m_Layer: 0
975
+ m_Name: Hammer
976
+ m_TagString: Untagged
977
+ m_Icon: {fileID: 0}
978
+ m_NavMeshLayer: 0
979
+ m_StaticEditorFlags: 0
980
+ m_IsActive: 1
981
+ --- !u!4 &8003721786502703184
982
+ Transform:
983
+ m_ObjectHideFlags: 0
984
+ m_CorrespondingSourceObject: {fileID: 0}
985
+ m_PrefabInstance: {fileID: 0}
986
+ m_PrefabAsset: {fileID: 0}
987
+ m_GameObject: {fileID: 8005530495556243068}
988
+ m_LocalRotation: {x: 0.38609496, y: 0.58956987, z: -0.5923941, w: 0.3903939}
989
+ m_LocalPosition: {x: -1.1891, y: 0.4158, z: 2.8359}
990
+ m_LocalScale: {x: 1, y: 1, z: 1}
991
+ m_Children: []
992
+ m_Father: {fileID: 8003574164638899200}
993
+ m_RootOrder: 5
994
+ m_LocalEulerAnglesHint: {x: 89.58401, y: -17.702002, z: -90.00001}
995
+ --- !u!33 &8028305125720045500
996
+ MeshFilter:
997
+ m_ObjectHideFlags: 0
998
+ m_CorrespondingSourceObject: {fileID: 0}
999
+ m_PrefabInstance: {fileID: 0}
1000
+ m_PrefabAsset: {fileID: 0}
1001
+ m_GameObject: {fileID: 8005530495556243068}
1002
+ m_Mesh: {fileID: 4300000, guid: 68a66fb5a71f8204a8dcb613c97d1fa8, type: 3}
1003
+ --- !u!23 &8018830143842083690
1004
+ MeshRenderer:
1005
+ m_ObjectHideFlags: 0
1006
+ m_CorrespondingSourceObject: {fileID: 0}
1007
+ m_PrefabInstance: {fileID: 0}
1008
+ m_PrefabAsset: {fileID: 0}
1009
+ m_GameObject: {fileID: 8005530495556243068}
1010
+ m_Enabled: 1
1011
+ m_CastShadows: 1
1012
+ m_ReceiveShadows: 1
1013
+ m_DynamicOccludee: 1
1014
+ m_MotionVectors: 1
1015
+ m_LightProbeUsage: 1
1016
+ m_ReflectionProbeUsage: 1
1017
+ m_RayTracingMode: 2
1018
+ m_RenderingLayerMask: 4294967295
1019
+ m_RendererPriority: 0
1020
+ m_Materials:
1021
+ - {fileID: 2100000, guid: 4efcffd7ae23f1e41943fd914b18da10, type: 2}
1022
+ m_StaticBatchInfo:
1023
+ firstSubMesh: 0
1024
+ subMeshCount: 0
1025
+ m_StaticBatchRoot: {fileID: 0}
1026
+ m_ProbeAnchor: {fileID: 0}
1027
+ m_LightProbeVolumeOverride: {fileID: 0}
1028
+ m_ScaleInLightmap: 1
1029
+ m_ReceiveGI: 1
1030
+ m_PreserveUVs: 0
1031
+ m_IgnoreNormalsForChartDetection: 0
1032
+ m_ImportantGI: 0
1033
+ m_StitchLightmapSeams: 0
1034
+ m_SelectedEditorRenderState: 3
1035
+ m_MinimumChartSize: 4
1036
+ m_AutoUVMaxDistance: 0.5
1037
+ m_AutoUVMaxAngle: 89
1038
+ m_LightmapParameters: {fileID: 0}
1039
+ m_SortingLayerID: 0
1040
+ m_SortingLayer: 0
1041
+ m_SortingOrder: 0
1042
+ --- !u!54 &8005530495556243065
1043
+ Rigidbody:
1044
+ m_ObjectHideFlags: 0
1045
+ m_CorrespondingSourceObject: {fileID: 0}
1046
+ m_PrefabInstance: {fileID: 0}
1047
+ m_PrefabAsset: {fileID: 0}
1048
+ m_GameObject: {fileID: 8005530495556243068}
1049
+ serializedVersion: 2
1050
+ m_Mass: 1
1051
+ m_Drag: 0
1052
+ m_AngularDrag: 0.05
1053
+ m_UseGravity: 1
1054
+ m_IsKinematic: 0
1055
+ m_Interpolate: 0
1056
+ m_Constraints: 0
1057
+ m_CollisionDetection: 0
1058
+ --- !u!114 &8005530495556243067
1059
+ MonoBehaviour:
1060
+ m_ObjectHideFlags: 0
1061
+ m_CorrespondingSourceObject: {fileID: 0}
1062
+ m_PrefabInstance: {fileID: 0}
1063
+ m_PrefabAsset: {fileID: 0}
1064
+ m_GameObject: {fileID: 8005530495556243068}
1065
+ m_Enabled: 1
1066
+ m_EditorHideFlags: 0
1067
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
1068
+ m_Name:
1069
+ m_EditorClassIdentifier:
1070
+ m_InteractionManager: {fileID: 0}
1071
+ m_Colliders: []
1072
+ m_InteractionLayerMask:
1073
+ serializedVersion: 2
1074
+ m_Bits: 4294967295
1075
+ m_InteractionLayers:
1076
+ m_Bits: 4294967295
1077
+ m_CustomReticle: {fileID: 0}
1078
+ m_FirstHoverEntered:
1079
+ m_PersistentCalls:
1080
+ m_Calls: []
1081
+ m_LastHoverExited:
1082
+ m_PersistentCalls:
1083
+ m_Calls: []
1084
+ m_HoverEntered:
1085
+ m_PersistentCalls:
1086
+ m_Calls: []
1087
+ m_HoverExited:
1088
+ m_PersistentCalls:
1089
+ m_Calls: []
1090
+ m_SelectEntered:
1091
+ m_PersistentCalls:
1092
+ m_Calls: []
1093
+ m_SelectExited:
1094
+ m_PersistentCalls:
1095
+ m_Calls: []
1096
+ m_Activated:
1097
+ m_PersistentCalls:
1098
+ m_Calls: []
1099
+ m_Deactivated:
1100
+ m_PersistentCalls:
1101
+ m_Calls: []
1102
+ m_OnFirstHoverEntered:
1103
+ m_PersistentCalls:
1104
+ m_Calls: []
1105
+ m_OnLastHoverExited:
1106
+ m_PersistentCalls:
1107
+ m_Calls: []
1108
+ m_OnHoverEntered:
1109
+ m_PersistentCalls:
1110
+ m_Calls: []
1111
+ m_OnHoverExited:
1112
+ m_PersistentCalls:
1113
+ m_Calls: []
1114
+ m_OnSelectEntered:
1115
+ m_PersistentCalls:
1116
+ m_Calls: []
1117
+ m_OnSelectExited:
1118
+ m_PersistentCalls:
1119
+ m_Calls: []
1120
+ m_OnSelectCanceled:
1121
+ m_PersistentCalls:
1122
+ m_Calls: []
1123
+ m_OnActivate:
1124
+ m_PersistentCalls:
1125
+ m_Calls: []
1126
+ m_OnDeactivate:
1127
+ m_PersistentCalls:
1128
+ m_Calls: []
1129
+ m_AttachTransform: {fileID: 0}
1130
+ m_AttachEaseInTime: 0.15
1131
+ m_MovementType: 1
1132
+ m_VelocityDamping: 1
1133
+ m_VelocityScale: 1
1134
+ m_AngularVelocityDamping: 1
1135
+ m_AngularVelocityScale: 1
1136
+ m_TrackPosition: 1
1137
+ m_SmoothPosition: 0
1138
+ m_SmoothPositionAmount: 5
1139
+ m_TightenPosition: 0.5
1140
+ m_TrackRotation: 1
1141
+ m_SmoothRotation: 0
1142
+ m_SmoothRotationAmount: 5
1143
+ m_TightenRotation: 0.5
1144
+ m_ThrowOnDetach: 1
1145
+ m_ThrowSmoothingDuration: 0.25
1146
+ m_ThrowSmoothingCurve:
1147
+ serializedVersion: 2
1148
+ m_Curve:
1149
+ - serializedVersion: 3
1150
+ time: 1
1151
+ value: 1
1152
+ inSlope: 0
1153
+ outSlope: 0
1154
+ tangentMode: 0
1155
+ weightedMode: 0
1156
+ inWeight: 0
1157
+ outWeight: 0
1158
+ m_PreInfinity: 2
1159
+ m_PostInfinity: 2
1160
+ m_RotationOrder: 4
1161
+ m_ThrowVelocityScale: 1.5
1162
+ m_ThrowAngularVelocityScale: 0.25
1163
+ m_ForceGravityOnDetach: 0
1164
+ m_RetainTransformParent: 1
1165
+ m_AttachPointCompatibilityMode: 0
1166
+ --- !u!65 &8005530495556243066
1167
+ BoxCollider:
1168
+ m_ObjectHideFlags: 0
1169
+ m_CorrespondingSourceObject: {fileID: 0}
1170
+ m_PrefabInstance: {fileID: 0}
1171
+ m_PrefabAsset: {fileID: 0}
1172
+ m_GameObject: {fileID: 8005530495556243068}
1173
+ m_Material: {fileID: 0}
1174
+ m_IsTrigger: 0
1175
+ m_Enabled: 1
1176
+ serializedVersion: 2
1177
+ m_Size: {x: 0.29847464, y: 0.10930488, z: 0.03000007}
1178
+ m_Center: {x: -0.00009238729, y: -0.0000016689191, z: 0.00000011920235}
1179
+ --- !u!1 &8005540735646175624
1180
+ GameObject:
1181
+ m_ObjectHideFlags: 0
1182
+ m_CorrespondingSourceObject: {fileID: 0}
1183
+ m_PrefabInstance: {fileID: 0}
1184
+ m_PrefabAsset: {fileID: 0}
1185
+ serializedVersion: 6
1186
+ m_Component:
1187
+ - component: {fileID: 8003737561513406270}
1188
+ - component: {fileID: 8028732494443277180}
1189
+ - component: {fileID: 8020427896996912492}
1190
+ m_Layer: 0
1191
+ m_Name: Supports
1192
+ m_TagString: Untagged
1193
+ m_Icon: {fileID: 0}
1194
+ m_NavMeshLayer: 0
1195
+ m_StaticEditorFlags: 4294967295
1196
+ m_IsActive: 1
1197
+ --- !u!4 &8003737561513406270
1198
+ Transform:
1199
+ m_ObjectHideFlags: 0
1200
+ m_CorrespondingSourceObject: {fileID: 0}
1201
+ m_PrefabInstance: {fileID: 0}
1202
+ m_PrefabAsset: {fileID: 0}
1203
+ m_GameObject: {fileID: 8005540735646175624}
1204
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1205
+ m_LocalPosition: {x: -0.0000048828124, y: 0.18586077, z: -0.00006345749}
1206
+ m_LocalScale: {x: 1, y: 1, z: 1}
1207
+ m_Children: []
1208
+ m_Father: {fileID: 8001890984342120984}
1209
+ m_RootOrder: 3
1210
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1211
+ --- !u!33 &8028732494443277180
1212
+ MeshFilter:
1213
+ m_ObjectHideFlags: 0
1214
+ m_CorrespondingSourceObject: {fileID: 0}
1215
+ m_PrefabInstance: {fileID: 0}
1216
+ m_PrefabAsset: {fileID: 0}
1217
+ m_GameObject: {fileID: 8005540735646175624}
1218
+ m_Mesh: {fileID: 4300002, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
1219
+ --- !u!23 &8020427896996912492
1220
+ MeshRenderer:
1221
+ m_ObjectHideFlags: 0
1222
+ m_CorrespondingSourceObject: {fileID: 0}
1223
+ m_PrefabInstance: {fileID: 0}
1224
+ m_PrefabAsset: {fileID: 0}
1225
+ m_GameObject: {fileID: 8005540735646175624}
1226
+ m_Enabled: 1
1227
+ m_CastShadows: 1
1228
+ m_ReceiveShadows: 1
1229
+ m_DynamicOccludee: 1
1230
+ m_MotionVectors: 1
1231
+ m_LightProbeUsage: 1
1232
+ m_ReflectionProbeUsage: 1
1233
+ m_RayTracingMode: 2
1234
+ m_RenderingLayerMask: 4294967295
1235
+ m_RendererPriority: 0
1236
+ m_Materials:
1237
+ - {fileID: 2100000, guid: 4dad30bbe2213eb4d8312f7bb6190866, type: 2}
1238
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
1239
+ m_StaticBatchInfo:
1240
+ firstSubMesh: 0
1241
+ subMeshCount: 0
1242
+ m_StaticBatchRoot: {fileID: 0}
1243
+ m_ProbeAnchor: {fileID: 0}
1244
+ m_LightProbeVolumeOverride: {fileID: 0}
1245
+ m_ScaleInLightmap: 6
1246
+ m_ReceiveGI: 1
1247
+ m_PreserveUVs: 0
1248
+ m_IgnoreNormalsForChartDetection: 0
1249
+ m_ImportantGI: 0
1250
+ m_StitchLightmapSeams: 0
1251
+ m_SelectedEditorRenderState: 3
1252
+ m_MinimumChartSize: 4
1253
+ m_AutoUVMaxDistance: 0.5
1254
+ m_AutoUVMaxAngle: 89
1255
+ m_LightmapParameters: {fileID: 0}
1256
+ m_SortingLayerID: 0
1257
+ m_SortingLayer: 0
1258
+ m_SortingOrder: 0
1259
+ --- !u!1 &8005595627276151072
1260
+ GameObject:
1261
+ m_ObjectHideFlags: 0
1262
+ m_CorrespondingSourceObject: {fileID: 0}
1263
+ m_PrefabInstance: {fileID: 0}
1264
+ m_PrefabAsset: {fileID: 0}
1265
+ serializedVersion: 6
1266
+ m_Component:
1267
+ - component: {fileID: 8004001718422881300}
1268
+ - component: {fileID: 8026789500803402520}
1269
+ - component: {fileID: 8020617191234241354}
1270
+ m_Layer: 0
1271
+ m_Name: Brush
1272
+ m_TagString: Untagged
1273
+ m_Icon: {fileID: 0}
1274
+ m_NavMeshLayer: 0
1275
+ m_StaticEditorFlags: 64
1276
+ m_IsActive: 1
1277
+ --- !u!4 &8004001718422881300
1278
+ Transform:
1279
+ m_ObjectHideFlags: 0
1280
+ m_CorrespondingSourceObject: {fileID: 0}
1281
+ m_PrefabInstance: {fileID: 0}
1282
+ m_PrefabAsset: {fileID: 0}
1283
+ m_GameObject: {fileID: 8005595627276151072}
1284
+ m_LocalRotation: {x: 0.44850776, y: -0.5435191, z: -0.5607513, w: -0.4347249}
1285
+ m_LocalPosition: {x: -0.0669, y: 0.0101, z: -0.2977}
1286
+ m_LocalScale: {x: 1, y: 1, z: 1}
1287
+ m_Children: []
1288
+ m_Father: {fileID: 8003923067029395752}
1289
+ m_RootOrder: 3
1290
+ m_LocalEulerAnglesHint: {x: -91.787994, y: -257.308, z: 0}
1291
+ --- !u!33 &8026789500803402520
1292
+ MeshFilter:
1293
+ m_ObjectHideFlags: 0
1294
+ m_CorrespondingSourceObject: {fileID: 0}
1295
+ m_PrefabInstance: {fileID: 0}
1296
+ m_PrefabAsset: {fileID: 0}
1297
+ m_GameObject: {fileID: 8005595627276151072}
1298
+ m_Mesh: {fileID: 4300000, guid: aed8c47425ab91f4eb06ce6fe47c3e4e, type: 3}
1299
+ --- !u!23 &8020617191234241354
1300
+ MeshRenderer:
1301
+ m_ObjectHideFlags: 0
1302
+ m_CorrespondingSourceObject: {fileID: 0}
1303
+ m_PrefabInstance: {fileID: 0}
1304
+ m_PrefabAsset: {fileID: 0}
1305
+ m_GameObject: {fileID: 8005595627276151072}
1306
+ m_Enabled: 1
1307
+ m_CastShadows: 1
1308
+ m_ReceiveShadows: 1
1309
+ m_DynamicOccludee: 1
1310
+ m_MotionVectors: 1
1311
+ m_LightProbeUsage: 1
1312
+ m_ReflectionProbeUsage: 1
1313
+ m_RayTracingMode: 2
1314
+ m_RenderingLayerMask: 4294967295
1315
+ m_RendererPriority: 0
1316
+ m_Materials:
1317
+ - {fileID: 2100000, guid: 539165557a9d3744680bb21164bea45e, type: 2}
1318
+ m_StaticBatchInfo:
1319
+ firstSubMesh: 0
1320
+ subMeshCount: 0
1321
+ m_StaticBatchRoot: {fileID: 0}
1322
+ m_ProbeAnchor: {fileID: 0}
1323
+ m_LightProbeVolumeOverride: {fileID: 0}
1324
+ m_ScaleInLightmap: 1
1325
+ m_ReceiveGI: 1
1326
+ m_PreserveUVs: 0
1327
+ m_IgnoreNormalsForChartDetection: 0
1328
+ m_ImportantGI: 0
1329
+ m_StitchLightmapSeams: 0
1330
+ m_SelectedEditorRenderState: 3
1331
+ m_MinimumChartSize: 4
1332
+ m_AutoUVMaxDistance: 0.5
1333
+ m_AutoUVMaxAngle: 89
1334
+ m_LightmapParameters: {fileID: 0}
1335
+ m_SortingLayerID: 0
1336
+ m_SortingLayer: 0
1337
+ m_SortingOrder: 0
1338
+ --- !u!1 &8005623333284162746
1339
+ GameObject:
1340
+ m_ObjectHideFlags: 0
1341
+ m_CorrespondingSourceObject: {fileID: 0}
1342
+ m_PrefabInstance: {fileID: 0}
1343
+ m_PrefabAsset: {fileID: 0}
1344
+ serializedVersion: 6
1345
+ m_Component:
1346
+ - component: {fileID: 8002065396580054098}
1347
+ - component: {fileID: 8028515670519661628}
1348
+ - component: {fileID: 8020716391824518878}
1349
+ m_Layer: 0
1350
+ m_Name: Supports Low
1351
+ m_TagString: Untagged
1352
+ m_Icon: {fileID: 0}
1353
+ m_NavMeshLayer: 0
1354
+ m_StaticEditorFlags: 4294967295
1355
+ m_IsActive: 1
1356
+ --- !u!4 &8002065396580054098
1357
+ Transform:
1358
+ m_ObjectHideFlags: 0
1359
+ m_CorrespondingSourceObject: {fileID: 0}
1360
+ m_PrefabInstance: {fileID: 0}
1361
+ m_PrefabAsset: {fileID: 0}
1362
+ m_GameObject: {fileID: 8005623333284162746}
1363
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1364
+ m_LocalPosition: {x: -0, y: 0, z: 0}
1365
+ m_LocalScale: {x: 1, y: 1, z: 1}
1366
+ m_Children: []
1367
+ m_Father: {fileID: 8002204671267967022}
1368
+ m_RootOrder: 3
1369
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1370
+ --- !u!33 &8028515670519661628
1371
+ MeshFilter:
1372
+ m_ObjectHideFlags: 0
1373
+ m_CorrespondingSourceObject: {fileID: 0}
1374
+ m_PrefabInstance: {fileID: 0}
1375
+ m_PrefabAsset: {fileID: 0}
1376
+ m_GameObject: {fileID: 8005623333284162746}
1377
+ m_Mesh: {fileID: 4300002, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
1378
+ --- !u!23 &8020716391824518878
1379
+ MeshRenderer:
1380
+ m_ObjectHideFlags: 0
1381
+ m_CorrespondingSourceObject: {fileID: 0}
1382
+ m_PrefabInstance: {fileID: 0}
1383
+ m_PrefabAsset: {fileID: 0}
1384
+ m_GameObject: {fileID: 8005623333284162746}
1385
+ m_Enabled: 1
1386
+ m_CastShadows: 1
1387
+ m_ReceiveShadows: 1
1388
+ m_DynamicOccludee: 1
1389
+ m_MotionVectors: 1
1390
+ m_LightProbeUsage: 1
1391
+ m_ReflectionProbeUsage: 1
1392
+ m_RayTracingMode: 2
1393
+ m_RenderingLayerMask: 4294967295
1394
+ m_RendererPriority: 0
1395
+ m_Materials:
1396
+ - {fileID: 2100000, guid: 4dad30bbe2213eb4d8312f7bb6190866, type: 2}
1397
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
1398
+ m_StaticBatchInfo:
1399
+ firstSubMesh: 0
1400
+ subMeshCount: 0
1401
+ m_StaticBatchRoot: {fileID: 0}
1402
+ m_ProbeAnchor: {fileID: 0}
1403
+ m_LightProbeVolumeOverride: {fileID: 0}
1404
+ m_ScaleInLightmap: 1
1405
+ m_ReceiveGI: 1
1406
+ m_PreserveUVs: 0
1407
+ m_IgnoreNormalsForChartDetection: 0
1408
+ m_ImportantGI: 0
1409
+ m_StitchLightmapSeams: 0
1410
+ m_SelectedEditorRenderState: 3
1411
+ m_MinimumChartSize: 4
1412
+ m_AutoUVMaxDistance: 0.5
1413
+ m_AutoUVMaxAngle: 89
1414
+ m_LightmapParameters: {fileID: 0}
1415
+ m_SortingLayerID: 0
1416
+ m_SortingLayer: 0
1417
+ m_SortingOrder: 0
1418
+ --- !u!1 &8005659686533243702
1419
+ GameObject:
1420
+ m_ObjectHideFlags: 0
1421
+ m_CorrespondingSourceObject: {fileID: 0}
1422
+ m_PrefabInstance: {fileID: 0}
1423
+ m_PrefabAsset: {fileID: 0}
1424
+ serializedVersion: 6
1425
+ m_Component:
1426
+ - component: {fileID: 8003682402017140036}
1427
+ - component: {fileID: 8026646688088462002}
1428
+ - component: {fileID: 8020803687732291382}
1429
+ m_Layer: 0
1430
+ m_Name: Paint 1G Lid
1431
+ m_TagString: Untagged
1432
+ m_Icon: {fileID: 0}
1433
+ m_NavMeshLayer: 0
1434
+ m_StaticEditorFlags: 68
1435
+ m_IsActive: 1
1436
+ --- !u!4 &8003682402017140036
1437
+ Transform:
1438
+ m_ObjectHideFlags: 0
1439
+ m_CorrespondingSourceObject: {fileID: 0}
1440
+ m_PrefabInstance: {fileID: 0}
1441
+ m_PrefabAsset: {fileID: 0}
1442
+ m_GameObject: {fileID: 8005659686533243702}
1443
+ m_LocalRotation: {x: -1, y: -0.0000001872535, z: 0, w: 0}
1444
+ m_LocalPosition: {x: -0.088, y: 0.0024, z: -0.296}
1445
+ m_LocalScale: {x: 1, y: 1, z: 1}
1446
+ m_Children: []
1447
+ m_Father: {fileID: 8003923067029395752}
1448
+ m_RootOrder: 1
1449
+ m_LocalEulerAnglesHint: {x: -180, y: 0, z: -0.000015258789}
1450
+ --- !u!33 &8026646688088462002
1451
+ MeshFilter:
1452
+ m_ObjectHideFlags: 0
1453
+ m_CorrespondingSourceObject: {fileID: 0}
1454
+ m_PrefabInstance: {fileID: 0}
1455
+ m_PrefabAsset: {fileID: 0}
1456
+ m_GameObject: {fileID: 8005659686533243702}
1457
+ m_Mesh: {fileID: 4300004, guid: b451a052397f03c4f8a04d915d1c0492, type: 3}
1458
+ --- !u!23 &8020803687732291382
1459
+ MeshRenderer:
1460
+ m_ObjectHideFlags: 0
1461
+ m_CorrespondingSourceObject: {fileID: 0}
1462
+ m_PrefabInstance: {fileID: 0}
1463
+ m_PrefabAsset: {fileID: 0}
1464
+ m_GameObject: {fileID: 8005659686533243702}
1465
+ m_Enabled: 1
1466
+ m_CastShadows: 1
1467
+ m_ReceiveShadows: 1
1468
+ m_DynamicOccludee: 1
1469
+ m_MotionVectors: 1
1470
+ m_LightProbeUsage: 1
1471
+ m_ReflectionProbeUsage: 1
1472
+ m_RayTracingMode: 2
1473
+ m_RenderingLayerMask: 4294967295
1474
+ m_RendererPriority: 0
1475
+ m_Materials:
1476
+ - {fileID: 2100000, guid: c820ae8e865d1d542b5c256e4270f6d4, type: 2}
1477
+ m_StaticBatchInfo:
1478
+ firstSubMesh: 0
1479
+ subMeshCount: 0
1480
+ m_StaticBatchRoot: {fileID: 0}
1481
+ m_ProbeAnchor: {fileID: 0}
1482
+ m_LightProbeVolumeOverride: {fileID: 0}
1483
+ m_ScaleInLightmap: 1
1484
+ m_ReceiveGI: 1
1485
+ m_PreserveUVs: 0
1486
+ m_IgnoreNormalsForChartDetection: 0
1487
+ m_ImportantGI: 0
1488
+ m_StitchLightmapSeams: 0
1489
+ m_SelectedEditorRenderState: 3
1490
+ m_MinimumChartSize: 4
1491
+ m_AutoUVMaxDistance: 0.5
1492
+ m_AutoUVMaxAngle: 89
1493
+ m_LightmapParameters: {fileID: 0}
1494
+ m_SortingLayerID: 0
1495
+ m_SortingLayer: 0
1496
+ m_SortingOrder: 0
1497
+ --- !u!1 &8005681265160113932
1498
+ GameObject:
1499
+ m_ObjectHideFlags: 0
1500
+ m_CorrespondingSourceObject: {fileID: 0}
1501
+ m_PrefabInstance: {fileID: 0}
1502
+ m_PrefabAsset: {fileID: 0}
1503
+ serializedVersion: 6
1504
+ m_Component:
1505
+ - component: {fileID: 8002061353046062514}
1506
+ - component: {fileID: 8028557193473850866}
1507
+ - component: {fileID: 8018725216232108584}
1508
+ - component: {fileID: 8005681265160113930}
1509
+ - component: {fileID: 8005681265160113931}
1510
+ - component: {fileID: 8005681265160113929}
1511
+ m_Layer: 0
1512
+ m_Name: Jigsaw
1513
+ m_TagString: Untagged
1514
+ m_Icon: {fileID: 0}
1515
+ m_NavMeshLayer: 0
1516
+ m_StaticEditorFlags: 64
1517
+ m_IsActive: 1
1518
+ --- !u!4 &8002061353046062514
1519
+ Transform:
1520
+ m_ObjectHideFlags: 0
1521
+ m_CorrespondingSourceObject: {fileID: 0}
1522
+ m_PrefabInstance: {fileID: 0}
1523
+ m_PrefabAsset: {fileID: 0}
1524
+ m_GameObject: {fileID: 8005681265160113932}
1525
+ m_LocalRotation: {x: -0, y: -0.90182185, z: -0, w: 0.432108}
1526
+ m_LocalPosition: {x: -1.386482, y: 0.917, z: 2.5419133}
1527
+ m_LocalScale: {x: 1, y: 1, z: 1}
1528
+ m_Children:
1529
+ - {fileID: 8006317225467192389}
1530
+ m_Father: {fileID: 8003574164638899200}
1531
+ m_RootOrder: 4
1532
+ m_LocalEulerAnglesHint: {x: 0, y: -169.893, z: 0}
1533
+ --- !u!33 &8028557193473850866
1534
+ MeshFilter:
1535
+ m_ObjectHideFlags: 0
1536
+ m_CorrespondingSourceObject: {fileID: 0}
1537
+ m_PrefabInstance: {fileID: 0}
1538
+ m_PrefabAsset: {fileID: 0}
1539
+ m_GameObject: {fileID: 8005681265160113932}
1540
+ m_Mesh: {fileID: 4300000, guid: 8b73e8872ca76104bbca4ee2b704a1b4, type: 3}
1541
+ --- !u!23 &8018725216232108584
1542
+ MeshRenderer:
1543
+ m_ObjectHideFlags: 0
1544
+ m_CorrespondingSourceObject: {fileID: 0}
1545
+ m_PrefabInstance: {fileID: 0}
1546
+ m_PrefabAsset: {fileID: 0}
1547
+ m_GameObject: {fileID: 8005681265160113932}
1548
+ m_Enabled: 1
1549
+ m_CastShadows: 1
1550
+ m_ReceiveShadows: 1
1551
+ m_DynamicOccludee: 1
1552
+ m_MotionVectors: 1
1553
+ m_LightProbeUsage: 1
1554
+ m_ReflectionProbeUsage: 1
1555
+ m_RayTracingMode: 2
1556
+ m_RenderingLayerMask: 4294967295
1557
+ m_RendererPriority: 0
1558
+ m_Materials:
1559
+ - {fileID: 2100000, guid: 801db2d997a562b4ea333aa4593ce0f0, type: 2}
1560
+ - {fileID: 2100000, guid: 801db2d997a562b4ea333aa4593ce0f0, type: 2}
1561
+ m_StaticBatchInfo:
1562
+ firstSubMesh: 0
1563
+ subMeshCount: 0
1564
+ m_StaticBatchRoot: {fileID: 0}
1565
+ m_ProbeAnchor: {fileID: 0}
1566
+ m_LightProbeVolumeOverride: {fileID: 0}
1567
+ m_ScaleInLightmap: 1
1568
+ m_ReceiveGI: 1
1569
+ m_PreserveUVs: 0
1570
+ m_IgnoreNormalsForChartDetection: 0
1571
+ m_ImportantGI: 0
1572
+ m_StitchLightmapSeams: 0
1573
+ m_SelectedEditorRenderState: 3
1574
+ m_MinimumChartSize: 4
1575
+ m_AutoUVMaxDistance: 0.5
1576
+ m_AutoUVMaxAngle: 89
1577
+ m_LightmapParameters: {fileID: 0}
1578
+ m_SortingLayerID: 0
1579
+ m_SortingLayer: 0
1580
+ m_SortingOrder: 0
1581
+ --- !u!54 &8005681265160113930
1582
+ Rigidbody:
1583
+ m_ObjectHideFlags: 0
1584
+ m_CorrespondingSourceObject: {fileID: 0}
1585
+ m_PrefabInstance: {fileID: 0}
1586
+ m_PrefabAsset: {fileID: 0}
1587
+ m_GameObject: {fileID: 8005681265160113932}
1588
+ serializedVersion: 2
1589
+ m_Mass: 1
1590
+ m_Drag: 0
1591
+ m_AngularDrag: 0.05
1592
+ m_UseGravity: 1
1593
+ m_IsKinematic: 0
1594
+ m_Interpolate: 0
1595
+ m_Constraints: 0
1596
+ m_CollisionDetection: 0
1597
+ --- !u!114 &8005681265160113931
1598
+ MonoBehaviour:
1599
+ m_ObjectHideFlags: 0
1600
+ m_CorrespondingSourceObject: {fileID: 0}
1601
+ m_PrefabInstance: {fileID: 0}
1602
+ m_PrefabAsset: {fileID: 0}
1603
+ m_GameObject: {fileID: 8005681265160113932}
1604
+ m_Enabled: 1
1605
+ m_EditorHideFlags: 0
1606
+ m_Script: {fileID: 11500000, guid: 0ad34abafad169848a38072baa96cdb2, type: 3}
1607
+ m_Name:
1608
+ m_EditorClassIdentifier:
1609
+ m_InteractionManager: {fileID: 0}
1610
+ m_Colliders: []
1611
+ m_InteractionLayerMask:
1612
+ serializedVersion: 2
1613
+ m_Bits: 4294967295
1614
+ m_InteractionLayers:
1615
+ m_Bits: 4294967295
1616
+ m_CustomReticle: {fileID: 0}
1617
+ m_FirstHoverEntered:
1618
+ m_PersistentCalls:
1619
+ m_Calls: []
1620
+ m_LastHoverExited:
1621
+ m_PersistentCalls:
1622
+ m_Calls: []
1623
+ m_HoverEntered:
1624
+ m_PersistentCalls:
1625
+ m_Calls: []
1626
+ m_HoverExited:
1627
+ m_PersistentCalls:
1628
+ m_Calls: []
1629
+ m_SelectEntered:
1630
+ m_PersistentCalls:
1631
+ m_Calls: []
1632
+ m_SelectExited:
1633
+ m_PersistentCalls:
1634
+ m_Calls: []
1635
+ m_Activated:
1636
+ m_PersistentCalls:
1637
+ m_Calls: []
1638
+ m_Deactivated:
1639
+ m_PersistentCalls:
1640
+ m_Calls: []
1641
+ m_OnFirstHoverEntered:
1642
+ m_PersistentCalls:
1643
+ m_Calls: []
1644
+ m_OnLastHoverExited:
1645
+ m_PersistentCalls:
1646
+ m_Calls: []
1647
+ m_OnHoverEntered:
1648
+ m_PersistentCalls:
1649
+ m_Calls: []
1650
+ m_OnHoverExited:
1651
+ m_PersistentCalls:
1652
+ m_Calls: []
1653
+ m_OnSelectEntered:
1654
+ m_PersistentCalls:
1655
+ m_Calls: []
1656
+ m_OnSelectExited:
1657
+ m_PersistentCalls:
1658
+ m_Calls: []
1659
+ m_OnSelectCanceled:
1660
+ m_PersistentCalls:
1661
+ m_Calls: []
1662
+ m_OnActivate:
1663
+ m_PersistentCalls:
1664
+ m_Calls: []
1665
+ m_OnDeactivate:
1666
+ m_PersistentCalls:
1667
+ m_Calls: []
1668
+ m_AttachTransform: {fileID: 8006317225467192389}
1669
+ m_AttachEaseInTime: 0.15
1670
+ m_MovementType: 1
1671
+ m_VelocityDamping: 1
1672
+ m_VelocityScale: 1
1673
+ m_AngularVelocityDamping: 1
1674
+ m_AngularVelocityScale: 1
1675
+ m_TrackPosition: 1
1676
+ m_SmoothPosition: 0
1677
+ m_SmoothPositionAmount: 5
1678
+ m_TightenPosition: 0.5
1679
+ m_TrackRotation: 1
1680
+ m_SmoothRotation: 0
1681
+ m_SmoothRotationAmount: 5
1682
+ m_TightenRotation: 0.5
1683
+ m_ThrowOnDetach: 1
1684
+ m_ThrowSmoothingDuration: 0.25
1685
+ m_ThrowSmoothingCurve:
1686
+ serializedVersion: 2
1687
+ m_Curve:
1688
+ - serializedVersion: 3
1689
+ time: 1
1690
+ value: 1
1691
+ inSlope: 0
1692
+ outSlope: 0
1693
+ tangentMode: 0
1694
+ weightedMode: 0
1695
+ inWeight: 0
1696
+ outWeight: 0
1697
+ m_PreInfinity: 2
1698
+ m_PostInfinity: 2
1699
+ m_RotationOrder: 4
1700
+ m_ThrowVelocityScale: 1.5
1701
+ m_ThrowAngularVelocityScale: 0.25
1702
+ m_ForceGravityOnDetach: 0
1703
+ m_RetainTransformParent: 1
1704
+ m_AttachPointCompatibilityMode: 0
1705
+ --- !u!65 &8005681265160113929
1706
+ BoxCollider:
1707
+ m_ObjectHideFlags: 0
1708
+ m_CorrespondingSourceObject: {fileID: 0}
1709
+ m_PrefabInstance: {fileID: 0}
1710
+ m_PrefabAsset: {fileID: 0}
1711
+ m_GameObject: {fileID: 8005681265160113932}
1712
+ m_Material: {fileID: 0}
1713
+ m_IsTrigger: 0
1714
+ m_Enabled: 1
1715
+ serializedVersion: 2
1716
+ m_Size: {x: 0.09000005, y: 0.286013, z: 0.25800952}
1717
+ m_Center: {x: 0.00000166893, y: 0.09300278, z: -0.0018100227}
1718
+ --- !u!1 &8005682610903726342
1719
+ GameObject:
1720
+ m_ObjectHideFlags: 0
1721
+ m_CorrespondingSourceObject: {fileID: 0}
1722
+ m_PrefabInstance: {fileID: 0}
1723
+ m_PrefabAsset: {fileID: 0}
1724
+ serializedVersion: 6
1725
+ m_Component:
1726
+ - component: {fileID: 8003820317959402082}
1727
+ - component: {fileID: 8026712876409815184}
1728
+ - component: {fileID: 8020399042697745072}
1729
+ m_Layer: 0
1730
+ m_Name: Bench Bottom
1731
+ m_TagString: Untagged
1732
+ m_Icon: {fileID: 0}
1733
+ m_NavMeshLayer: 0
1734
+ m_StaticEditorFlags: 4294967295
1735
+ m_IsActive: 1
1736
+ --- !u!4 &8003820317959402082
1737
+ Transform:
1738
+ m_ObjectHideFlags: 0
1739
+ m_CorrespondingSourceObject: {fileID: 0}
1740
+ m_PrefabInstance: {fileID: 0}
1741
+ m_PrefabAsset: {fileID: 0}
1742
+ m_GameObject: {fileID: 8005682610903726342}
1743
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1744
+ m_LocalPosition: {x: -0.01, y: -0.028999997, z: 0}
1745
+ m_LocalScale: {x: 1, y: 1, z: 1}
1746
+ m_Children: []
1747
+ m_Father: {fileID: 8001890984342120984}
1748
+ m_RootOrder: 0
1749
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1750
+ --- !u!33 &8026712876409815184
1751
+ MeshFilter:
1752
+ m_ObjectHideFlags: 0
1753
+ m_CorrespondingSourceObject: {fileID: 0}
1754
+ m_PrefabInstance: {fileID: 0}
1755
+ m_PrefabAsset: {fileID: 0}
1756
+ m_GameObject: {fileID: 8005682610903726342}
1757
+ m_Mesh: {fileID: 4300006, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
1758
+ --- !u!23 &8020399042697745072
1759
+ MeshRenderer:
1760
+ m_ObjectHideFlags: 0
1761
+ m_CorrespondingSourceObject: {fileID: 0}
1762
+ m_PrefabInstance: {fileID: 0}
1763
+ m_PrefabAsset: {fileID: 0}
1764
+ m_GameObject: {fileID: 8005682610903726342}
1765
+ m_Enabled: 1
1766
+ m_CastShadows: 1
1767
+ m_ReceiveShadows: 1
1768
+ m_DynamicOccludee: 1
1769
+ m_MotionVectors: 1
1770
+ m_LightProbeUsage: 1
1771
+ m_ReflectionProbeUsage: 1
1772
+ m_RayTracingMode: 2
1773
+ m_RenderingLayerMask: 4294967295
1774
+ m_RendererPriority: 0
1775
+ m_Materials:
1776
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
1777
+ m_StaticBatchInfo:
1778
+ firstSubMesh: 0
1779
+ subMeshCount: 0
1780
+ m_StaticBatchRoot: {fileID: 0}
1781
+ m_ProbeAnchor: {fileID: 0}
1782
+ m_LightProbeVolumeOverride: {fileID: 0}
1783
+ m_ScaleInLightmap: 1.5
1784
+ m_ReceiveGI: 1
1785
+ m_PreserveUVs: 0
1786
+ m_IgnoreNormalsForChartDetection: 0
1787
+ m_ImportantGI: 0
1788
+ m_StitchLightmapSeams: 0
1789
+ m_SelectedEditorRenderState: 3
1790
+ m_MinimumChartSize: 4
1791
+ m_AutoUVMaxDistance: 0.5
1792
+ m_AutoUVMaxAngle: 89
1793
+ m_LightmapParameters: {fileID: 0}
1794
+ m_SortingLayerID: 0
1795
+ m_SortingLayer: 0
1796
+ m_SortingOrder: 0
1797
+ --- !u!1 &8005726864091738210
1798
+ GameObject:
1799
+ m_ObjectHideFlags: 0
1800
+ m_CorrespondingSourceObject: {fileID: 0}
1801
+ m_PrefabInstance: {fileID: 0}
1802
+ m_PrefabAsset: {fileID: 0}
1803
+ serializedVersion: 6
1804
+ m_Component:
1805
+ - component: {fileID: 8002170684809809168}
1806
+ - component: {fileID: 8028752160890719780}
1807
+ - component: {fileID: 8020580469586965948}
1808
+ m_Layer: 0
1809
+ m_Name: Stud
1810
+ m_TagString: Untagged
1811
+ m_Icon: {fileID: 0}
1812
+ m_NavMeshLayer: 0
1813
+ m_StaticEditorFlags: 69
1814
+ m_IsActive: 1
1815
+ --- !u!4 &8002170684809809168
1816
+ Transform:
1817
+ m_ObjectHideFlags: 0
1818
+ m_CorrespondingSourceObject: {fileID: 0}
1819
+ m_PrefabInstance: {fileID: 0}
1820
+ m_PrefabAsset: {fileID: 0}
1821
+ m_GameObject: {fileID: 8005726864091738210}
1822
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1823
+ m_LocalPosition: {x: -0, y: 0.134, z: -0}
1824
+ m_LocalScale: {x: 1, y: 0.81246996, z: 1}
1825
+ m_Children: []
1826
+ m_Father: {fileID: 8001893384504979802}
1827
+ m_RootOrder: 0
1828
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1829
+ --- !u!33 &8028752160890719780
1830
+ MeshFilter:
1831
+ m_ObjectHideFlags: 0
1832
+ m_CorrespondingSourceObject: {fileID: 0}
1833
+ m_PrefabInstance: {fileID: 0}
1834
+ m_PrefabAsset: {fileID: 0}
1835
+ m_GameObject: {fileID: 8005726864091738210}
1836
+ m_Mesh: {fileID: 4300000, guid: 34624edaccd9d704a95ed404d919b492, type: 3}
1837
+ --- !u!23 &8020580469586965948
1838
+ MeshRenderer:
1839
+ m_ObjectHideFlags: 0
1840
+ m_CorrespondingSourceObject: {fileID: 0}
1841
+ m_PrefabInstance: {fileID: 0}
1842
+ m_PrefabAsset: {fileID: 0}
1843
+ m_GameObject: {fileID: 8005726864091738210}
1844
+ m_Enabled: 1
1845
+ m_CastShadows: 1
1846
+ m_ReceiveShadows: 1
1847
+ m_DynamicOccludee: 1
1848
+ m_MotionVectors: 1
1849
+ m_LightProbeUsage: 1
1850
+ m_ReflectionProbeUsage: 1
1851
+ m_RayTracingMode: 2
1852
+ m_RenderingLayerMask: 4294967295
1853
+ m_RendererPriority: 0
1854
+ m_Materials:
1855
+ - {fileID: 2100000, guid: 027cb3d3d7dc79d41ad763e01759de07, type: 2}
1856
+ m_StaticBatchInfo:
1857
+ firstSubMesh: 0
1858
+ subMeshCount: 0
1859
+ m_StaticBatchRoot: {fileID: 0}
1860
+ m_ProbeAnchor: {fileID: 0}
1861
+ m_LightProbeVolumeOverride: {fileID: 0}
1862
+ m_ScaleInLightmap: 1.8
1863
+ m_ReceiveGI: 1
1864
+ m_PreserveUVs: 0
1865
+ m_IgnoreNormalsForChartDetection: 0
1866
+ m_ImportantGI: 0
1867
+ m_StitchLightmapSeams: 0
1868
+ m_SelectedEditorRenderState: 3
1869
+ m_MinimumChartSize: 4
1870
+ m_AutoUVMaxDistance: 0.5
1871
+ m_AutoUVMaxAngle: 89
1872
+ m_LightmapParameters: {fileID: 0}
1873
+ m_SortingLayerID: 0
1874
+ m_SortingLayer: 0
1875
+ m_SortingOrder: 0
1876
+ --- !u!1 &8005828670097250988
1877
+ GameObject:
1878
+ m_ObjectHideFlags: 0
1879
+ m_CorrespondingSourceObject: {fileID: 0}
1880
+ m_PrefabInstance: {fileID: 0}
1881
+ m_PrefabAsset: {fileID: 0}
1882
+ serializedVersion: 6
1883
+ m_Component:
1884
+ - component: {fileID: 8001890984342120984}
1885
+ m_Layer: 0
1886
+ m_Name: Workbench(Clone)
1887
+ m_TagString: Untagged
1888
+ m_Icon: {fileID: 0}
1889
+ m_NavMeshLayer: 0
1890
+ m_StaticEditorFlags: 4294967295
1891
+ m_IsActive: 1
1892
+ --- !u!4 &8001890984342120984
1893
+ Transform:
1894
+ m_ObjectHideFlags: 0
1895
+ m_CorrespondingSourceObject: {fileID: 0}
1896
+ m_PrefabInstance: {fileID: 0}
1897
+ m_PrefabAsset: {fileID: 0}
1898
+ m_GameObject: {fileID: 8005828670097250988}
1899
+ m_LocalRotation: {x: -0, y: 0.35098988, z: -0, w: 0.9363793}
1900
+ m_LocalPosition: {x: -1.062, y: 0.38, z: 2.714}
1901
+ m_LocalScale: {x: 1, y: 1, z: 1}
1902
+ m_Children:
1903
+ - {fileID: 8003820317959402082}
1904
+ - {fileID: 8002210251479904042}
1905
+ - {fileID: 8003899270828594992}
1906
+ - {fileID: 8003737561513406270}
1907
+ - {fileID: 8002217113015987242}
1908
+ m_Father: {fileID: 8003574164638899200}
1909
+ m_RootOrder: 0
1910
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1911
+ --- !u!1 &8005858697723116978
1912
+ GameObject:
1913
+ m_ObjectHideFlags: 0
1914
+ m_CorrespondingSourceObject: {fileID: 0}
1915
+ m_PrefabInstance: {fileID: 0}
1916
+ m_PrefabAsset: {fileID: 0}
1917
+ serializedVersion: 6
1918
+ m_Component:
1919
+ - component: {fileID: 8002245981538536900}
1920
+ - component: {fileID: 8026586785447374192}
1921
+ - component: {fileID: 8020694931950290164}
1922
+ m_Layer: 0
1923
+ m_Name: Magnetic Level
1924
+ m_TagString: Untagged
1925
+ m_Icon: {fileID: 0}
1926
+ m_NavMeshLayer: 0
1927
+ m_StaticEditorFlags: 4
1928
+ m_IsActive: 1
1929
+ --- !u!4 &8002245981538536900
1930
+ Transform:
1931
+ m_ObjectHideFlags: 0
1932
+ m_CorrespondingSourceObject: {fileID: 0}
1933
+ m_PrefabInstance: {fileID: 0}
1934
+ m_PrefabAsset: {fileID: 0}
1935
+ m_GameObject: {fileID: 8005858697723116978}
1936
+ m_LocalRotation: {x: -0, y: 0.88803345, z: -0, w: 0.45977888}
1937
+ m_LocalPosition: {x: -1.0103374, y: 0.3817, z: 2.6673462}
1938
+ m_LocalScale: {x: 1, y: 1, z: 1}
1939
+ m_Children: []
1940
+ m_Father: {fileID: 8003574164638899200}
1941
+ m_RootOrder: 7
1942
+ m_LocalEulerAnglesHint: {x: 0, y: 84.159004, z: 0}
1943
+ --- !u!33 &8026586785447374192
1944
+ MeshFilter:
1945
+ m_ObjectHideFlags: 0
1946
+ m_CorrespondingSourceObject: {fileID: 0}
1947
+ m_PrefabInstance: {fileID: 0}
1948
+ m_PrefabAsset: {fileID: 0}
1949
+ m_GameObject: {fileID: 8005858697723116978}
1950
+ m_Mesh: {fileID: 4300000, guid: bae110eee250e4b418b188f4ae4e3170, type: 3}
1951
+ --- !u!23 &8020694931950290164
1952
+ MeshRenderer:
1953
+ m_ObjectHideFlags: 0
1954
+ m_CorrespondingSourceObject: {fileID: 0}
1955
+ m_PrefabInstance: {fileID: 0}
1956
+ m_PrefabAsset: {fileID: 0}
1957
+ m_GameObject: {fileID: 8005858697723116978}
1958
+ m_Enabled: 1
1959
+ m_CastShadows: 1
1960
+ m_ReceiveShadows: 1
1961
+ m_DynamicOccludee: 1
1962
+ m_MotionVectors: 1
1963
+ m_LightProbeUsage: 1
1964
+ m_ReflectionProbeUsage: 1
1965
+ m_RayTracingMode: 2
1966
+ m_RenderingLayerMask: 4294967295
1967
+ m_RendererPriority: 0
1968
+ m_Materials:
1969
+ - {fileID: 2100000, guid: e745492728544aa488aa0429b6068e71, type: 2}
1970
+ - {fileID: 2100000, guid: cd71291c91c8cce499cb663b5db9970e, type: 2}
1971
+ - {fileID: 2100000, guid: 4dad30bbe2213eb4d8312f7bb6190866, type: 2}
1972
+ - {fileID: 2100000, guid: c532880e607f8c84d8b9bf0c46a522ad, type: 2}
1973
+ m_StaticBatchInfo:
1974
+ firstSubMesh: 0
1975
+ subMeshCount: 0
1976
+ m_StaticBatchRoot: {fileID: 0}
1977
+ m_ProbeAnchor: {fileID: 0}
1978
+ m_LightProbeVolumeOverride: {fileID: 0}
1979
+ m_ScaleInLightmap: 1
1980
+ m_ReceiveGI: 1
1981
+ m_PreserveUVs: 0
1982
+ m_IgnoreNormalsForChartDetection: 0
1983
+ m_ImportantGI: 0
1984
+ m_StitchLightmapSeams: 0
1985
+ m_SelectedEditorRenderState: 3
1986
+ m_MinimumChartSize: 4
1987
+ m_AutoUVMaxDistance: 0.5
1988
+ m_AutoUVMaxAngle: 89
1989
+ m_LightmapParameters: {fileID: 0}
1990
+ m_SortingLayerID: 0
1991
+ m_SortingLayer: 0
1992
+ m_SortingOrder: 0
1993
+ --- !u!1 &8005924795862509202
1994
+ GameObject:
1995
+ m_ObjectHideFlags: 0
1996
+ m_CorrespondingSourceObject: {fileID: 0}
1997
+ m_PrefabInstance: {fileID: 0}
1998
+ m_PrefabAsset: {fileID: 0}
1999
+ serializedVersion: 6
2000
+ m_Component:
2001
+ - component: {fileID: 8003574164638899200}
2002
+ - component: {fileID: 7910453319265975120}
2003
+ m_Layer: 0
2004
+ m_Name: Workbench
2005
+ m_TagString: Untagged
2006
+ m_Icon: {fileID: 0}
2007
+ m_NavMeshLayer: 0
2008
+ m_StaticEditorFlags: 0
2009
+ m_IsActive: 1
2010
+ --- !u!4 &8003574164638899200
2011
+ Transform:
2012
+ m_ObjectHideFlags: 0
2013
+ m_CorrespondingSourceObject: {fileID: 0}
2014
+ m_PrefabInstance: {fileID: 0}
2015
+ m_PrefabAsset: {fileID: 0}
2016
+ m_GameObject: {fileID: 8005924795862509202}
2017
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2018
+ m_LocalPosition: {x: -1.655252, y: -0.30264044, z: -1.0033283}
2019
+ m_LocalScale: {x: 1, y: 1, z: 1}
2020
+ m_Children:
2021
+ - {fileID: 8001890984342120984}
2022
+ - {fileID: 8002204671267967022}
2023
+ - {fileID: 8001893384504979802}
2024
+ - {fileID: 8006317223835190511}
2025
+ - {fileID: 8002061353046062514}
2026
+ - {fileID: 8003721786502703184}
2027
+ - {fileID: 8003580600237712442}
2028
+ - {fileID: 8002245981538536900}
2029
+ - {fileID: 8003952764883773852}
2030
+ - {fileID: 8006317224361400807}
2031
+ - {fileID: 8006317223891522403}
2032
+ m_Father: {fileID: 8001974719829766718}
2033
+ m_RootOrder: 2
2034
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2035
+ --- !u!205 &7910453319265975120
2036
+ LODGroup:
2037
+ m_ObjectHideFlags: 0
2038
+ m_CorrespondingSourceObject: {fileID: 0}
2039
+ m_PrefabInstance: {fileID: 0}
2040
+ m_PrefabAsset: {fileID: 0}
2041
+ m_GameObject: {fileID: 8005924795862509202}
2042
+ serializedVersion: 2
2043
+ m_LocalReferencePoint: {x: -1.0637363, y: 0.3796802, z: 2.715024}
2044
+ m_Size: 1.005661
2045
+ m_FadeMode: 0
2046
+ m_AnimateCrossFading: 0
2047
+ m_LastLODIsBillboard: 0
2048
+ m_LODs:
2049
+ - screenRelativeHeight: 0.39972383
2050
+ fadeTransitionWidth: 0
2051
+ renderers:
2052
+ - renderer: {fileID: 8020399042697745072}
2053
+ - renderer: {fileID: 8018942574170670326}
2054
+ - renderer: {fileID: 8020622635254296742}
2055
+ - renderer: {fileID: 8020427896996912492}
2056
+ - renderer: {fileID: 8020496108336024908}
2057
+ - screenRelativeHeight: 0.023324551
2058
+ fadeTransitionWidth: 0
2059
+ renderers:
2060
+ - renderer: {fileID: 8020431093607304908}
2061
+ - renderer: {fileID: 8018879538135155098}
2062
+ - renderer: {fileID: 8020823709219176790}
2063
+ - renderer: {fileID: 8020716391824518878}
2064
+ - renderer: {fileID: 8018798924567713612}
2065
+ m_Enabled: 1
2066
+ --- !u!1 &8005937569900268810
2067
+ GameObject:
2068
+ m_ObjectHideFlags: 0
2069
+ m_CorrespondingSourceObject: {fileID: 0}
2070
+ m_PrefabInstance: {fileID: 0}
2071
+ m_PrefabAsset: {fileID: 0}
2072
+ serializedVersion: 6
2073
+ m_Component:
2074
+ - component: {fileID: 8001925317782960634}
2075
+ - component: {fileID: 8026746627167735952}
2076
+ - component: {fileID: 8020452950222830684}
2077
+ m_Layer: 0
2078
+ m_Name: Legs_Low
2079
+ m_TagString: Untagged
2080
+ m_Icon: {fileID: 0}
2081
+ m_NavMeshLayer: 0
2082
+ m_StaticEditorFlags: 4294967295
2083
+ m_IsActive: 1
2084
+ --- !u!4 &8001925317782960634
2085
+ Transform:
2086
+ m_ObjectHideFlags: 0
2087
+ m_CorrespondingSourceObject: {fileID: 0}
2088
+ m_PrefabInstance: {fileID: 0}
2089
+ m_PrefabAsset: {fileID: 0}
2090
+ m_GameObject: {fileID: 8005937569900268810}
2091
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
2092
+ m_LocalPosition: {x: -0.122490555, y: 0.63087094, z: 0}
2093
+ m_LocalScale: {x: 1, y: 1, z: 1}
2094
+ m_Children: []
2095
+ m_Father: {fileID: 8003676518516922266}
2096
+ m_RootOrder: 0
2097
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2098
+ --- !u!33 &8026746627167735952
2099
+ MeshFilter:
2100
+ m_ObjectHideFlags: 0
2101
+ m_CorrespondingSourceObject: {fileID: 0}
2102
+ m_PrefabInstance: {fileID: 0}
2103
+ m_PrefabAsset: {fileID: 0}
2104
+ m_GameObject: {fileID: 8005937569900268810}
2105
+ m_Mesh: {fileID: 4300000, guid: e3ae06a3979f53046aa05330d69de1fa, type: 3}
2106
+ --- !u!23 &8020452950222830684
2107
+ MeshRenderer:
2108
+ m_ObjectHideFlags: 0
2109
+ m_CorrespondingSourceObject: {fileID: 0}
2110
+ m_PrefabInstance: {fileID: 0}
2111
+ m_PrefabAsset: {fileID: 0}
2112
+ m_GameObject: {fileID: 8005937569900268810}
2113
+ m_Enabled: 1
2114
+ m_CastShadows: 1
2115
+ m_ReceiveShadows: 1
2116
+ m_DynamicOccludee: 1
2117
+ m_MotionVectors: 1
2118
+ m_LightProbeUsage: 1
2119
+ m_ReflectionProbeUsage: 1
2120
+ m_RayTracingMode: 2
2121
+ m_RenderingLayerMask: 4294967295
2122
+ m_RendererPriority: 0
2123
+ m_Materials:
2124
+ - {fileID: 2100000, guid: 49076442eeb7e054b8e8869f8b40656d, type: 2}
2125
+ m_StaticBatchInfo:
2126
+ firstSubMesh: 0
2127
+ subMeshCount: 0
2128
+ m_StaticBatchRoot: {fileID: 0}
2129
+ m_ProbeAnchor: {fileID: 0}
2130
+ m_LightProbeVolumeOverride: {fileID: 0}
2131
+ m_ScaleInLightmap: 1
2132
+ m_ReceiveGI: 1
2133
+ m_PreserveUVs: 0
2134
+ m_IgnoreNormalsForChartDetection: 0
2135
+ m_ImportantGI: 0
2136
+ m_StitchLightmapSeams: 0
2137
+ m_SelectedEditorRenderState: 3
2138
+ m_MinimumChartSize: 4
2139
+ m_AutoUVMaxDistance: 0.5
2140
+ m_AutoUVMaxAngle: 89
2141
+ m_LightmapParameters: {fileID: 0}
2142
+ m_SortingLayerID: 0
2143
+ m_SortingLayer: 0
2144
+ m_SortingOrder: 0
2145
+ --- !u!1 &8005943369016813182
2146
+ GameObject:
2147
+ m_ObjectHideFlags: 0
2148
+ m_CorrespondingSourceObject: {fileID: 0}
2149
+ m_PrefabInstance: {fileID: 0}
2150
+ m_PrefabAsset: {fileID: 0}
2151
+ serializedVersion: 6
2152
+ m_Component:
2153
+ - component: {fileID: 8004006825769438744}
2154
+ - component: {fileID: 8028277739323173066}
2155
+ - component: {fileID: 8018738249159020658}
2156
+ m_Layer: 0
2157
+ m_Name: Paint 5G Bucket
2158
+ m_TagString: Untagged
2159
+ m_Icon: {fileID: 0}
2160
+ m_NavMeshLayer: 0
2161
+ m_StaticEditorFlags: 64
2162
+ m_IsActive: 1
2163
+ --- !u!4 &8004006825769438744
2164
+ Transform:
2165
+ m_ObjectHideFlags: 0
2166
+ m_CorrespondingSourceObject: {fileID: 0}
2167
+ m_PrefabInstance: {fileID: 0}
2168
+ m_PrefabAsset: {fileID: 0}
2169
+ m_GameObject: {fileID: 8005943369016813182}
2170
+ m_LocalRotation: {x: -0, y: 0.3793187, z: -0, w: 0.92526615}
2171
+ m_LocalPosition: {x: -0, y: 0, z: 0}
2172
+ m_LocalScale: {x: 1, y: 1, z: 1}
2173
+ m_Children: []
2174
+ m_Father: {fileID: 8003923067029395752}
2175
+ m_RootOrder: 2
2176
+ m_LocalEulerAnglesHint: {x: 0, y: 44.583004, z: 0}
2177
+ --- !u!33 &8028277739323173066
2178
+ MeshFilter:
2179
+ m_ObjectHideFlags: 0
2180
+ m_CorrespondingSourceObject: {fileID: 0}
2181
+ m_PrefabInstance: {fileID: 0}
2182
+ m_PrefabAsset: {fileID: 0}
2183
+ m_GameObject: {fileID: 8005943369016813182}
2184
+ m_Mesh: {fileID: 4300000, guid: b451a052397f03c4f8a04d915d1c0492, type: 3}
2185
+ --- !u!23 &8018738249159020658
2186
+ MeshRenderer:
2187
+ m_ObjectHideFlags: 0
2188
+ m_CorrespondingSourceObject: {fileID: 0}
2189
+ m_PrefabInstance: {fileID: 0}
2190
+ m_PrefabAsset: {fileID: 0}
2191
+ m_GameObject: {fileID: 8005943369016813182}
2192
+ m_Enabled: 1
2193
+ m_CastShadows: 2
2194
+ m_ReceiveShadows: 1
2195
+ m_DynamicOccludee: 1
2196
+ m_MotionVectors: 1
2197
+ m_LightProbeUsage: 1
2198
+ m_ReflectionProbeUsage: 1
2199
+ m_RayTracingMode: 2
2200
+ m_RenderingLayerMask: 4294967295
2201
+ m_RendererPriority: 0
2202
+ m_Materials:
2203
+ - {fileID: 2100000, guid: 6cfe423139c361a459da7ed9831d4b1c, type: 2}
2204
+ - {fileID: 2100000, guid: 3da4aad06945bbf4baf801c2aacbc01e, type: 2}
2205
+ - {fileID: 2100000, guid: a0427cf339e5891468d5f2b433b2d44a, type: 2}
2206
+ m_StaticBatchInfo:
2207
+ firstSubMesh: 0
2208
+ subMeshCount: 0
2209
+ m_StaticBatchRoot: {fileID: 0}
2210
+ m_ProbeAnchor: {fileID: 0}
2211
+ m_LightProbeVolumeOverride: {fileID: 0}
2212
+ m_ScaleInLightmap: 1
2213
+ m_ReceiveGI: 1
2214
+ m_PreserveUVs: 0
2215
+ m_IgnoreNormalsForChartDetection: 0
2216
+ m_ImportantGI: 0
2217
+ m_StitchLightmapSeams: 0
2218
+ m_SelectedEditorRenderState: 3
2219
+ m_MinimumChartSize: 4
2220
+ m_AutoUVMaxDistance: 0.5
2221
+ m_AutoUVMaxAngle: 89
2222
+ m_LightmapParameters: {fileID: 0}
2223
+ m_SortingLayerID: 0
2224
+ m_SortingLayer: 0
2225
+ m_SortingOrder: 0
2226
+ --- !u!1 &8005960400326929810
2227
+ GameObject:
2228
+ m_ObjectHideFlags: 0
2229
+ m_CorrespondingSourceObject: {fileID: 0}
2230
+ m_PrefabInstance: {fileID: 0}
2231
+ m_PrefabAsset: {fileID: 0}
2232
+ serializedVersion: 6
2233
+ m_Component:
2234
+ - component: {fileID: 8001828229785738794}
2235
+ - component: {fileID: 8028523805230527638}
2236
+ - component: {fileID: 8020333481272095506}
2237
+ m_Layer: 0
2238
+ m_Name: Light_Bulbs_low
2239
+ m_TagString: Untagged
2240
+ m_Icon: {fileID: 0}
2241
+ m_NavMeshLayer: 0
2242
+ m_StaticEditorFlags: 4294967295
2243
+ m_IsActive: 1
2244
+ --- !u!4 &8001828229785738794
2245
+ Transform:
2246
+ m_ObjectHideFlags: 0
2247
+ m_CorrespondingSourceObject: {fileID: 0}
2248
+ m_PrefabInstance: {fileID: 0}
2249
+ m_PrefabAsset: {fileID: 0}
2250
+ m_GameObject: {fileID: 8005960400326929810}
2251
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
2252
+ m_LocalPosition: {x: -0.016346056, y: 1.4711778, z: 0}
2253
+ m_LocalScale: {x: 1, y: 1, z: 1}
2254
+ m_Children: []
2255
+ m_Father: {fileID: 8003676518516922266}
2256
+ m_RootOrder: 1
2257
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2258
+ --- !u!33 &8028523805230527638
2259
+ MeshFilter:
2260
+ m_ObjectHideFlags: 0
2261
+ m_CorrespondingSourceObject: {fileID: 0}
2262
+ m_PrefabInstance: {fileID: 0}
2263
+ m_PrefabAsset: {fileID: 0}
2264
+ m_GameObject: {fileID: 8005960400326929810}
2265
+ m_Mesh: {fileID: 4300004, guid: e3ae06a3979f53046aa05330d69de1fa, type: 3}
2266
+ --- !u!23 &8020333481272095506
2267
+ MeshRenderer:
2268
+ m_ObjectHideFlags: 0
2269
+ m_CorrespondingSourceObject: {fileID: 0}
2270
+ m_PrefabInstance: {fileID: 0}
2271
+ m_PrefabAsset: {fileID: 0}
2272
+ m_GameObject: {fileID: 8005960400326929810}
2273
+ m_Enabled: 1
2274
+ m_CastShadows: 1
2275
+ m_ReceiveShadows: 1
2276
+ m_DynamicOccludee: 1
2277
+ m_MotionVectors: 1
2278
+ m_LightProbeUsage: 1
2279
+ m_ReflectionProbeUsage: 1
2280
+ m_RayTracingMode: 2
2281
+ m_RenderingLayerMask: 4294967295
2282
+ m_RendererPriority: 0
2283
+ m_Materials:
2284
+ - {fileID: 2100000, guid: ec739259ec61f5d4ba3ed6d34fd802a6, type: 2}
2285
+ m_StaticBatchInfo:
2286
+ firstSubMesh: 0
2287
+ subMeshCount: 0
2288
+ m_StaticBatchRoot: {fileID: 0}
2289
+ m_ProbeAnchor: {fileID: 0}
2290
+ m_LightProbeVolumeOverride: {fileID: 0}
2291
+ m_ScaleInLightmap: 1
2292
+ m_ReceiveGI: 1
2293
+ m_PreserveUVs: 0
2294
+ m_IgnoreNormalsForChartDetection: 0
2295
+ m_ImportantGI: 0
2296
+ m_StitchLightmapSeams: 0
2297
+ m_SelectedEditorRenderState: 3
2298
+ m_MinimumChartSize: 4
2299
+ m_AutoUVMaxDistance: 0.5
2300
+ m_AutoUVMaxAngle: 89
2301
+ m_LightmapParameters: {fileID: 0}
2302
+ m_SortingLayerID: 0
2303
+ m_SortingLayer: 0
2304
+ m_SortingOrder: 0
2305
+ --- !u!1 &8006317223784103696
2306
+ GameObject:
2307
+ m_ObjectHideFlags: 0
2308
+ m_CorrespondingSourceObject: {fileID: 0}
2309
+ m_PrefabInstance: {fileID: 0}
2310
+ m_PrefabAsset: {fileID: 0}
2311
+ serializedVersion: 6
2312
+ m_Component:
2313
+ - component: {fileID: 8006317223784103727}
2314
+ m_Layer: 0
2315
+ m_Name: SocketTransform
2316
+ m_TagString: Untagged
2317
+ m_Icon: {fileID: 0}
2318
+ m_NavMeshLayer: 0
2319
+ m_StaticEditorFlags: 0
2320
+ m_IsActive: 1
2321
+ --- !u!4 &8006317223784103727
2322
+ Transform:
2323
+ m_ObjectHideFlags: 0
2324
+ m_CorrespondingSourceObject: {fileID: 0}
2325
+ m_PrefabInstance: {fileID: 0}
2326
+ m_PrefabAsset: {fileID: 0}
2327
+ m_GameObject: {fileID: 8006317223784103696}
2328
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2329
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2330
+ m_LocalScale: {x: 1, y: 1, z: 1}
2331
+ m_Children: []
2332
+ m_Father: {fileID: 8006317223891522403}
2333
+ m_RootOrder: 0
2334
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2335
+ --- !u!1 &8006317223835190480
2336
+ GameObject:
2337
+ m_ObjectHideFlags: 0
2338
+ m_CorrespondingSourceObject: {fileID: 0}
2339
+ m_PrefabInstance: {fileID: 0}
2340
+ m_PrefabAsset: {fileID: 0}
2341
+ serializedVersion: 6
2342
+ m_Component:
2343
+ - component: {fileID: 8006317223835190511}
2344
+ - component: {fileID: 8006317223835190510}
2345
+ - component: {fileID: 8006317223835190509}
2346
+ m_Layer: 0
2347
+ m_Name: JigSawSocket
2348
+ m_TagString: Untagged
2349
+ m_Icon: {fileID: 0}
2350
+ m_NavMeshLayer: 0
2351
+ m_StaticEditorFlags: 0
2352
+ m_IsActive: 1
2353
+ --- !u!4 &8006317223835190511
2354
+ Transform:
2355
+ m_ObjectHideFlags: 0
2356
+ m_CorrespondingSourceObject: {fileID: 0}
2357
+ m_PrefabInstance: {fileID: 0}
2358
+ m_PrefabAsset: {fileID: 0}
2359
+ m_GameObject: {fileID: 8006317223835190480}
2360
+ m_LocalRotation: {x: -0, y: -0.90182185, z: -0, w: 0.43210799}
2361
+ m_LocalPosition: {x: -1.3864834, y: 0.7602, z: 2.5419142}
2362
+ m_LocalScale: {x: 1, y: 1, z: 1}
2363
+ m_Children:
2364
+ - {fileID: 8006317224513295710}
2365
+ m_Father: {fileID: 8003574164638899200}
2366
+ m_RootOrder: 3
2367
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2368
+ --- !u!114 &8006317223835190510
2369
+ MonoBehaviour:
2370
+ m_ObjectHideFlags: 0
2371
+ m_CorrespondingSourceObject: {fileID: 0}
2372
+ m_PrefabInstance: {fileID: 0}
2373
+ m_PrefabAsset: {fileID: 0}
2374
+ m_GameObject: {fileID: 8006317223835190480}
2375
+ m_Enabled: 1
2376
+ m_EditorHideFlags: 0
2377
+ m_Script: {fileID: 11500000, guid: 60523e0647cc6ab43acc73cb266a32a7, type: 3}
2378
+ m_Name:
2379
+ m_EditorClassIdentifier:
2380
+ m_InteractionManager: {fileID: 0}
2381
+ m_InteractionLayerMask:
2382
+ serializedVersion: 2
2383
+ m_Bits: 4294967295
2384
+ m_InteractionLayers:
2385
+ m_Bits: 4294967295
2386
+ m_AttachTransform: {fileID: 8006317224513295710}
2387
+ m_StartingSelectedInteractable: {fileID: 8005681265160113931}
2388
+ m_HoverEntered:
2389
+ m_PersistentCalls:
2390
+ m_Calls: []
2391
+ m_HoverExited:
2392
+ m_PersistentCalls:
2393
+ m_Calls: []
2394
+ m_SelectEntered:
2395
+ m_PersistentCalls:
2396
+ m_Calls: []
2397
+ m_SelectExited:
2398
+ m_PersistentCalls:
2399
+ m_Calls: []
2400
+ m_OnHoverEntered:
2401
+ m_PersistentCalls:
2402
+ m_Calls: []
2403
+ m_OnHoverExited:
2404
+ m_PersistentCalls:
2405
+ m_Calls: []
2406
+ m_OnSelectEntered:
2407
+ m_PersistentCalls:
2408
+ m_Calls: []
2409
+ m_OnSelectExited:
2410
+ m_PersistentCalls:
2411
+ m_Calls: []
2412
+ m_ShowInteractableHoverMeshes: 1
2413
+ m_InteractableHoverMeshMaterial: {fileID: 2100000, guid: 54de44d5fc42e9945ad25d9adbed58aa,
2414
+ type: 2}
2415
+ m_InteractableCantHoverMeshMaterial: {fileID: 0}
2416
+ m_SocketActive: 1
2417
+ m_InteractableHoverScale: 1
2418
+ m_RecycleDelayTime: 1
2419
+ --- !u!135 &8006317223835190509
2420
+ SphereCollider:
2421
+ m_ObjectHideFlags: 0
2422
+ m_CorrespondingSourceObject: {fileID: 0}
2423
+ m_PrefabInstance: {fileID: 0}
2424
+ m_PrefabAsset: {fileID: 0}
2425
+ m_GameObject: {fileID: 8006317223835190480}
2426
+ m_Material: {fileID: 0}
2427
+ m_IsTrigger: 1
2428
+ m_Enabled: 1
2429
+ serializedVersion: 2
2430
+ m_Radius: 0.14
2431
+ m_Center: {x: 0, y: 0, z: 0}
2432
+ --- !u!1 &8006317223891522404
2433
+ GameObject:
2434
+ m_ObjectHideFlags: 0
2435
+ m_CorrespondingSourceObject: {fileID: 0}
2436
+ m_PrefabInstance: {fileID: 0}
2437
+ m_PrefabAsset: {fileID: 0}
2438
+ serializedVersion: 6
2439
+ m_Component:
2440
+ - component: {fileID: 8006317223891522403}
2441
+ - component: {fileID: 8006317223891522401}
2442
+ - component: {fileID: 8006317223891522402}
2443
+ m_Layer: 0
2444
+ m_Name: HammerSocket
2445
+ m_TagString: Untagged
2446
+ m_Icon: {fileID: 0}
2447
+ m_NavMeshLayer: 0
2448
+ m_StaticEditorFlags: 0
2449
+ m_IsActive: 1
2450
+ --- !u!4 &8006317223891522403
2451
+ Transform:
2452
+ m_ObjectHideFlags: 0
2453
+ m_CorrespondingSourceObject: {fileID: 0}
2454
+ m_PrefabInstance: {fileID: 0}
2455
+ m_PrefabAsset: {fileID: 0}
2456
+ m_GameObject: {fileID: 8006317223891522404}
2457
+ m_LocalRotation: {x: -0.43659875, y: -0.54278153, z: 0.59818673, w: -0.39615977}
2458
+ m_LocalPosition: {x: -1.144, y: 0.4, z: 2.787}
2459
+ m_LocalScale: {x: 1, y: 1, z: 1}
2460
+ m_Children:
2461
+ - {fileID: 8006317223784103727}
2462
+ m_Father: {fileID: 8003574164638899200}
2463
+ m_RootOrder: 10
2464
+ m_LocalEulerAnglesHint: {x: 95.56, y: -252.249, z: 0}
2465
+ --- !u!114 &8006317223891522401
2466
+ MonoBehaviour:
2467
+ m_ObjectHideFlags: 0
2468
+ m_CorrespondingSourceObject: {fileID: 0}
2469
+ m_PrefabInstance: {fileID: 0}
2470
+ m_PrefabAsset: {fileID: 0}
2471
+ m_GameObject: {fileID: 8006317223891522404}
2472
+ m_Enabled: 1
2473
+ m_EditorHideFlags: 0
2474
+ m_Script: {fileID: 11500000, guid: 60523e0647cc6ab43acc73cb266a32a7, type: 3}
2475
+ m_Name:
2476
+ m_EditorClassIdentifier:
2477
+ m_InteractionManager: {fileID: 0}
2478
+ m_InteractionLayerMask:
2479
+ serializedVersion: 2
2480
+ m_Bits: 4294967295
2481
+ m_InteractionLayers:
2482
+ m_Bits: 4294967295
2483
+ m_AttachTransform: {fileID: 8006317223784103727}
2484
+ m_StartingSelectedInteractable: {fileID: 8005530495556243067}
2485
+ m_HoverEntered:
2486
+ m_PersistentCalls:
2487
+ m_Calls: []
2488
+ m_HoverExited:
2489
+ m_PersistentCalls:
2490
+ m_Calls: []
2491
+ m_SelectEntered:
2492
+ m_PersistentCalls:
2493
+ m_Calls: []
2494
+ m_SelectExited:
2495
+ m_PersistentCalls:
2496
+ m_Calls: []
2497
+ m_OnHoverEntered:
2498
+ m_PersistentCalls:
2499
+ m_Calls: []
2500
+ m_OnHoverExited:
2501
+ m_PersistentCalls:
2502
+ m_Calls: []
2503
+ m_OnSelectEntered:
2504
+ m_PersistentCalls:
2505
+ m_Calls: []
2506
+ m_OnSelectExited:
2507
+ m_PersistentCalls:
2508
+ m_Calls: []
2509
+ m_ShowInteractableHoverMeshes: 1
2510
+ m_InteractableHoverMeshMaterial: {fileID: 2100000, guid: 54de44d5fc42e9945ad25d9adbed58aa,
2511
+ type: 2}
2512
+ m_InteractableCantHoverMeshMaterial: {fileID: 0}
2513
+ m_SocketActive: 1
2514
+ m_InteractableHoverScale: 1
2515
+ m_RecycleDelayTime: 1
2516
+ --- !u!135 &8006317223891522402
2517
+ SphereCollider:
2518
+ m_ObjectHideFlags: 0
2519
+ m_CorrespondingSourceObject: {fileID: 0}
2520
+ m_PrefabInstance: {fileID: 0}
2521
+ m_PrefabAsset: {fileID: 0}
2522
+ m_GameObject: {fileID: 8006317223891522404}
2523
+ m_Material: {fileID: 0}
2524
+ m_IsTrigger: 1
2525
+ m_Enabled: 1
2526
+ serializedVersion: 2
2527
+ m_Radius: 0.14
2528
+ m_Center: {x: 0, y: 0, z: 0}
2529
+ --- !u!1 &8006317224361400808
2530
+ GameObject:
2531
+ m_ObjectHideFlags: 0
2532
+ m_CorrespondingSourceObject: {fileID: 0}
2533
+ m_PrefabInstance: {fileID: 0}
2534
+ m_PrefabAsset: {fileID: 0}
2535
+ serializedVersion: 6
2536
+ m_Component:
2537
+ - component: {fileID: 8006317224361400807}
2538
+ - component: {fileID: 8006317224361400805}
2539
+ - component: {fileID: 8006317224361400806}
2540
+ m_Layer: 0
2541
+ m_Name: HatSocket
2542
+ m_TagString: Untagged
2543
+ m_Icon: {fileID: 0}
2544
+ m_NavMeshLayer: 0
2545
+ m_StaticEditorFlags: 0
2546
+ m_IsActive: 1
2547
+ --- !u!4 &8006317224361400807
2548
+ Transform:
2549
+ m_ObjectHideFlags: 0
2550
+ m_CorrespondingSourceObject: {fileID: 0}
2551
+ m_PrefabInstance: {fileID: 0}
2552
+ m_PrefabAsset: {fileID: 0}
2553
+ m_GameObject: {fileID: 8006317224361400808}
2554
+ m_LocalRotation: {x: -0, y: -0.90182185, z: -0, w: 0.43210799}
2555
+ m_LocalPosition: {x: -1.095, y: 0.82, z: 2.776}
2556
+ m_LocalScale: {x: 1, y: 1, z: 1}
2557
+ m_Children:
2558
+ - {fileID: 8006317224765776776}
2559
+ m_Father: {fileID: 8003574164638899200}
2560
+ m_RootOrder: 9
2561
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2562
+ --- !u!114 &8006317224361400805
2563
+ MonoBehaviour:
2564
+ m_ObjectHideFlags: 0
2565
+ m_CorrespondingSourceObject: {fileID: 0}
2566
+ m_PrefabInstance: {fileID: 0}
2567
+ m_PrefabAsset: {fileID: 0}
2568
+ m_GameObject: {fileID: 8006317224361400808}
2569
+ m_Enabled: 1
2570
+ m_EditorHideFlags: 0
2571
+ m_Script: {fileID: 11500000, guid: 60523e0647cc6ab43acc73cb266a32a7, type: 3}
2572
+ m_Name:
2573
+ m_EditorClassIdentifier:
2574
+ m_InteractionManager: {fileID: 0}
2575
+ m_InteractionLayerMask:
2576
+ serializedVersion: 2
2577
+ m_Bits: 4294967295
2578
+ m_InteractionLayers:
2579
+ m_Bits: 4294967295
2580
+ m_AttachTransform: {fileID: 0}
2581
+ m_StartingSelectedInteractable: {fileID: 8005160691358507119}
2582
+ m_HoverEntered:
2583
+ m_PersistentCalls:
2584
+ m_Calls: []
2585
+ m_HoverExited:
2586
+ m_PersistentCalls:
2587
+ m_Calls: []
2588
+ m_SelectEntered:
2589
+ m_PersistentCalls:
2590
+ m_Calls: []
2591
+ m_SelectExited:
2592
+ m_PersistentCalls:
2593
+ m_Calls: []
2594
+ m_OnHoverEntered:
2595
+ m_PersistentCalls:
2596
+ m_Calls: []
2597
+ m_OnHoverExited:
2598
+ m_PersistentCalls:
2599
+ m_Calls: []
2600
+ m_OnSelectEntered:
2601
+ m_PersistentCalls:
2602
+ m_Calls: []
2603
+ m_OnSelectExited:
2604
+ m_PersistentCalls:
2605
+ m_Calls: []
2606
+ m_ShowInteractableHoverMeshes: 1
2607
+ m_InteractableHoverMeshMaterial: {fileID: 2100000, guid: 54de44d5fc42e9945ad25d9adbed58aa,
2608
+ type: 2}
2609
+ m_InteractableCantHoverMeshMaterial: {fileID: 0}
2610
+ m_SocketActive: 1
2611
+ m_InteractableHoverScale: 1
2612
+ m_RecycleDelayTime: 1
2613
+ --- !u!135 &8006317224361400806
2614
+ SphereCollider:
2615
+ m_ObjectHideFlags: 0
2616
+ m_CorrespondingSourceObject: {fileID: 0}
2617
+ m_PrefabInstance: {fileID: 0}
2618
+ m_PrefabAsset: {fileID: 0}
2619
+ m_GameObject: {fileID: 8006317224361400808}
2620
+ m_Material: {fileID: 0}
2621
+ m_IsTrigger: 1
2622
+ m_Enabled: 1
2623
+ serializedVersion: 2
2624
+ m_Radius: 0.14
2625
+ m_Center: {x: 0, y: 0, z: 0}
2626
+ --- !u!1 &8006317224418984766
2627
+ GameObject:
2628
+ m_ObjectHideFlags: 0
2629
+ m_CorrespondingSourceObject: {fileID: 0}
2630
+ m_PrefabInstance: {fileID: 0}
2631
+ m_PrefabAsset: {fileID: 0}
2632
+ serializedVersion: 6
2633
+ m_Component:
2634
+ - component: {fileID: 8006317224418984765}
2635
+ - component: {fileID: 8006317224418984763}
2636
+ - component: {fileID: 8006317224418984764}
2637
+ m_Layer: 5
2638
+ m_Name: Title
2639
+ m_TagString: Untagged
2640
+ m_Icon: {fileID: 0}
2641
+ m_NavMeshLayer: 0
2642
+ m_StaticEditorFlags: 0
2643
+ m_IsActive: 1
2644
+ --- !u!224 &8006317224418984765
2645
+ RectTransform:
2646
+ m_ObjectHideFlags: 0
2647
+ m_CorrespondingSourceObject: {fileID: 0}
2648
+ m_PrefabInstance: {fileID: 0}
2649
+ m_PrefabAsset: {fileID: 0}
2650
+ m_GameObject: {fileID: 8006317224418984766}
2651
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2652
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2653
+ m_LocalScale: {x: 1, y: 1, z: 1}
2654
+ m_Children: []
2655
+ m_Father: {fileID: 8006317225614774016}
2656
+ m_RootOrder: 1
2657
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2658
+ m_AnchorMin: {x: 0.5, y: 1}
2659
+ m_AnchorMax: {x: 0.5, y: 1}
2660
+ m_AnchoredPosition: {x: 0, y: -39}
2661
+ m_SizeDelta: {x: 400, y: 50}
2662
+ m_Pivot: {x: 0.5, y: 0.5}
2663
+ --- !u!222 &8006317224418984763
2664
+ CanvasRenderer:
2665
+ m_ObjectHideFlags: 0
2666
+ m_CorrespondingSourceObject: {fileID: 0}
2667
+ m_PrefabInstance: {fileID: 0}
2668
+ m_PrefabAsset: {fileID: 0}
2669
+ m_GameObject: {fileID: 8006317224418984766}
2670
+ m_CullTransparentMesh: 0
2671
+ --- !u!114 &8006317224418984764
2672
+ MonoBehaviour:
2673
+ m_ObjectHideFlags: 0
2674
+ m_CorrespondingSourceObject: {fileID: 0}
2675
+ m_PrefabInstance: {fileID: 0}
2676
+ m_PrefabAsset: {fileID: 0}
2677
+ m_GameObject: {fileID: 8006317224418984766}
2678
+ m_Enabled: 1
2679
+ m_EditorHideFlags: 0
2680
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
2681
+ m_Name:
2682
+ m_EditorClassIdentifier:
2683
+ m_Material: {fileID: 0}
2684
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
2685
+ m_RaycastTarget: 1
2686
+ m_Maskable: 1
2687
+ m_OnCullStateChanged:
2688
+ m_PersistentCalls:
2689
+ m_Calls: []
2690
+ m_text: Snap Interactions
2691
+ m_isRightToLeft: 0
2692
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
2693
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
2694
+ m_fontSharedMaterials: []
2695
+ m_fontMaterial: {fileID: 0}
2696
+ m_fontMaterials: []
2697
+ m_fontColor32:
2698
+ serializedVersion: 2
2699
+ rgba: 4294967295
2700
+ m_fontColor: {r: 1, g: 1, b: 1, a: 1}
2701
+ m_enableVertexGradient: 0
2702
+ m_colorMode: 3
2703
+ m_fontColorGradient:
2704
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
2705
+ topRight: {r: 1, g: 1, b: 1, a: 1}
2706
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
2707
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
2708
+ m_fontColorGradientPreset: {fileID: 0}
2709
+ m_spriteAsset: {fileID: 0}
2710
+ m_tintAllSprites: 0
2711
+ m_StyleSheet: {fileID: 0}
2712
+ m_TextStyleHashCode: 0
2713
+ m_overrideHtmlColors: 0
2714
+ m_faceColor:
2715
+ serializedVersion: 2
2716
+ rgba: 4294967295
2717
+ m_fontSize: 20
2718
+ m_fontSizeBase: 20
2719
+ m_fontWeight: 400
2720
+ m_enableAutoSizing: 0
2721
+ m_fontSizeMin: 18
2722
+ m_fontSizeMax: 72
2723
+ m_fontStyle: 0
2724
+ m_HorizontalAlignment: 2
2725
+ m_VerticalAlignment: 256
2726
+ m_textAlignment: 65535
2727
+ m_characterSpacing: 0
2728
+ m_wordSpacing: 0
2729
+ m_lineSpacing: 0
2730
+ m_lineSpacingMax: 0
2731
+ m_paragraphSpacing: 0
2732
+ m_charWidthMaxAdj: 0
2733
+ m_enableWordWrapping: 1
2734
+ m_wordWrappingRatios: 0.4
2735
+ m_overflowMode: 0
2736
+ m_linkedTextComponent: {fileID: 0}
2737
+ parentLinkedComponent: {fileID: 0}
2738
+ m_enableKerning: 1
2739
+ m_enableExtraPadding: 0
2740
+ checkPaddingRequired: 0
2741
+ m_isRichText: 1
2742
+ m_parseCtrlCharacters: 1
2743
+ m_isOrthographic: 1
2744
+ m_isCullingEnabled: 0
2745
+ m_horizontalMapping: 0
2746
+ m_verticalMapping: 0
2747
+ m_uvLineOffset: 0
2748
+ m_geometrySortingOrder: 0
2749
+ m_IsTextObjectScaleStatic: 0
2750
+ m_VertexBufferAutoSizeReduction: 1
2751
+ m_useMaxVisibleDescender: 1
2752
+ m_pageToDisplay: 1
2753
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
2754
+ m_isUsingLegacyAnimationComponent: 0
2755
+ m_isVolumetricText: 0
2756
+ m_hasFontAssetChanged: 0
2757
+ m_baseMaterial: {fileID: 0}
2758
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
2759
+ --- !u!1 &8006317224511788018
2760
+ GameObject:
2761
+ m_ObjectHideFlags: 0
2762
+ m_CorrespondingSourceObject: {fileID: 0}
2763
+ m_PrefabInstance: {fileID: 0}
2764
+ m_PrefabAsset: {fileID: 0}
2765
+ serializedVersion: 6
2766
+ m_Component:
2767
+ - component: {fileID: 8006317224511788017}
2768
+ m_Layer: 0
2769
+ m_Name: SnapInteractions
2770
+ m_TagString: Untagged
2771
+ m_Icon: {fileID: 0}
2772
+ m_NavMeshLayer: 0
2773
+ m_StaticEditorFlags: 0
2774
+ m_IsActive: 1
2775
+ --- !u!4 &8006317224511788017
2776
+ Transform:
2777
+ m_ObjectHideFlags: 0
2778
+ m_CorrespondingSourceObject: {fileID: 0}
2779
+ m_PrefabInstance: {fileID: 0}
2780
+ m_PrefabAsset: {fileID: 0}
2781
+ m_GameObject: {fileID: 8006317224511788018}
2782
+ m_LocalRotation: {x: 0, y: -0.7071068, z: 0, w: 0.7071068}
2783
+ m_LocalPosition: {x: -6.97, y: 0, z: -5.11}
2784
+ m_LocalScale: {x: 1, y: 1, z: 1}
2785
+ m_Children:
2786
+ - {fileID: 8006317225614774016}
2787
+ - {fileID: 8001974719829766718}
2788
+ - {fileID: 2185085215611553420}
2789
+ - {fileID: 2185085215668756136}
2790
+ - {fileID: 2185085216237524768}
2791
+ - {fileID: 8002124887268795871}
2792
+ m_Father: {fileID: 0}
2793
+ m_RootOrder: 0
2794
+ m_LocalEulerAnglesHint: {x: 0, y: -90, z: 0}
2795
+ --- !u!1 &8006317224513295711
2796
+ GameObject:
2797
+ m_ObjectHideFlags: 0
2798
+ m_CorrespondingSourceObject: {fileID: 0}
2799
+ m_PrefabInstance: {fileID: 0}
2800
+ m_PrefabAsset: {fileID: 0}
2801
+ serializedVersion: 6
2802
+ m_Component:
2803
+ - component: {fileID: 8006317224513295710}
2804
+ m_Layer: 0
2805
+ m_Name: SocketTransform
2806
+ m_TagString: Untagged
2807
+ m_Icon: {fileID: 0}
2808
+ m_NavMeshLayer: 0
2809
+ m_StaticEditorFlags: 0
2810
+ m_IsActive: 1
2811
+ --- !u!4 &8006317224513295710
2812
+ Transform:
2813
+ m_ObjectHideFlags: 0
2814
+ m_CorrespondingSourceObject: {fileID: 0}
2815
+ m_PrefabInstance: {fileID: 0}
2816
+ m_PrefabAsset: {fileID: 0}
2817
+ m_GameObject: {fileID: 8006317224513295711}
2818
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2819
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2820
+ m_LocalScale: {x: 1, y: 1, z: 1}
2821
+ m_Children: []
2822
+ m_Father: {fileID: 8006317223835190511}
2823
+ m_RootOrder: 0
2824
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2825
+ --- !u!1 &8006317224765776777
2826
+ GameObject:
2827
+ m_ObjectHideFlags: 0
2828
+ m_CorrespondingSourceObject: {fileID: 0}
2829
+ m_PrefabInstance: {fileID: 0}
2830
+ m_PrefabAsset: {fileID: 0}
2831
+ serializedVersion: 6
2832
+ m_Component:
2833
+ - component: {fileID: 8006317224765776776}
2834
+ m_Layer: 0
2835
+ m_Name: SocketTransform
2836
+ m_TagString: Untagged
2837
+ m_Icon: {fileID: 0}
2838
+ m_NavMeshLayer: 0
2839
+ m_StaticEditorFlags: 0
2840
+ m_IsActive: 1
2841
+ --- !u!4 &8006317224765776776
2842
+ Transform:
2843
+ m_ObjectHideFlags: 0
2844
+ m_CorrespondingSourceObject: {fileID: 0}
2845
+ m_PrefabInstance: {fileID: 0}
2846
+ m_PrefabAsset: {fileID: 0}
2847
+ m_GameObject: {fileID: 8006317224765776777}
2848
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2849
+ m_LocalPosition: {x: 0, y: 0.112, z: 0}
2850
+ m_LocalScale: {x: 1, y: 1, z: 1}
2851
+ m_Children: []
2852
+ m_Father: {fileID: 8006317224361400807}
2853
+ m_RootOrder: 0
2854
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2855
+ --- !u!1 &8006317225136347857
2856
+ GameObject:
2857
+ m_ObjectHideFlags: 0
2858
+ m_CorrespondingSourceObject: {fileID: 0}
2859
+ m_PrefabInstance: {fileID: 0}
2860
+ m_PrefabAsset: {fileID: 0}
2861
+ serializedVersion: 6
2862
+ m_Component:
2863
+ - component: {fileID: 8006317225136347856}
2864
+ m_Layer: 0
2865
+ m_Name: AttachTransform
2866
+ m_TagString: Untagged
2867
+ m_Icon: {fileID: 0}
2868
+ m_NavMeshLayer: 0
2869
+ m_StaticEditorFlags: 0
2870
+ m_IsActive: 1
2871
+ --- !u!4 &8006317225136347856
2872
+ Transform:
2873
+ m_ObjectHideFlags: 0
2874
+ m_CorrespondingSourceObject: {fileID: 0}
2875
+ m_PrefabInstance: {fileID: 0}
2876
+ m_PrefabAsset: {fileID: 0}
2877
+ m_GameObject: {fileID: 8006317225136347857}
2878
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2879
+ m_LocalPosition: {x: -0, y: -0.1336, z: 0}
2880
+ m_LocalScale: {x: 1, y: 1, z: 1}
2881
+ m_Children: []
2882
+ m_Father: {fileID: 8003580600237712442}
2883
+ m_RootOrder: 0
2884
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2885
+ --- !u!1 &8006317225327874175
2886
+ GameObject:
2887
+ m_ObjectHideFlags: 0
2888
+ m_CorrespondingSourceObject: {fileID: 0}
2889
+ m_PrefabInstance: {fileID: 0}
2890
+ m_PrefabAsset: {fileID: 0}
2891
+ serializedVersion: 6
2892
+ m_Component:
2893
+ - component: {fileID: 8006317225327874174}
2894
+ - component: {fileID: 8006317225327874172}
2895
+ - component: {fileID: 8006317225327874173}
2896
+ m_Layer: 5
2897
+ m_Name: BackgroundImage
2898
+ m_TagString: Untagged
2899
+ m_Icon: {fileID: 0}
2900
+ m_NavMeshLayer: 0
2901
+ m_StaticEditorFlags: 0
2902
+ m_IsActive: 1
2903
+ --- !u!224 &8006317225327874174
2904
+ RectTransform:
2905
+ m_ObjectHideFlags: 0
2906
+ m_CorrespondingSourceObject: {fileID: 0}
2907
+ m_PrefabInstance: {fileID: 0}
2908
+ m_PrefabAsset: {fileID: 0}
2909
+ m_GameObject: {fileID: 8006317225327874175}
2910
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2911
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2912
+ m_LocalScale: {x: 1, y: 1, z: 1}
2913
+ m_Children: []
2914
+ m_Father: {fileID: 8006317225614774016}
2915
+ m_RootOrder: 0
2916
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2917
+ m_AnchorMin: {x: 0, y: 0}
2918
+ m_AnchorMax: {x: 1, y: 1}
2919
+ m_AnchoredPosition: {x: 1, y: 0}
2920
+ m_SizeDelta: {x: -28.1, y: 0}
2921
+ m_Pivot: {x: 0.5, y: 0.5}
2922
+ --- !u!222 &8006317225327874172
2923
+ CanvasRenderer:
2924
+ m_ObjectHideFlags: 0
2925
+ m_CorrespondingSourceObject: {fileID: 0}
2926
+ m_PrefabInstance: {fileID: 0}
2927
+ m_PrefabAsset: {fileID: 0}
2928
+ m_GameObject: {fileID: 8006317225327874175}
2929
+ m_CullTransparentMesh: 0
2930
+ --- !u!114 &8006317225327874173
2931
+ MonoBehaviour:
2932
+ m_ObjectHideFlags: 0
2933
+ m_CorrespondingSourceObject: {fileID: 0}
2934
+ m_PrefabInstance: {fileID: 0}
2935
+ m_PrefabAsset: {fileID: 0}
2936
+ m_GameObject: {fileID: 8006317225327874175}
2937
+ m_Enabled: 1
2938
+ m_EditorHideFlags: 0
2939
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2940
+ m_Name:
2941
+ m_EditorClassIdentifier:
2942
+ m_Material: {fileID: 0}
2943
+ m_Color: {r: 0.20754719, g: 0.20754719, b: 0.20754719, a: 1}
2944
+ m_RaycastTarget: 1
2945
+ m_Maskable: 1
2946
+ m_OnCullStateChanged:
2947
+ m_PersistentCalls:
2948
+ m_Calls: []
2949
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
2950
+ m_Type: 1
2951
+ m_PreserveAspect: 0
2952
+ m_FillCenter: 1
2953
+ m_FillMethod: 4
2954
+ m_FillAmount: 1
2955
+ m_FillClockwise: 1
2956
+ m_FillOrigin: 0
2957
+ m_UseSpriteMesh: 0
2958
+ m_PixelsPerUnitMultiplier: 1
2959
+ --- !u!1 &8006317225467192390
2960
+ GameObject:
2961
+ m_ObjectHideFlags: 0
2962
+ m_CorrespondingSourceObject: {fileID: 0}
2963
+ m_PrefabInstance: {fileID: 0}
2964
+ m_PrefabAsset: {fileID: 0}
2965
+ serializedVersion: 6
2966
+ m_Component:
2967
+ - component: {fileID: 8006317225467192389}
2968
+ m_Layer: 0
2969
+ m_Name: AttachTransform
2970
+ m_TagString: Untagged
2971
+ m_Icon: {fileID: 0}
2972
+ m_NavMeshLayer: 0
2973
+ m_StaticEditorFlags: 0
2974
+ m_IsActive: 1
2975
+ --- !u!4 &8006317225467192389
2976
+ Transform:
2977
+ m_ObjectHideFlags: 0
2978
+ m_CorrespondingSourceObject: {fileID: 0}
2979
+ m_PrefabInstance: {fileID: 0}
2980
+ m_PrefabAsset: {fileID: 0}
2981
+ m_GameObject: {fileID: 8006317225467192390}
2982
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2983
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2984
+ m_LocalScale: {x: 1, y: 1, z: 1}
2985
+ m_Children: []
2986
+ m_Father: {fileID: 8002061353046062514}
2987
+ m_RootOrder: 0
2988
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2989
+ --- !u!1 &8006317225614774017
2990
+ GameObject:
2991
+ m_ObjectHideFlags: 0
2992
+ m_CorrespondingSourceObject: {fileID: 0}
2993
+ m_PrefabInstance: {fileID: 0}
2994
+ m_PrefabAsset: {fileID: 0}
2995
+ serializedVersion: 6
2996
+ m_Component:
2997
+ - component: {fileID: 8006317225614774016}
2998
+ - component: {fileID: 8006317225614774045}
2999
+ - component: {fileID: 8006317225614774046}
3000
+ - component: {fileID: 8006317225614774047}
3001
+ m_Layer: 5
3002
+ m_Name: StartingUI
3003
+ m_TagString: Untagged
3004
+ m_Icon: {fileID: 0}
3005
+ m_NavMeshLayer: 0
3006
+ m_StaticEditorFlags: 0
3007
+ m_IsActive: 1
3008
+ --- !u!224 &8006317225614774016
3009
+ RectTransform:
3010
+ m_ObjectHideFlags: 0
3011
+ m_CorrespondingSourceObject: {fileID: 0}
3012
+ m_PrefabInstance: {fileID: 0}
3013
+ m_PrefabAsset: {fileID: 0}
3014
+ m_GameObject: {fileID: 8006317225614774017}
3015
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
3016
+ m_LocalPosition: {x: 0, y: 0, z: 0.69}
3017
+ m_LocalScale: {x: 0.01, y: 0.01, z: 0.01}
3018
+ m_Children:
3019
+ - {fileID: 8006317225327874174}
3020
+ - {fileID: 8006317224418984765}
3021
+ m_Father: {fileID: 8006317224511788017}
3022
+ m_RootOrder: 0
3023
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3024
+ m_AnchorMin: {x: 0, y: 0}
3025
+ m_AnchorMax: {x: 0, y: 0}
3026
+ m_AnchoredPosition: {x: 0, y: 3.251}
3027
+ m_SizeDelta: {x: 400, y: 50.501}
3028
+ m_Pivot: {x: 0.5, y: 0.5}
3029
+ --- !u!223 &8006317225614774045
3030
+ Canvas:
3031
+ m_ObjectHideFlags: 0
3032
+ m_CorrespondingSourceObject: {fileID: 0}
3033
+ m_PrefabInstance: {fileID: 0}
3034
+ m_PrefabAsset: {fileID: 0}
3035
+ m_GameObject: {fileID: 8006317225614774017}
3036
+ m_Enabled: 1
3037
+ serializedVersion: 3
3038
+ m_RenderMode: 2
3039
+ m_Camera: {fileID: 0}
3040
+ m_PlaneDistance: 100
3041
+ m_PixelPerfect: 0
3042
+ m_ReceivesEvents: 1
3043
+ m_OverrideSorting: 0
3044
+ m_OverridePixelPerfect: 0
3045
+ m_SortingBucketNormalizedSize: 0
3046
+ m_AdditionalShaderChannelsFlag: 25
3047
+ m_SortingLayerID: 0
3048
+ m_SortingOrder: 0
3049
+ m_TargetDisplay: 0
3050
+ --- !u!114 &8006317225614774046
3051
+ MonoBehaviour:
3052
+ m_ObjectHideFlags: 0
3053
+ m_CorrespondingSourceObject: {fileID: 0}
3054
+ m_PrefabInstance: {fileID: 0}
3055
+ m_PrefabAsset: {fileID: 0}
3056
+ m_GameObject: {fileID: 8006317225614774017}
3057
+ m_Enabled: 1
3058
+ m_EditorHideFlags: 0
3059
+ m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
3060
+ m_Name:
3061
+ m_EditorClassIdentifier:
3062
+ m_UiScaleMode: 0
3063
+ m_ReferencePixelsPerUnit: 100
3064
+ m_ScaleFactor: 1
3065
+ m_ReferenceResolution: {x: 800, y: 600}
3066
+ m_ScreenMatchMode: 0
3067
+ m_MatchWidthOrHeight: 0
3068
+ m_PhysicalUnit: 3
3069
+ m_FallbackScreenDPI: 96
3070
+ m_DefaultSpriteDPI: 96
3071
+ m_DynamicPixelsPerUnit: 1
3072
+ --- !u!114 &8006317225614774047
3073
+ MonoBehaviour:
3074
+ m_ObjectHideFlags: 0
3075
+ m_CorrespondingSourceObject: {fileID: 0}
3076
+ m_PrefabInstance: {fileID: 0}
3077
+ m_PrefabAsset: {fileID: 0}
3078
+ m_GameObject: {fileID: 8006317225614774017}
3079
+ m_Enabled: 1
3080
+ m_EditorHideFlags: 0
3081
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
3082
+ m_Name:
3083
+ m_EditorClassIdentifier:
3084
+ m_IgnoreReversedGraphics: 1
3085
+ m_BlockingObjects: 0
3086
+ m_BlockingMask:
3087
+ serializedVersion: 2
3088
+ m_Bits: 4294967295
3089
+ --- !u!1 &8007276010496801994
3090
+ GameObject:
3091
+ m_ObjectHideFlags: 0
3092
+ m_CorrespondingSourceObject: {fileID: 0}
3093
+ m_PrefabInstance: {fileID: 0}
3094
+ m_PrefabAsset: {fileID: 0}
3095
+ serializedVersion: 6
3096
+ m_Component:
3097
+ - component: {fileID: 8002204671267967022}
3098
+ m_Layer: 0
3099
+ m_Name: Workbench Low(Clone)
3100
+ m_TagString: Untagged
3101
+ m_Icon: {fileID: 0}
3102
+ m_NavMeshLayer: 0
3103
+ m_StaticEditorFlags: 4294967295
3104
+ m_IsActive: 1
3105
+ --- !u!4 &8002204671267967022
3106
+ Transform:
3107
+ m_ObjectHideFlags: 0
3108
+ m_CorrespondingSourceObject: {fileID: 0}
3109
+ m_PrefabInstance: {fileID: 0}
3110
+ m_PrefabAsset: {fileID: 0}
3111
+ m_GameObject: {fileID: 8007276010496801994}
3112
+ m_LocalRotation: {x: -0, y: 0.35098988, z: -0, w: 0.9363793}
3113
+ m_LocalPosition: {x: -1.062, y: 0.38, z: 2.714}
3114
+ m_LocalScale: {x: 1, y: 1, z: 1}
3115
+ m_Children:
3116
+ - {fileID: 8003649936243480934}
3117
+ - {fileID: 8001929856026450196}
3118
+ - {fileID: 8001819520877162566}
3119
+ - {fileID: 8002065396580054098}
3120
+ - {fileID: 8001957361629233624}
3121
+ m_Father: {fileID: 8003574164638899200}
3122
+ m_RootOrder: 1
3123
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3124
+ --- !u!1 &8007277428988382454
3125
+ GameObject:
3126
+ m_ObjectHideFlags: 0
3127
+ m_CorrespondingSourceObject: {fileID: 0}
3128
+ m_PrefabInstance: {fileID: 0}
3129
+ m_PrefabAsset: {fileID: 0}
3130
+ serializedVersion: 6
3131
+ m_Component:
3132
+ - component: {fileID: 8003899270828594992}
3133
+ - component: {fileID: 8028481381040386792}
3134
+ - component: {fileID: 8020622635254296742}
3135
+ - component: {fileID: 8007277428988382453}
3136
+ m_Layer: 0
3137
+ m_Name: Bench Top
3138
+ m_TagString: Untagged
3139
+ m_Icon: {fileID: 0}
3140
+ m_NavMeshLayer: 0
3141
+ m_StaticEditorFlags: 4294967295
3142
+ m_IsActive: 1
3143
+ --- !u!4 &8003899270828594992
3144
+ Transform:
3145
+ m_ObjectHideFlags: 0
3146
+ m_CorrespondingSourceObject: {fileID: 0}
3147
+ m_PrefabInstance: {fileID: 0}
3148
+ m_PrefabAsset: {fileID: 0}
3149
+ m_GameObject: {fileID: 8007277428988382454}
3150
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
3151
+ m_LocalPosition: {x: -0, y: 0.35, z: 0}
3152
+ m_LocalScale: {x: 1, y: 1, z: 1}
3153
+ m_Children: []
3154
+ m_Father: {fileID: 8001890984342120984}
3155
+ m_RootOrder: 2
3156
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3157
+ --- !u!33 &8028481381040386792
3158
+ MeshFilter:
3159
+ m_ObjectHideFlags: 0
3160
+ m_CorrespondingSourceObject: {fileID: 0}
3161
+ m_PrefabInstance: {fileID: 0}
3162
+ m_PrefabAsset: {fileID: 0}
3163
+ m_GameObject: {fileID: 8007277428988382454}
3164
+ m_Mesh: {fileID: 4300008, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
3165
+ --- !u!23 &8020622635254296742
3166
+ MeshRenderer:
3167
+ m_ObjectHideFlags: 0
3168
+ m_CorrespondingSourceObject: {fileID: 0}
3169
+ m_PrefabInstance: {fileID: 0}
3170
+ m_PrefabAsset: {fileID: 0}
3171
+ m_GameObject: {fileID: 8007277428988382454}
3172
+ m_Enabled: 1
3173
+ m_CastShadows: 1
3174
+ m_ReceiveShadows: 1
3175
+ m_DynamicOccludee: 1
3176
+ m_MotionVectors: 1
3177
+ m_LightProbeUsage: 1
3178
+ m_ReflectionProbeUsage: 1
3179
+ m_RayTracingMode: 2
3180
+ m_RenderingLayerMask: 4294967295
3181
+ m_RendererPriority: 0
3182
+ m_Materials:
3183
+ - {fileID: 2100000, guid: bd2d742ee2ce7a740ae0cf992a38be74, type: 2}
3184
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
3185
+ - {fileID: 2100000, guid: c05de7c865075334786e6a47a543af72, type: 2}
3186
+ m_StaticBatchInfo:
3187
+ firstSubMesh: 0
3188
+ subMeshCount: 0
3189
+ m_StaticBatchRoot: {fileID: 0}
3190
+ m_ProbeAnchor: {fileID: 0}
3191
+ m_LightProbeVolumeOverride: {fileID: 0}
3192
+ m_ScaleInLightmap: 2
3193
+ m_ReceiveGI: 1
3194
+ m_PreserveUVs: 0
3195
+ m_IgnoreNormalsForChartDetection: 0
3196
+ m_ImportantGI: 0
3197
+ m_StitchLightmapSeams: 0
3198
+ m_SelectedEditorRenderState: 3
3199
+ m_MinimumChartSize: 4
3200
+ m_AutoUVMaxDistance: 0.5
3201
+ m_AutoUVMaxAngle: 89
3202
+ m_LightmapParameters: {fileID: 0}
3203
+ m_SortingLayerID: 0
3204
+ m_SortingLayer: 0
3205
+ m_SortingOrder: 0
3206
+ --- !u!64 &8007277428988382453
3207
+ MeshCollider:
3208
+ m_ObjectHideFlags: 0
3209
+ m_CorrespondingSourceObject: {fileID: 0}
3210
+ m_PrefabInstance: {fileID: 0}
3211
+ m_PrefabAsset: {fileID: 0}
3212
+ m_GameObject: {fileID: 8007277428988382454}
3213
+ m_Material: {fileID: 0}
3214
+ m_IsTrigger: 0
3215
+ m_Enabled: 1
3216
+ serializedVersion: 4
3217
+ m_Convex: 0
3218
+ m_CookingOptions: 30
3219
+ m_Mesh: {fileID: 4300008, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
3220
+ --- !u!1 &8007290355682936222
3221
+ GameObject:
3222
+ m_ObjectHideFlags: 0
3223
+ m_CorrespondingSourceObject: {fileID: 0}
3224
+ m_PrefabInstance: {fileID: 0}
3225
+ m_PrefabAsset: {fileID: 0}
3226
+ serializedVersion: 6
3227
+ m_Component:
3228
+ - component: {fileID: 8002217113015987242}
3229
+ - component: {fileID: 8026708906116954052}
3230
+ - component: {fileID: 8020496108336024908}
3231
+ m_Layer: 0
3232
+ m_Name: Upper Covers
3233
+ m_TagString: Untagged
3234
+ m_Icon: {fileID: 0}
3235
+ m_NavMeshLayer: 0
3236
+ m_StaticEditorFlags: 4294967295
3237
+ m_IsActive: 1
3238
+ --- !u!4 &8002217113015987242
3239
+ Transform:
3240
+ m_ObjectHideFlags: 0
3241
+ m_CorrespondingSourceObject: {fileID: 0}
3242
+ m_PrefabInstance: {fileID: 0}
3243
+ m_PrefabAsset: {fileID: 0}
3244
+ m_GameObject: {fileID: 8007290355682936222}
3245
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
3246
+ m_LocalPosition: {x: -0, y: 0.15057836, z: 0}
3247
+ m_LocalScale: {x: 1, y: 1, z: 1}
3248
+ m_Children: []
3249
+ m_Father: {fileID: 8001890984342120984}
3250
+ m_RootOrder: 4
3251
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3252
+ --- !u!33 &8026708906116954052
3253
+ MeshFilter:
3254
+ m_ObjectHideFlags: 0
3255
+ m_CorrespondingSourceObject: {fileID: 0}
3256
+ m_PrefabInstance: {fileID: 0}
3257
+ m_PrefabAsset: {fileID: 0}
3258
+ m_GameObject: {fileID: 8007290355682936222}
3259
+ m_Mesh: {fileID: 4300004, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
3260
+ --- !u!23 &8020496108336024908
3261
+ MeshRenderer:
3262
+ m_ObjectHideFlags: 0
3263
+ m_CorrespondingSourceObject: {fileID: 0}
3264
+ m_PrefabInstance: {fileID: 0}
3265
+ m_PrefabAsset: {fileID: 0}
3266
+ m_GameObject: {fileID: 8007290355682936222}
3267
+ m_Enabled: 1
3268
+ m_CastShadows: 1
3269
+ m_ReceiveShadows: 1
3270
+ m_DynamicOccludee: 1
3271
+ m_MotionVectors: 1
3272
+ m_LightProbeUsage: 1
3273
+ m_ReflectionProbeUsage: 1
3274
+ m_RayTracingMode: 2
3275
+ m_RenderingLayerMask: 4294967295
3276
+ m_RendererPriority: 0
3277
+ m_Materials:
3278
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
3279
+ m_StaticBatchInfo:
3280
+ firstSubMesh: 0
3281
+ subMeshCount: 0
3282
+ m_StaticBatchRoot: {fileID: 0}
3283
+ m_ProbeAnchor: {fileID: 0}
3284
+ m_LightProbeVolumeOverride: {fileID: 0}
3285
+ m_ScaleInLightmap: 4
3286
+ m_ReceiveGI: 1
3287
+ m_PreserveUVs: 0
3288
+ m_IgnoreNormalsForChartDetection: 0
3289
+ m_ImportantGI: 0
3290
+ m_StitchLightmapSeams: 0
3291
+ m_SelectedEditorRenderState: 3
3292
+ m_MinimumChartSize: 4
3293
+ m_AutoUVMaxDistance: 0.5
3294
+ m_AutoUVMaxAngle: 89
3295
+ m_LightmapParameters: {fileID: 0}
3296
+ m_SortingLayerID: 0
3297
+ m_SortingLayer: 0
3298
+ m_SortingOrder: 0
3299
+ --- !u!1 &8007366053248050582
3300
+ GameObject:
3301
+ m_ObjectHideFlags: 0
3302
+ m_CorrespondingSourceObject: {fileID: 0}
3303
+ m_PrefabInstance: {fileID: 0}
3304
+ m_PrefabAsset: {fileID: 0}
3305
+ serializedVersion: 6
3306
+ m_Component:
3307
+ - component: {fileID: 8001771086522491044}
3308
+ - component: {fileID: 7970833967814664602}
3309
+ m_Layer: 0
3310
+ m_Name: Spot Light
3311
+ m_TagString: Untagged
3312
+ m_Icon: {fileID: 0}
3313
+ m_NavMeshLayer: 0
3314
+ m_StaticEditorFlags: 4294967295
3315
+ m_IsActive: 1
3316
+ --- !u!4 &8001771086522491044
3317
+ Transform:
3318
+ m_ObjectHideFlags: 0
3319
+ m_CorrespondingSourceObject: {fileID: 0}
3320
+ m_PrefabInstance: {fileID: 0}
3321
+ m_PrefabAsset: {fileID: 0}
3322
+ m_GameObject: {fileID: 8007366053248050582}
3323
+ m_LocalRotation: {x: -0, y: 0.7071068, z: -0, w: 0.7071068}
3324
+ m_LocalPosition: {x: -0.02, y: 1.467, z: -0}
3325
+ m_LocalScale: {x: 1, y: 1, z: 1}
3326
+ m_Children: []
3327
+ m_Father: {fileID: 8003676518516922266}
3328
+ m_RootOrder: 3
3329
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
3330
+ --- !u!108 &7970833967814664602
3331
+ Light:
3332
+ m_ObjectHideFlags: 0
3333
+ m_CorrespondingSourceObject: {fileID: 0}
3334
+ m_PrefabInstance: {fileID: 0}
3335
+ m_PrefabAsset: {fileID: 0}
3336
+ m_GameObject: {fileID: 8007366053248050582}
3337
+ m_Enabled: 1
3338
+ serializedVersion: 10
3339
+ m_Type: 0
3340
+ m_Shape: 0
3341
+ m_Color: {r: 0.9529412, g: 0.9254902, b: 0.8039216, a: 1}
3342
+ m_Intensity: 12
3343
+ m_Range: 6
3344
+ m_SpotAngle: 90
3345
+ m_InnerSpotAngle: 71.41338
3346
+ m_CookieSize: 10
3347
+ m_Shadows:
3348
+ m_Type: 2
3349
+ m_Resolution: -1
3350
+ m_CustomResolution: -1
3351
+ m_Strength: 1
3352
+ m_Bias: 0.01
3353
+ m_NormalBias: 0.5
3354
+ m_NearPlane: 0.2
3355
+ m_CullingMatrixOverride:
3356
+ e00: 1
3357
+ e01: 0
3358
+ e02: 0
3359
+ e03: 0
3360
+ e10: 0
3361
+ e11: 1
3362
+ e12: 0
3363
+ e13: 0
3364
+ e20: 0
3365
+ e21: 0
3366
+ e22: 1
3367
+ e23: 0
3368
+ e30: 0
3369
+ e31: 0
3370
+ e32: 0
3371
+ e33: 1
3372
+ m_UseCullingMatrixOverride: 0
3373
+ m_Cookie: {fileID: 2800000, guid: c5ae14b135040d94a98c48e5f29ecb8c, type: 3}
3374
+ m_DrawHalo: 0
3375
+ m_Flare: {fileID: 0}
3376
+ m_RenderMode: 0
3377
+ m_CullingMask:
3378
+ serializedVersion: 2
3379
+ m_Bits: 4294967295
3380
+ m_RenderingLayerMask: 1
3381
+ m_Lightmapping: 4
3382
+ m_LightShadowCasterMode: 0
3383
+ m_AreaSize: {x: 1, y: 1}
3384
+ m_BounceIntensity: 0
3385
+ m_ColorTemperature: 6570
3386
+ m_UseColorTemperature: 0
3387
+ m_BoundingSphereOverride: {x: 0, y: 7.3055586e-17, z: 6.85e-43, w: 2.5682171e-17}
3388
+ m_UseBoundingSphereOverride: 0
3389
+ m_ShadowRadius: 0.25
3390
+ m_ShadowAngle: 0
3391
+ --- !u!1 &8007380491001718854
3392
+ GameObject:
3393
+ m_ObjectHideFlags: 0
3394
+ m_CorrespondingSourceObject: {fileID: 0}
3395
+ m_PrefabInstance: {fileID: 0}
3396
+ m_PrefabAsset: {fileID: 0}
3397
+ serializedVersion: 6
3398
+ m_Component:
3399
+ - component: {fileID: 8003676518516922266}
3400
+ m_Layer: 0
3401
+ m_Name: Construction Light Low(Clone)
3402
+ m_TagString: Untagged
3403
+ m_Icon: {fileID: 0}
3404
+ m_NavMeshLayer: 0
3405
+ m_StaticEditorFlags: 4294967295
3406
+ m_IsActive: 1
3407
+ --- !u!4 &8003676518516922266
3408
+ Transform:
3409
+ m_ObjectHideFlags: 0
3410
+ m_CorrespondingSourceObject: {fileID: 0}
3411
+ m_PrefabInstance: {fileID: 0}
3412
+ m_PrefabAsset: {fileID: 0}
3413
+ m_GameObject: {fileID: 8007380491001718854}
3414
+ m_LocalRotation: {x: 0, y: 0.9743701, z: 0, w: 0.22495107}
3415
+ m_LocalPosition: {x: 0.92, y: -0.30264044, z: 0.27}
3416
+ m_LocalScale: {x: 1, y: 1, z: 1}
3417
+ m_Children:
3418
+ - {fileID: 8001925317782960634}
3419
+ - {fileID: 8001828229785738794}
3420
+ - {fileID: 8003688380385418398}
3421
+ - {fileID: 8001771086522491044}
3422
+ m_Father: {fileID: 8001974719829766718}
3423
+ m_RootOrder: 1
3424
+ m_LocalEulerAnglesHint: {x: 0, y: 154, z: 0}
3425
+ --- !u!1001 &8006317224684577946
3426
+ PrefabInstance:
3427
+ m_ObjectHideFlags: 0
3428
+ serializedVersion: 2
3429
+ m_Modification:
3430
+ m_TransformParent: {fileID: 8006317224511788017}
3431
+ m_Modifications:
3432
+ - target: {fileID: 1142997993976856979, guid: 69bcbe8a3c723a8459bad61946074109,
3433
+ type: 3}
3434
+ propertyPath: m_OnHoverEnter.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgument
3435
+ value:
3436
+ objectReference: {fileID: 2100000, guid: 647e2d9db79a4f141b45f5fa9cb7d11b, type: 2}
3437
+ - target: {fileID: 2818971628382573792, guid: 69bcbe8a3c723a8459bad61946074109,
3438
+ type: 3}
3439
+ propertyPath: m_InteractionManager
3440
+ value:
3441
+ objectReference: {fileID: 0}
3442
+ - target: {fileID: 2818971628382573792, guid: 69bcbe8a3c723a8459bad61946074109,
3443
+ type: 3}
3444
+ propertyPath: m_TeleportationProvider
3445
+ value:
3446
+ objectReference: {fileID: 0}
3447
+ - target: {fileID: 3449784919008568370, guid: 69bcbe8a3c723a8459bad61946074109,
3448
+ type: 3}
3449
+ propertyPath: m_Name
3450
+ value: TeleportAnchor (9)
3451
+ objectReference: {fileID: 0}
3452
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3453
+ type: 3}
3454
+ propertyPath: m_RootOrder
3455
+ value: 3
3456
+ objectReference: {fileID: 0}
3457
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3458
+ type: 3}
3459
+ propertyPath: m_LocalScale.x
3460
+ value: 0.8500005
3461
+ objectReference: {fileID: 0}
3462
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3463
+ type: 3}
3464
+ propertyPath: m_LocalScale.z
3465
+ value: 0.8500005
3466
+ objectReference: {fileID: 0}
3467
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3468
+ type: 3}
3469
+ propertyPath: m_LocalPosition.x
3470
+ value: -0.14299674
3471
+ objectReference: {fileID: 0}
3472
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3473
+ type: 3}
3474
+ propertyPath: m_LocalPosition.y
3475
+ value: 0.974
3476
+ objectReference: {fileID: 0}
3477
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3478
+ type: 3}
3479
+ propertyPath: m_LocalPosition.z
3480
+ value: 0.69800144
3481
+ objectReference: {fileID: 0}
3482
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3483
+ type: 3}
3484
+ propertyPath: m_LocalRotation.w
3485
+ value: -1
3486
+ objectReference: {fileID: 0}
3487
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3488
+ type: 3}
3489
+ propertyPath: m_LocalRotation.x
3490
+ value: -0
3491
+ objectReference: {fileID: 0}
3492
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3493
+ type: 3}
3494
+ propertyPath: m_LocalRotation.y
3495
+ value: -0
3496
+ objectReference: {fileID: 0}
3497
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3498
+ type: 3}
3499
+ propertyPath: m_LocalRotation.z
3500
+ value: -0
3501
+ objectReference: {fileID: 0}
3502
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3503
+ type: 3}
3504
+ propertyPath: m_LocalEulerAnglesHint.x
3505
+ value: 0
3506
+ objectReference: {fileID: 0}
3507
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3508
+ type: 3}
3509
+ propertyPath: m_LocalEulerAnglesHint.y
3510
+ value: 180
3511
+ objectReference: {fileID: 0}
3512
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3513
+ type: 3}
3514
+ propertyPath: m_LocalEulerAnglesHint.z
3515
+ value: 0
3516
+ objectReference: {fileID: 0}
3517
+ m_RemovedComponents: []
3518
+ m_SourcePrefab: {fileID: 100100000, guid: 69bcbe8a3c723a8459bad61946074109, type: 3}
3519
+ --- !u!4 &2185085215668756136 stripped
3520
+ Transform:
3521
+ m_CorrespondingSourceObject: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3522
+ type: 3}
3523
+ m_PrefabInstance: {fileID: 8006317224684577946}
3524
+ m_PrefabAsset: {fileID: 0}
3525
+ --- !u!1001 &8006317224743845054
3526
+ PrefabInstance:
3527
+ m_ObjectHideFlags: 0
3528
+ serializedVersion: 2
3529
+ m_Modification:
3530
+ m_TransformParent: {fileID: 8006317224511788017}
3531
+ m_Modifications:
3532
+ - target: {fileID: 1142997993976856979, guid: 69bcbe8a3c723a8459bad61946074109,
3533
+ type: 3}
3534
+ propertyPath: m_OnHoverEnter.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgument
3535
+ value:
3536
+ objectReference: {fileID: 2100000, guid: 647e2d9db79a4f141b45f5fa9cb7d11b, type: 2}
3537
+ - target: {fileID: 2818971628382573792, guid: 69bcbe8a3c723a8459bad61946074109,
3538
+ type: 3}
3539
+ propertyPath: m_InteractionManager
3540
+ value:
3541
+ objectReference: {fileID: 0}
3542
+ - target: {fileID: 2818971628382573792, guid: 69bcbe8a3c723a8459bad61946074109,
3543
+ type: 3}
3544
+ propertyPath: m_TeleportationProvider
3545
+ value:
3546
+ objectReference: {fileID: 0}
3547
+ - target: {fileID: 3449784919008568370, guid: 69bcbe8a3c723a8459bad61946074109,
3548
+ type: 3}
3549
+ propertyPath: m_Name
3550
+ value: TeleportAnchor (8)
3551
+ objectReference: {fileID: 0}
3552
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3553
+ type: 3}
3554
+ propertyPath: m_RootOrder
3555
+ value: 2
3556
+ objectReference: {fileID: 0}
3557
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3558
+ type: 3}
3559
+ propertyPath: m_LocalScale.x
3560
+ value: 0.8500005
3561
+ objectReference: {fileID: 0}
3562
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3563
+ type: 3}
3564
+ propertyPath: m_LocalScale.z
3565
+ value: 0.8500005
3566
+ objectReference: {fileID: 0}
3567
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3568
+ type: 3}
3569
+ propertyPath: m_LocalPosition.x
3570
+ value: -2.1039977
3571
+ objectReference: {fileID: 0}
3572
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3573
+ type: 3}
3574
+ propertyPath: m_LocalPosition.y
3575
+ value: 0.974
3576
+ objectReference: {fileID: 0}
3577
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3578
+ type: 3}
3579
+ propertyPath: m_LocalPosition.z
3580
+ value: -1.4799988
3581
+ objectReference: {fileID: 0}
3582
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3583
+ type: 3}
3584
+ propertyPath: m_LocalRotation.w
3585
+ value: -1
3586
+ objectReference: {fileID: 0}
3587
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3588
+ type: 3}
3589
+ propertyPath: m_LocalRotation.x
3590
+ value: -0
3591
+ objectReference: {fileID: 0}
3592
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3593
+ type: 3}
3594
+ propertyPath: m_LocalRotation.y
3595
+ value: -0
3596
+ objectReference: {fileID: 0}
3597
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3598
+ type: 3}
3599
+ propertyPath: m_LocalRotation.z
3600
+ value: -0
3601
+ objectReference: {fileID: 0}
3602
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3603
+ type: 3}
3604
+ propertyPath: m_LocalEulerAnglesHint.x
3605
+ value: 0
3606
+ objectReference: {fileID: 0}
3607
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3608
+ type: 3}
3609
+ propertyPath: m_LocalEulerAnglesHint.y
3610
+ value: 180
3611
+ objectReference: {fileID: 0}
3612
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3613
+ type: 3}
3614
+ propertyPath: m_LocalEulerAnglesHint.z
3615
+ value: 0
3616
+ objectReference: {fileID: 0}
3617
+ m_RemovedComponents: []
3618
+ m_SourcePrefab: {fileID: 100100000, guid: 69bcbe8a3c723a8459bad61946074109, type: 3}
3619
+ --- !u!4 &2185085215611553420 stripped
3620
+ Transform:
3621
+ m_CorrespondingSourceObject: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3622
+ type: 3}
3623
+ m_PrefabInstance: {fileID: 8006317224743845054}
3624
+ m_PrefabAsset: {fileID: 0}
3625
+ --- !u!1001 &8006317224751587661
3626
+ PrefabInstance:
3627
+ m_ObjectHideFlags: 0
3628
+ serializedVersion: 2
3629
+ m_Modification:
3630
+ m_TransformParent: {fileID: 8006317224511788017}
3631
+ m_Modifications:
3632
+ - target: {fileID: 1419765051332148, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3633
+ propertyPath: m_StaticEditorFlags
3634
+ value: 4294967295
3635
+ objectReference: {fileID: 0}
3636
+ - target: {fileID: 1456327444314852, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3637
+ propertyPath: m_Name
3638
+ value: Workshop Set
3639
+ objectReference: {fileID: 0}
3640
+ - target: {fileID: 1456327444314852, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3641
+ propertyPath: m_StaticEditorFlags
3642
+ value: 4294967295
3643
+ objectReference: {fileID: 0}
3644
+ - target: {fileID: 1593707594805610, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3645
+ propertyPath: m_StaticEditorFlags
3646
+ value: 4294967295
3647
+ objectReference: {fileID: 0}
3648
+ - target: {fileID: 1601581409152086, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3649
+ propertyPath: m_StaticEditorFlags
3650
+ value: 4294967295
3651
+ objectReference: {fileID: 0}
3652
+ - target: {fileID: 1686911502387484, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3653
+ propertyPath: m_StaticEditorFlags
3654
+ value: 4294967295
3655
+ objectReference: {fileID: 0}
3656
+ - target: {fileID: 1743527011460468, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3657
+ propertyPath: m_StaticEditorFlags
3658
+ value: 4294967295
3659
+ objectReference: {fileID: 0}
3660
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3661
+ propertyPath: m_RootOrder
3662
+ value: 5
3663
+ objectReference: {fileID: 0}
3664
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3665
+ propertyPath: m_LocalPosition.x
3666
+ value: 2.6743257
3667
+ objectReference: {fileID: 0}
3668
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3669
+ propertyPath: m_LocalPosition.y
3670
+ value: 1.049
3671
+ objectReference: {fileID: 0}
3672
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3673
+ propertyPath: m_LocalPosition.z
3674
+ value: -0.37249875
3675
+ objectReference: {fileID: 0}
3676
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3677
+ propertyPath: m_LocalRotation.w
3678
+ value: -0.7071068
3679
+ objectReference: {fileID: 0}
3680
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3681
+ propertyPath: m_LocalRotation.x
3682
+ value: -0
3683
+ objectReference: {fileID: 0}
3684
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3685
+ propertyPath: m_LocalRotation.y
3686
+ value: 0.7071068
3687
+ objectReference: {fileID: 0}
3688
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3689
+ propertyPath: m_LocalRotation.z
3690
+ value: -0
3691
+ objectReference: {fileID: 0}
3692
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3693
+ propertyPath: m_LocalEulerAnglesHint.x
3694
+ value: 0
3695
+ objectReference: {fileID: 0}
3696
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3697
+ propertyPath: m_LocalEulerAnglesHint.y
3698
+ value: 180
3699
+ objectReference: {fileID: 0}
3700
+ - target: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3701
+ propertyPath: m_LocalEulerAnglesHint.z
3702
+ value: 0
3703
+ objectReference: {fileID: 0}
3704
+ m_RemovedComponents: []
3705
+ m_SourcePrefab: {fileID: 100100000, guid: a87f0180d46fd334b9025d0314a0dc70, type: 3}
3706
+ --- !u!4 &8002124887268795871 stripped
3707
+ Transform:
3708
+ m_CorrespondingSourceObject: {fileID: 4896299854906514, guid: a87f0180d46fd334b9025d0314a0dc70,
3709
+ type: 3}
3710
+ m_PrefabInstance: {fileID: 8006317224751587661}
3711
+ m_PrefabAsset: {fileID: 0}
3712
+ --- !u!1001 &8006317225319673106
3713
+ PrefabInstance:
3714
+ m_ObjectHideFlags: 0
3715
+ serializedVersion: 2
3716
+ m_Modification:
3717
+ m_TransformParent: {fileID: 8006317224511788017}
3718
+ m_Modifications:
3719
+ - target: {fileID: 1142997993976856979, guid: 69bcbe8a3c723a8459bad61946074109,
3720
+ type: 3}
3721
+ propertyPath: m_OnHoverEnter.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgument
3722
+ value:
3723
+ objectReference: {fileID: 2100000, guid: 647e2d9db79a4f141b45f5fa9cb7d11b, type: 2}
3724
+ - target: {fileID: 2818971628382573792, guid: 69bcbe8a3c723a8459bad61946074109,
3725
+ type: 3}
3726
+ propertyPath: m_InteractionManager
3727
+ value:
3728
+ objectReference: {fileID: 0}
3729
+ - target: {fileID: 2818971628382573792, guid: 69bcbe8a3c723a8459bad61946074109,
3730
+ type: 3}
3731
+ propertyPath: m_TeleportationProvider
3732
+ value:
3733
+ objectReference: {fileID: 0}
3734
+ - target: {fileID: 3449784919008568370, guid: 69bcbe8a3c723a8459bad61946074109,
3735
+ type: 3}
3736
+ propertyPath: m_Name
3737
+ value: TeleportAnchor (3)
3738
+ objectReference: {fileID: 0}
3739
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3740
+ type: 3}
3741
+ propertyPath: m_RootOrder
3742
+ value: 4
3743
+ objectReference: {fileID: 0}
3744
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3745
+ type: 3}
3746
+ propertyPath: m_LocalScale.x
3747
+ value: 0.8500005
3748
+ objectReference: {fileID: 0}
3749
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3750
+ type: 3}
3751
+ propertyPath: m_LocalScale.z
3752
+ value: 0.8500005
3753
+ objectReference: {fileID: 0}
3754
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3755
+ type: 3}
3756
+ propertyPath: m_LocalPosition.x
3757
+ value: 0.15000285
3758
+ objectReference: {fileID: 0}
3759
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3760
+ type: 3}
3761
+ propertyPath: m_LocalPosition.y
3762
+ value: 0.974
3763
+ objectReference: {fileID: 0}
3764
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3765
+ type: 3}
3766
+ propertyPath: m_LocalPosition.z
3767
+ value: -1.4799992
3768
+ objectReference: {fileID: 0}
3769
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3770
+ type: 3}
3771
+ propertyPath: m_LocalRotation.w
3772
+ value: -1
3773
+ objectReference: {fileID: 0}
3774
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3775
+ type: 3}
3776
+ propertyPath: m_LocalRotation.x
3777
+ value: -0
3778
+ objectReference: {fileID: 0}
3779
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3780
+ type: 3}
3781
+ propertyPath: m_LocalRotation.y
3782
+ value: -0
3783
+ objectReference: {fileID: 0}
3784
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3785
+ type: 3}
3786
+ propertyPath: m_LocalRotation.z
3787
+ value: -0
3788
+ objectReference: {fileID: 0}
3789
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3790
+ type: 3}
3791
+ propertyPath: m_LocalEulerAnglesHint.x
3792
+ value: 0
3793
+ objectReference: {fileID: 0}
3794
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3795
+ type: 3}
3796
+ propertyPath: m_LocalEulerAnglesHint.y
3797
+ value: 180
3798
+ objectReference: {fileID: 0}
3799
+ - target: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3800
+ type: 3}
3801
+ propertyPath: m_LocalEulerAnglesHint.z
3802
+ value: 0
3803
+ objectReference: {fileID: 0}
3804
+ m_RemovedComponents: []
3805
+ m_SourcePrefab: {fileID: 100100000, guid: 69bcbe8a3c723a8459bad61946074109, type: 3}
3806
+ --- !u!4 &2185085216237524768 stripped
3807
+ Transform:
3808
+ m_CorrespondingSourceObject: {fileID: 8164705571879959090, guid: 69bcbe8a3c723a8459bad61946074109,
3809
+ type: 3}
3810
+ m_PrefabInstance: {fileID: 8006317225319673106}
3811
+ m_PrefabAsset: {fileID: 0}