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,2200 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &1029158431718896
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: 4976220721664276}
12
+ m_Layer: 0
13
+ m_Name: Workbench Low(Clone)
14
+ m_TagString: Untagged
15
+ m_Icon: {fileID: 0}
16
+ m_NavMeshLayer: 0
17
+ m_StaticEditorFlags: 69
18
+ m_IsActive: 1
19
+ --- !u!4 &4976220721664276
20
+ Transform:
21
+ m_ObjectHideFlags: 0
22
+ m_CorrespondingSourceObject: {fileID: 0}
23
+ m_PrefabInstance: {fileID: 0}
24
+ m_PrefabAsset: {fileID: 0}
25
+ m_GameObject: {fileID: 1029158431718896}
26
+ m_LocalRotation: {x: -0, y: 0.35098988, z: -0, w: 0.9363793}
27
+ m_LocalPosition: {x: -1.062, y: 0.38, z: 2.714}
28
+ m_LocalScale: {x: 1, y: 1, z: 1}
29
+ m_Children:
30
+ - {fileID: 4092583383439452}
31
+ - {fileID: 4705730260817966}
32
+ - {fileID: 4516165027967356}
33
+ - {fileID: 4832406050649448}
34
+ - {fileID: 4660598150119650}
35
+ m_Father: {fileID: 4027874660965690}
36
+ m_RootOrder: 1
37
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
38
+ --- !u!1 &1046173943942604
39
+ GameObject:
40
+ m_ObjectHideFlags: 0
41
+ m_CorrespondingSourceObject: {fileID: 0}
42
+ m_PrefabInstance: {fileID: 0}
43
+ m_PrefabAsset: {fileID: 0}
44
+ serializedVersion: 6
45
+ m_Component:
46
+ - component: {fileID: 4407813688874506}
47
+ - component: {fileID: 33427762344211410}
48
+ - component: {fileID: 23325942778458524}
49
+ m_Layer: 0
50
+ m_Name: Bench Top
51
+ m_TagString: Untagged
52
+ m_Icon: {fileID: 0}
53
+ m_NavMeshLayer: 0
54
+ m_StaticEditorFlags: 69
55
+ m_IsActive: 1
56
+ --- !u!4 &4407813688874506
57
+ Transform:
58
+ m_ObjectHideFlags: 0
59
+ m_CorrespondingSourceObject: {fileID: 0}
60
+ m_PrefabInstance: {fileID: 0}
61
+ m_PrefabAsset: {fileID: 0}
62
+ m_GameObject: {fileID: 1046173943942604}
63
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
64
+ m_LocalPosition: {x: -0, y: 0.35, z: 0}
65
+ m_LocalScale: {x: 1, y: 1, z: 1}
66
+ m_Children: []
67
+ m_Father: {fileID: 4585430490721058}
68
+ m_RootOrder: 2
69
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
70
+ --- !u!33 &33427762344211410
71
+ MeshFilter:
72
+ m_ObjectHideFlags: 0
73
+ m_CorrespondingSourceObject: {fileID: 0}
74
+ m_PrefabInstance: {fileID: 0}
75
+ m_PrefabAsset: {fileID: 0}
76
+ m_GameObject: {fileID: 1046173943942604}
77
+ m_Mesh: {fileID: 4300008, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
78
+ --- !u!23 &23325942778458524
79
+ MeshRenderer:
80
+ m_ObjectHideFlags: 0
81
+ m_CorrespondingSourceObject: {fileID: 0}
82
+ m_PrefabInstance: {fileID: 0}
83
+ m_PrefabAsset: {fileID: 0}
84
+ m_GameObject: {fileID: 1046173943942604}
85
+ m_Enabled: 1
86
+ m_CastShadows: 1
87
+ m_ReceiveShadows: 1
88
+ m_DynamicOccludee: 1
89
+ m_MotionVectors: 1
90
+ m_LightProbeUsage: 1
91
+ m_ReflectionProbeUsage: 1
92
+ m_RayTracingMode: 2
93
+ m_RenderingLayerMask: 4294967295
94
+ m_RendererPriority: 0
95
+ m_Materials:
96
+ - {fileID: 2100000, guid: bd2d742ee2ce7a740ae0cf992a38be74, type: 2}
97
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
98
+ - {fileID: 2100000, guid: c05de7c865075334786e6a47a543af72, type: 2}
99
+ m_StaticBatchInfo:
100
+ firstSubMesh: 0
101
+ subMeshCount: 0
102
+ m_StaticBatchRoot: {fileID: 0}
103
+ m_ProbeAnchor: {fileID: 0}
104
+ m_LightProbeVolumeOverride: {fileID: 0}
105
+ m_ScaleInLightmap: 2
106
+ m_ReceiveGI: 1
107
+ m_PreserveUVs: 0
108
+ m_IgnoreNormalsForChartDetection: 0
109
+ m_ImportantGI: 0
110
+ m_StitchLightmapSeams: 0
111
+ m_SelectedEditorRenderState: 3
112
+ m_MinimumChartSize: 4
113
+ m_AutoUVMaxDistance: 0.5
114
+ m_AutoUVMaxAngle: 89
115
+ m_LightmapParameters: {fileID: 0}
116
+ m_SortingLayerID: 0
117
+ m_SortingLayer: 0
118
+ m_SortingOrder: 0
119
+ --- !u!1 &1050306359248036
120
+ GameObject:
121
+ m_ObjectHideFlags: 0
122
+ m_CorrespondingSourceObject: {fileID: 0}
123
+ m_PrefabInstance: {fileID: 0}
124
+ m_PrefabAsset: {fileID: 0}
125
+ serializedVersion: 6
126
+ m_Component:
127
+ - component: {fileID: 4979731015986448}
128
+ - component: {fileID: 33986050007693054}
129
+ - component: {fileID: 23258724258008182}
130
+ m_Layer: 0
131
+ m_Name: Upper Covers
132
+ m_TagString: Untagged
133
+ m_Icon: {fileID: 0}
134
+ m_NavMeshLayer: 0
135
+ m_StaticEditorFlags: 69
136
+ m_IsActive: 1
137
+ --- !u!4 &4979731015986448
138
+ Transform:
139
+ m_ObjectHideFlags: 0
140
+ m_CorrespondingSourceObject: {fileID: 0}
141
+ m_PrefabInstance: {fileID: 0}
142
+ m_PrefabAsset: {fileID: 0}
143
+ m_GameObject: {fileID: 1050306359248036}
144
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
145
+ m_LocalPosition: {x: -0, y: 0.15057836, z: 0}
146
+ m_LocalScale: {x: 1, y: 1, z: 1}
147
+ m_Children: []
148
+ m_Father: {fileID: 4585430490721058}
149
+ m_RootOrder: 4
150
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
151
+ --- !u!33 &33986050007693054
152
+ MeshFilter:
153
+ m_ObjectHideFlags: 0
154
+ m_CorrespondingSourceObject: {fileID: 0}
155
+ m_PrefabInstance: {fileID: 0}
156
+ m_PrefabAsset: {fileID: 0}
157
+ m_GameObject: {fileID: 1050306359248036}
158
+ m_Mesh: {fileID: 4300004, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
159
+ --- !u!23 &23258724258008182
160
+ MeshRenderer:
161
+ m_ObjectHideFlags: 0
162
+ m_CorrespondingSourceObject: {fileID: 0}
163
+ m_PrefabInstance: {fileID: 0}
164
+ m_PrefabAsset: {fileID: 0}
165
+ m_GameObject: {fileID: 1050306359248036}
166
+ m_Enabled: 1
167
+ m_CastShadows: 1
168
+ m_ReceiveShadows: 1
169
+ m_DynamicOccludee: 1
170
+ m_MotionVectors: 1
171
+ m_LightProbeUsage: 1
172
+ m_ReflectionProbeUsage: 1
173
+ m_RayTracingMode: 2
174
+ m_RenderingLayerMask: 4294967295
175
+ m_RendererPriority: 0
176
+ m_Materials:
177
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
178
+ m_StaticBatchInfo:
179
+ firstSubMesh: 0
180
+ subMeshCount: 0
181
+ m_StaticBatchRoot: {fileID: 0}
182
+ m_ProbeAnchor: {fileID: 0}
183
+ m_LightProbeVolumeOverride: {fileID: 0}
184
+ m_ScaleInLightmap: 4
185
+ m_ReceiveGI: 1
186
+ m_PreserveUVs: 0
187
+ m_IgnoreNormalsForChartDetection: 0
188
+ m_ImportantGI: 0
189
+ m_StitchLightmapSeams: 0
190
+ m_SelectedEditorRenderState: 3
191
+ m_MinimumChartSize: 4
192
+ m_AutoUVMaxDistance: 0.5
193
+ m_AutoUVMaxAngle: 89
194
+ m_LightmapParameters: {fileID: 0}
195
+ m_SortingLayerID: 0
196
+ m_SortingLayer: 0
197
+ m_SortingOrder: 0
198
+ --- !u!1 &1062234680288428
199
+ GameObject:
200
+ m_ObjectHideFlags: 0
201
+ m_CorrespondingSourceObject: {fileID: 0}
202
+ m_PrefabInstance: {fileID: 0}
203
+ m_PrefabAsset: {fileID: 0}
204
+ serializedVersion: 6
205
+ m_Component:
206
+ - component: {fileID: 4546964246782366}
207
+ - component: {fileID: 108702511659196576}
208
+ m_Layer: 0
209
+ m_Name: Spot Light
210
+ m_TagString: Untagged
211
+ m_Icon: {fileID: 0}
212
+ m_NavMeshLayer: 0
213
+ m_StaticEditorFlags: 0
214
+ m_IsActive: 1
215
+ --- !u!4 &4546964246782366
216
+ Transform:
217
+ m_ObjectHideFlags: 0
218
+ m_CorrespondingSourceObject: {fileID: 0}
219
+ m_PrefabInstance: {fileID: 0}
220
+ m_PrefabAsset: {fileID: 0}
221
+ m_GameObject: {fileID: 1062234680288428}
222
+ m_LocalRotation: {x: -0, y: 0.7071068, z: -0, w: 0.7071068}
223
+ m_LocalPosition: {x: -0.02, y: 1.467, z: -0}
224
+ m_LocalScale: {x: 1, y: 1, z: 1}
225
+ m_Children: []
226
+ m_Father: {fileID: 4189669893887648}
227
+ m_RootOrder: 3
228
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
229
+ --- !u!108 &108702511659196576
230
+ Light:
231
+ m_ObjectHideFlags: 0
232
+ m_CorrespondingSourceObject: {fileID: 0}
233
+ m_PrefabInstance: {fileID: 0}
234
+ m_PrefabAsset: {fileID: 0}
235
+ m_GameObject: {fileID: 1062234680288428}
236
+ m_Enabled: 1
237
+ serializedVersion: 10
238
+ m_Type: 0
239
+ m_Shape: 0
240
+ m_Color: {r: 0.9529412, g: 0.9254902, b: 0.8039216, a: 1}
241
+ m_Intensity: 12
242
+ m_Range: 6
243
+ m_SpotAngle: 90
244
+ m_InnerSpotAngle: 71.41338
245
+ m_CookieSize: 10
246
+ m_Shadows:
247
+ m_Type: 2
248
+ m_Resolution: -1
249
+ m_CustomResolution: -1
250
+ m_Strength: 1
251
+ m_Bias: 0.01
252
+ m_NormalBias: 0.5
253
+ m_NearPlane: 0.2
254
+ m_CullingMatrixOverride:
255
+ e00: 1
256
+ e01: 0
257
+ e02: 0
258
+ e03: 0
259
+ e10: 0
260
+ e11: 1
261
+ e12: 0
262
+ e13: 0
263
+ e20: 0
264
+ e21: 0
265
+ e22: 1
266
+ e23: 0
267
+ e30: 0
268
+ e31: 0
269
+ e32: 0
270
+ e33: 1
271
+ m_UseCullingMatrixOverride: 0
272
+ m_Cookie: {fileID: 2800000, guid: c5ae14b135040d94a98c48e5f29ecb8c, type: 3}
273
+ m_DrawHalo: 0
274
+ m_Flare: {fileID: 0}
275
+ m_RenderMode: 0
276
+ m_CullingMask:
277
+ serializedVersion: 2
278
+ m_Bits: 4294967295
279
+ m_RenderingLayerMask: 1
280
+ m_Lightmapping: 4
281
+ m_LightShadowCasterMode: 0
282
+ m_AreaSize: {x: 1, y: 1}
283
+ m_BounceIntensity: 0
284
+ m_ColorTemperature: 6570
285
+ m_UseColorTemperature: 0
286
+ m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
287
+ m_UseBoundingSphereOverride: 0
288
+ m_ShadowRadius: 0.25
289
+ m_ShadowAngle: 0
290
+ --- !u!1 &1065673142479228
291
+ GameObject:
292
+ m_ObjectHideFlags: 0
293
+ m_CorrespondingSourceObject: {fileID: 0}
294
+ m_PrefabInstance: {fileID: 0}
295
+ m_PrefabAsset: {fileID: 0}
296
+ serializedVersion: 6
297
+ m_Component:
298
+ - component: {fileID: 4189669893887648}
299
+ m_Layer: 0
300
+ m_Name: Construction Light Low(Clone)
301
+ m_TagString: Untagged
302
+ m_Icon: {fileID: 0}
303
+ m_NavMeshLayer: 0
304
+ m_StaticEditorFlags: 0
305
+ m_IsActive: 1
306
+ --- !u!4 &4189669893887648
307
+ Transform:
308
+ m_ObjectHideFlags: 0
309
+ m_CorrespondingSourceObject: {fileID: 0}
310
+ m_PrefabInstance: {fileID: 0}
311
+ m_PrefabAsset: {fileID: 0}
312
+ m_GameObject: {fileID: 1065673142479228}
313
+ m_LocalRotation: {x: 0, y: 0.9743701, z: 0, w: 0.22495107}
314
+ m_LocalPosition: {x: 0.92, y: -0.30264044, z: 0.27}
315
+ m_LocalScale: {x: 1, y: 1, z: 1}
316
+ m_Children:
317
+ - {fileID: 4692401478056128}
318
+ - {fileID: 4525013403442960}
319
+ - {fileID: 4212460359589284}
320
+ - {fileID: 4546964246782366}
321
+ m_Father: {fileID: 4677891204690692}
322
+ m_RootOrder: 1
323
+ m_LocalEulerAnglesHint: {x: 0, y: 154, z: 0}
324
+ --- !u!1 &1150297715205740
325
+ GameObject:
326
+ m_ObjectHideFlags: 0
327
+ m_CorrespondingSourceObject: {fileID: 0}
328
+ m_PrefabInstance: {fileID: 0}
329
+ m_PrefabAsset: {fileID: 0}
330
+ serializedVersion: 6
331
+ m_Component:
332
+ - component: {fileID: 4365643621193746}
333
+ m_Layer: 0
334
+ m_Name: Paint Supplies
335
+ m_TagString: Untagged
336
+ m_Icon: {fileID: 0}
337
+ m_NavMeshLayer: 0
338
+ m_StaticEditorFlags: 0
339
+ m_IsActive: 1
340
+ --- !u!4 &4365643621193746
341
+ Transform:
342
+ m_ObjectHideFlags: 0
343
+ m_CorrespondingSourceObject: {fileID: 0}
344
+ m_PrefabInstance: {fileID: 0}
345
+ m_PrefabAsset: {fileID: 0}
346
+ m_GameObject: {fileID: 1150297715205740}
347
+ m_LocalRotation: {x: -0, y: 0.94858384, z: -0, w: 0.31652606}
348
+ m_LocalPosition: {x: -1.147252, y: -0.30264044, z: -0.43732834}
349
+ m_LocalScale: {x: 1, y: 1, z: 1}
350
+ m_Children:
351
+ - {fileID: 4719897759918400}
352
+ - {fileID: 4201945515465854}
353
+ - {fileID: 4458338781515554}
354
+ - {fileID: 4444496693560622}
355
+ m_Father: {fileID: 4677891204690692}
356
+ m_RootOrder: 0
357
+ m_LocalEulerAnglesHint: {x: 0, y: 143.09401, z: 0}
358
+ --- !u!1 &1174436204929386
359
+ GameObject:
360
+ m_ObjectHideFlags: 0
361
+ m_CorrespondingSourceObject: {fileID: 0}
362
+ m_PrefabInstance: {fileID: 0}
363
+ m_PrefabAsset: {fileID: 0}
364
+ serializedVersion: 6
365
+ m_Component:
366
+ - component: {fileID: 4021181903938816}
367
+ - component: {fileID: 33771821734728926}
368
+ - component: {fileID: 23958180056821764}
369
+ m_Layer: 0
370
+ m_Name: Safety Hat
371
+ m_TagString: Untagged
372
+ m_Icon: {fileID: 0}
373
+ m_NavMeshLayer: 0
374
+ m_StaticEditorFlags: 64
375
+ m_IsActive: 1
376
+ --- !u!4 &4021181903938816
377
+ Transform:
378
+ m_ObjectHideFlags: 0
379
+ m_CorrespondingSourceObject: {fileID: 0}
380
+ m_PrefabInstance: {fileID: 0}
381
+ m_PrefabAsset: {fileID: 0}
382
+ m_GameObject: {fileID: 1174436204929386}
383
+ m_LocalRotation: {x: 0.07630027, y: 0.08658664, z: -0.13614726, w: 0.98394364}
384
+ m_LocalPosition: {x: -1.1087186, y: 0.91580284, z: 2.8324115}
385
+ m_LocalScale: {x: 1, y: 1, z: 1}
386
+ m_Children: []
387
+ m_Father: {fileID: 4027874660965690}
388
+ m_RootOrder: 5
389
+ m_LocalEulerAnglesHint: {x: 10.005, y: -32.357002, z: -14.990001}
390
+ --- !u!33 &33771821734728926
391
+ MeshFilter:
392
+ m_ObjectHideFlags: 0
393
+ m_CorrespondingSourceObject: {fileID: 0}
394
+ m_PrefabInstance: {fileID: 0}
395
+ m_PrefabAsset: {fileID: 0}
396
+ m_GameObject: {fileID: 1174436204929386}
397
+ m_Mesh: {fileID: 4300000, guid: 9d0d902f71acfe646a46cb625f815a49, type: 3}
398
+ --- !u!23 &23958180056821764
399
+ MeshRenderer:
400
+ m_ObjectHideFlags: 0
401
+ m_CorrespondingSourceObject: {fileID: 0}
402
+ m_PrefabInstance: {fileID: 0}
403
+ m_PrefabAsset: {fileID: 0}
404
+ m_GameObject: {fileID: 1174436204929386}
405
+ m_Enabled: 1
406
+ m_CastShadows: 1
407
+ m_ReceiveShadows: 1
408
+ m_DynamicOccludee: 1
409
+ m_MotionVectors: 1
410
+ m_LightProbeUsage: 1
411
+ m_ReflectionProbeUsage: 1
412
+ m_RayTracingMode: 2
413
+ m_RenderingLayerMask: 4294967295
414
+ m_RendererPriority: 0
415
+ m_Materials:
416
+ - {fileID: 2100000, guid: e93789f0a5d66df4a81613935579642b, type: 2}
417
+ m_StaticBatchInfo:
418
+ firstSubMesh: 0
419
+ subMeshCount: 0
420
+ m_StaticBatchRoot: {fileID: 0}
421
+ m_ProbeAnchor: {fileID: 0}
422
+ m_LightProbeVolumeOverride: {fileID: 0}
423
+ m_ScaleInLightmap: 1
424
+ m_ReceiveGI: 1
425
+ m_PreserveUVs: 0
426
+ m_IgnoreNormalsForChartDetection: 0
427
+ m_ImportantGI: 0
428
+ m_StitchLightmapSeams: 0
429
+ m_SelectedEditorRenderState: 3
430
+ m_MinimumChartSize: 4
431
+ m_AutoUVMaxDistance: 0.5
432
+ m_AutoUVMaxAngle: 89
433
+ m_LightmapParameters: {fileID: 0}
434
+ m_SortingLayerID: 0
435
+ m_SortingLayer: 0
436
+ m_SortingOrder: 0
437
+ --- !u!1 &1179142315864596
438
+ GameObject:
439
+ m_ObjectHideFlags: 0
440
+ m_CorrespondingSourceObject: {fileID: 0}
441
+ m_PrefabInstance: {fileID: 0}
442
+ m_PrefabAsset: {fileID: 0}
443
+ serializedVersion: 6
444
+ m_Component:
445
+ - component: {fileID: 4970666313166352}
446
+ - component: {fileID: 33725302519615834}
447
+ - component: {fileID: 23968048237331916}
448
+ m_Layer: 0
449
+ m_Name: Bench Legs
450
+ m_TagString: Untagged
451
+ m_Icon: {fileID: 0}
452
+ m_NavMeshLayer: 0
453
+ m_StaticEditorFlags: 69
454
+ m_IsActive: 1
455
+ --- !u!4 &4970666313166352
456
+ Transform:
457
+ m_ObjectHideFlags: 0
458
+ m_CorrespondingSourceObject: {fileID: 0}
459
+ m_PrefabInstance: {fileID: 0}
460
+ m_PrefabAsset: {fileID: 0}
461
+ m_GameObject: {fileID: 1179142315864596}
462
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
463
+ m_LocalPosition: {x: -0, y: -0.012217102, z: 0}
464
+ m_LocalScale: {x: 1, y: 1, z: 1}
465
+ m_Children: []
466
+ m_Father: {fileID: 4585430490721058}
467
+ m_RootOrder: 1
468
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
469
+ --- !u!33 &33725302519615834
470
+ MeshFilter:
471
+ m_ObjectHideFlags: 0
472
+ m_CorrespondingSourceObject: {fileID: 0}
473
+ m_PrefabInstance: {fileID: 0}
474
+ m_PrefabAsset: {fileID: 0}
475
+ m_GameObject: {fileID: 1179142315864596}
476
+ m_Mesh: {fileID: 4300000, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
477
+ --- !u!23 &23968048237331916
478
+ MeshRenderer:
479
+ m_ObjectHideFlags: 0
480
+ m_CorrespondingSourceObject: {fileID: 0}
481
+ m_PrefabInstance: {fileID: 0}
482
+ m_PrefabAsset: {fileID: 0}
483
+ m_GameObject: {fileID: 1179142315864596}
484
+ m_Enabled: 1
485
+ m_CastShadows: 1
486
+ m_ReceiveShadows: 1
487
+ m_DynamicOccludee: 1
488
+ m_MotionVectors: 1
489
+ m_LightProbeUsage: 1
490
+ m_ReflectionProbeUsage: 1
491
+ m_RayTracingMode: 2
492
+ m_RenderingLayerMask: 4294967295
493
+ m_RendererPriority: 0
494
+ m_Materials:
495
+ - {fileID: 2100000, guid: e745492728544aa488aa0429b6068e71, type: 2}
496
+ - {fileID: 2100000, guid: a0427cf339e5891468d5f2b433b2d44a, type: 2}
497
+ m_StaticBatchInfo:
498
+ firstSubMesh: 0
499
+ subMeshCount: 0
500
+ m_StaticBatchRoot: {fileID: 0}
501
+ m_ProbeAnchor: {fileID: 0}
502
+ m_LightProbeVolumeOverride: {fileID: 0}
503
+ m_ScaleInLightmap: 3
504
+ m_ReceiveGI: 1
505
+ m_PreserveUVs: 0
506
+ m_IgnoreNormalsForChartDetection: 0
507
+ m_ImportantGI: 0
508
+ m_StitchLightmapSeams: 0
509
+ m_SelectedEditorRenderState: 3
510
+ m_MinimumChartSize: 4
511
+ m_AutoUVMaxDistance: 0.5
512
+ m_AutoUVMaxAngle: 89
513
+ m_LightmapParameters: {fileID: 0}
514
+ m_SortingLayerID: 0
515
+ m_SortingLayer: 0
516
+ m_SortingOrder: 0
517
+ --- !u!1 &1200409567287126
518
+ GameObject:
519
+ m_ObjectHideFlags: 0
520
+ m_CorrespondingSourceObject: {fileID: 0}
521
+ m_PrefabInstance: {fileID: 0}
522
+ m_PrefabAsset: {fileID: 0}
523
+ serializedVersion: 6
524
+ m_Component:
525
+ - component: {fileID: 4705730260817966}
526
+ - component: {fileID: 33952867647086490}
527
+ - component: {fileID: 23907148696617120}
528
+ m_Layer: 0
529
+ m_Name: Bench Legs Low
530
+ m_TagString: Untagged
531
+ m_Icon: {fileID: 0}
532
+ m_NavMeshLayer: 0
533
+ m_StaticEditorFlags: 69
534
+ m_IsActive: 1
535
+ --- !u!4 &4705730260817966
536
+ Transform:
537
+ m_ObjectHideFlags: 0
538
+ m_CorrespondingSourceObject: {fileID: 0}
539
+ m_PrefabInstance: {fileID: 0}
540
+ m_PrefabAsset: {fileID: 0}
541
+ m_GameObject: {fileID: 1200409567287126}
542
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
543
+ m_LocalPosition: {x: -0, y: -0.012217102, z: 0}
544
+ m_LocalScale: {x: 1, y: 1, z: 1}
545
+ m_Children: []
546
+ m_Father: {fileID: 4976220721664276}
547
+ m_RootOrder: 1
548
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
549
+ --- !u!33 &33952867647086490
550
+ MeshFilter:
551
+ m_ObjectHideFlags: 0
552
+ m_CorrespondingSourceObject: {fileID: 0}
553
+ m_PrefabInstance: {fileID: 0}
554
+ m_PrefabAsset: {fileID: 0}
555
+ m_GameObject: {fileID: 1200409567287126}
556
+ m_Mesh: {fileID: 4300000, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
557
+ --- !u!23 &23907148696617120
558
+ MeshRenderer:
559
+ m_ObjectHideFlags: 0
560
+ m_CorrespondingSourceObject: {fileID: 0}
561
+ m_PrefabInstance: {fileID: 0}
562
+ m_PrefabAsset: {fileID: 0}
563
+ m_GameObject: {fileID: 1200409567287126}
564
+ m_Enabled: 1
565
+ m_CastShadows: 1
566
+ m_ReceiveShadows: 1
567
+ m_DynamicOccludee: 1
568
+ m_MotionVectors: 1
569
+ m_LightProbeUsage: 1
570
+ m_ReflectionProbeUsage: 1
571
+ m_RayTracingMode: 2
572
+ m_RenderingLayerMask: 4294967295
573
+ m_RendererPriority: 0
574
+ m_Materials:
575
+ - {fileID: 2100000, guid: e745492728544aa488aa0429b6068e71, type: 2}
576
+ - {fileID: 2100000, guid: a0427cf339e5891468d5f2b433b2d44a, type: 2}
577
+ m_StaticBatchInfo:
578
+ firstSubMesh: 0
579
+ subMeshCount: 0
580
+ m_StaticBatchRoot: {fileID: 0}
581
+ m_ProbeAnchor: {fileID: 0}
582
+ m_LightProbeVolumeOverride: {fileID: 0}
583
+ m_ScaleInLightmap: 4
584
+ m_ReceiveGI: 1
585
+ m_PreserveUVs: 0
586
+ m_IgnoreNormalsForChartDetection: 0
587
+ m_ImportantGI: 0
588
+ m_StitchLightmapSeams: 0
589
+ m_SelectedEditorRenderState: 3
590
+ m_MinimumChartSize: 4
591
+ m_AutoUVMaxDistance: 0.5
592
+ m_AutoUVMaxAngle: 89
593
+ m_LightmapParameters: {fileID: 0}
594
+ m_SortingLayerID: 0
595
+ m_SortingLayer: 0
596
+ m_SortingOrder: 0
597
+ --- !u!1 &1217637773849290
598
+ GameObject:
599
+ m_ObjectHideFlags: 0
600
+ m_CorrespondingSourceObject: {fileID: 0}
601
+ m_PrefabInstance: {fileID: 0}
602
+ m_PrefabAsset: {fileID: 0}
603
+ serializedVersion: 6
604
+ m_Component:
605
+ - component: {fileID: 4476914650671270}
606
+ - component: {fileID: 33749760808909316}
607
+ - component: {fileID: 23957298672366632}
608
+ m_Layer: 0
609
+ m_Name: Safety Goggles
610
+ m_TagString: Untagged
611
+ m_Icon: {fileID: 0}
612
+ m_NavMeshLayer: 0
613
+ m_StaticEditorFlags: 4
614
+ m_IsActive: 1
615
+ --- !u!4 &4476914650671270
616
+ Transform:
617
+ m_ObjectHideFlags: 0
618
+ m_CorrespondingSourceObject: {fileID: 0}
619
+ m_PrefabInstance: {fileID: 0}
620
+ m_PrefabAsset: {fileID: 0}
621
+ m_GameObject: {fileID: 1217637773849290}
622
+ m_LocalRotation: {x: -0, y: 0.48594558, z: -0, w: 0.8739891}
623
+ m_LocalPosition: {x: -0.85687876, y: 0.7586, z: 2.8654969}
624
+ m_LocalScale: {x: 1, y: 1, z: 1}
625
+ m_Children: []
626
+ m_Father: {fileID: 4027874660965690}
627
+ m_RootOrder: 7
628
+ m_LocalEulerAnglesHint: {x: 0, y: 17.053001, z: 0}
629
+ --- !u!33 &33749760808909316
630
+ MeshFilter:
631
+ m_ObjectHideFlags: 0
632
+ m_CorrespondingSourceObject: {fileID: 0}
633
+ m_PrefabInstance: {fileID: 0}
634
+ m_PrefabAsset: {fileID: 0}
635
+ m_GameObject: {fileID: 1217637773849290}
636
+ m_Mesh: {fileID: 4300000, guid: 6296e48663fd7ad46b1a2af507f871cf, type: 3}
637
+ --- !u!23 &23957298672366632
638
+ MeshRenderer:
639
+ m_ObjectHideFlags: 0
640
+ m_CorrespondingSourceObject: {fileID: 0}
641
+ m_PrefabInstance: {fileID: 0}
642
+ m_PrefabAsset: {fileID: 0}
643
+ m_GameObject: {fileID: 1217637773849290}
644
+ m_Enabled: 1
645
+ m_CastShadows: 1
646
+ m_ReceiveShadows: 1
647
+ m_DynamicOccludee: 1
648
+ m_MotionVectors: 1
649
+ m_LightProbeUsage: 1
650
+ m_ReflectionProbeUsage: 1
651
+ m_RayTracingMode: 2
652
+ m_RenderingLayerMask: 4294967295
653
+ m_RendererPriority: 0
654
+ m_Materials:
655
+ - {fileID: 2100000, guid: 81c1860e7800e5340bf8a54c565ba9ea, type: 2}
656
+ - {fileID: 2100000, guid: 8a38b7350df9a9c438e568993a00e5c5, type: 2}
657
+ - {fileID: 2100000, guid: bd2d742ee2ce7a740ae0cf992a38be74, type: 2}
658
+ - {fileID: 2100000, guid: e745492728544aa488aa0429b6068e71, type: 2}
659
+ m_StaticBatchInfo:
660
+ firstSubMesh: 0
661
+ subMeshCount: 0
662
+ m_StaticBatchRoot: {fileID: 0}
663
+ m_ProbeAnchor: {fileID: 0}
664
+ m_LightProbeVolumeOverride: {fileID: 0}
665
+ m_ScaleInLightmap: 1
666
+ m_ReceiveGI: 1
667
+ m_PreserveUVs: 0
668
+ m_IgnoreNormalsForChartDetection: 0
669
+ m_ImportantGI: 0
670
+ m_StitchLightmapSeams: 0
671
+ m_SelectedEditorRenderState: 3
672
+ m_MinimumChartSize: 4
673
+ m_AutoUVMaxDistance: 0.5
674
+ m_AutoUVMaxAngle: 89
675
+ m_LightmapParameters: {fileID: 0}
676
+ m_SortingLayerID: 0
677
+ m_SortingLayer: 0
678
+ m_SortingOrder: 0
679
+ --- !u!1 &1245921258145638
680
+ GameObject:
681
+ m_ObjectHideFlags: 0
682
+ m_CorrespondingSourceObject: {fileID: 0}
683
+ m_PrefabInstance: {fileID: 0}
684
+ m_PrefabAsset: {fileID: 0}
685
+ serializedVersion: 6
686
+ m_Component:
687
+ - component: {fileID: 4719897759918400}
688
+ - component: {fileID: 33533223359167378}
689
+ - component: {fileID: 23718737051581216}
690
+ m_Layer: 0
691
+ m_Name: Paint 1G Bucket
692
+ m_TagString: Untagged
693
+ m_Icon: {fileID: 0}
694
+ m_NavMeshLayer: 0
695
+ m_StaticEditorFlags: 68
696
+ m_IsActive: 1
697
+ --- !u!4 &4719897759918400
698
+ Transform:
699
+ m_ObjectHideFlags: 0
700
+ m_CorrespondingSourceObject: {fileID: 0}
701
+ m_PrefabInstance: {fileID: 0}
702
+ m_PrefabAsset: {fileID: 0}
703
+ m_GameObject: {fileID: 1245921258145638}
704
+ m_LocalRotation: {x: -0, y: -0.9810064, z: -0, w: -0.19397536}
705
+ m_LocalPosition: {x: -0.308, y: 0, z: -0.085}
706
+ m_LocalScale: {x: 1, y: 1, z: 1}
707
+ m_Children: []
708
+ m_Father: {fileID: 4365643621193746}
709
+ m_RootOrder: 0
710
+ m_LocalEulerAnglesHint: {x: 0, y: -202.37, z: 0}
711
+ --- !u!33 &33533223359167378
712
+ MeshFilter:
713
+ m_ObjectHideFlags: 0
714
+ m_CorrespondingSourceObject: {fileID: 0}
715
+ m_PrefabInstance: {fileID: 0}
716
+ m_PrefabAsset: {fileID: 0}
717
+ m_GameObject: {fileID: 1245921258145638}
718
+ m_Mesh: {fileID: 4300002, guid: b451a052397f03c4f8a04d915d1c0492, type: 3}
719
+ --- !u!23 &23718737051581216
720
+ MeshRenderer:
721
+ m_ObjectHideFlags: 0
722
+ m_CorrespondingSourceObject: {fileID: 0}
723
+ m_PrefabInstance: {fileID: 0}
724
+ m_PrefabAsset: {fileID: 0}
725
+ m_GameObject: {fileID: 1245921258145638}
726
+ m_Enabled: 1
727
+ m_CastShadows: 2
728
+ m_ReceiveShadows: 1
729
+ m_DynamicOccludee: 1
730
+ m_MotionVectors: 1
731
+ m_LightProbeUsage: 1
732
+ m_ReflectionProbeUsage: 1
733
+ m_RayTracingMode: 2
734
+ m_RenderingLayerMask: 4294967295
735
+ m_RendererPriority: 0
736
+ m_Materials:
737
+ - {fileID: 2100000, guid: c820ae8e865d1d542b5c256e4270f6d4, type: 2}
738
+ m_StaticBatchInfo:
739
+ firstSubMesh: 0
740
+ subMeshCount: 0
741
+ m_StaticBatchRoot: {fileID: 0}
742
+ m_ProbeAnchor: {fileID: 0}
743
+ m_LightProbeVolumeOverride: {fileID: 0}
744
+ m_ScaleInLightmap: 1
745
+ m_ReceiveGI: 1
746
+ m_PreserveUVs: 0
747
+ m_IgnoreNormalsForChartDetection: 0
748
+ m_ImportantGI: 0
749
+ m_StitchLightmapSeams: 0
750
+ m_SelectedEditorRenderState: 3
751
+ m_MinimumChartSize: 4
752
+ m_AutoUVMaxDistance: 0.5
753
+ m_AutoUVMaxAngle: 89
754
+ m_LightmapParameters: {fileID: 0}
755
+ m_SortingLayerID: 0
756
+ m_SortingLayer: 0
757
+ m_SortingOrder: 0
758
+ --- !u!1 &1327539683720018
759
+ GameObject:
760
+ m_ObjectHideFlags: 0
761
+ m_CorrespondingSourceObject: {fileID: 0}
762
+ m_PrefabInstance: {fileID: 0}
763
+ m_PrefabAsset: {fileID: 0}
764
+ serializedVersion: 6
765
+ m_Component:
766
+ - component: {fileID: 4092583383439452}
767
+ - component: {fileID: 33252036121645036}
768
+ - component: {fileID: 23200301093769206}
769
+ m_Layer: 0
770
+ m_Name: Bench Bottom Low
771
+ m_TagString: Untagged
772
+ m_Icon: {fileID: 0}
773
+ m_NavMeshLayer: 0
774
+ m_StaticEditorFlags: 69
775
+ m_IsActive: 1
776
+ --- !u!4 &4092583383439452
777
+ Transform:
778
+ m_ObjectHideFlags: 0
779
+ m_CorrespondingSourceObject: {fileID: 0}
780
+ m_PrefabInstance: {fileID: 0}
781
+ m_PrefabAsset: {fileID: 0}
782
+ m_GameObject: {fileID: 1327539683720018}
783
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
784
+ m_LocalPosition: {x: -0, y: -0.028999997, z: 0}
785
+ m_LocalScale: {x: 1, y: 1, z: 1}
786
+ m_Children: []
787
+ m_Father: {fileID: 4976220721664276}
788
+ m_RootOrder: 0
789
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
790
+ --- !u!33 &33252036121645036
791
+ MeshFilter:
792
+ m_ObjectHideFlags: 0
793
+ m_CorrespondingSourceObject: {fileID: 0}
794
+ m_PrefabInstance: {fileID: 0}
795
+ m_PrefabAsset: {fileID: 0}
796
+ m_GameObject: {fileID: 1327539683720018}
797
+ m_Mesh: {fileID: 4300006, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
798
+ --- !u!23 &23200301093769206
799
+ MeshRenderer:
800
+ m_ObjectHideFlags: 0
801
+ m_CorrespondingSourceObject: {fileID: 0}
802
+ m_PrefabInstance: {fileID: 0}
803
+ m_PrefabAsset: {fileID: 0}
804
+ m_GameObject: {fileID: 1327539683720018}
805
+ m_Enabled: 1
806
+ m_CastShadows: 1
807
+ m_ReceiveShadows: 1
808
+ m_DynamicOccludee: 1
809
+ m_MotionVectors: 1
810
+ m_LightProbeUsage: 1
811
+ m_ReflectionProbeUsage: 1
812
+ m_RayTracingMode: 2
813
+ m_RenderingLayerMask: 4294967295
814
+ m_RendererPriority: 0
815
+ m_Materials:
816
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
817
+ m_StaticBatchInfo:
818
+ firstSubMesh: 0
819
+ subMeshCount: 0
820
+ m_StaticBatchRoot: {fileID: 0}
821
+ m_ProbeAnchor: {fileID: 0}
822
+ m_LightProbeVolumeOverride: {fileID: 0}
823
+ m_ScaleInLightmap: 2.6
824
+ m_ReceiveGI: 1
825
+ m_PreserveUVs: 0
826
+ m_IgnoreNormalsForChartDetection: 0
827
+ m_ImportantGI: 0
828
+ m_StitchLightmapSeams: 0
829
+ m_SelectedEditorRenderState: 3
830
+ m_MinimumChartSize: 4
831
+ m_AutoUVMaxDistance: 0.5
832
+ m_AutoUVMaxAngle: 89
833
+ m_LightmapParameters: {fileID: 0}
834
+ m_SortingLayerID: 0
835
+ m_SortingLayer: 0
836
+ m_SortingOrder: 0
837
+ --- !u!1 &1372240590027620
838
+ GameObject:
839
+ m_ObjectHideFlags: 0
840
+ m_CorrespondingSourceObject: {fileID: 0}
841
+ m_PrefabInstance: {fileID: 0}
842
+ m_PrefabAsset: {fileID: 0}
843
+ serializedVersion: 6
844
+ m_Component:
845
+ - component: {fileID: 4583570968539232}
846
+ m_Layer: 0
847
+ m_Name: Stud
848
+ m_TagString: Untagged
849
+ m_Icon: {fileID: 0}
850
+ m_NavMeshLayer: 0
851
+ m_StaticEditorFlags: 69
852
+ m_IsActive: 1
853
+ --- !u!4 &4583570968539232
854
+ Transform:
855
+ m_ObjectHideFlags: 0
856
+ m_CorrespondingSourceObject: {fileID: 0}
857
+ m_PrefabInstance: {fileID: 0}
858
+ m_PrefabAsset: {fileID: 0}
859
+ m_GameObject: {fileID: 1372240590027620}
860
+ m_LocalRotation: {x: 0.6436846, y: 0.6436846, z: 0.29269472, w: 0.29269472}
861
+ m_LocalPosition: {x: -0.9077816, y: 0.81299996, z: 2.5728521}
862
+ m_LocalScale: {x: 1, y: 1, z: 1}
863
+ m_Children:
864
+ - {fileID: 4869529812618282}
865
+ m_Father: {fileID: 4027874660965690}
866
+ m_RootOrder: 2
867
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 90}
868
+ --- !u!1 &1411453841197138
869
+ GameObject:
870
+ m_ObjectHideFlags: 0
871
+ m_CorrespondingSourceObject: {fileID: 0}
872
+ m_PrefabInstance: {fileID: 0}
873
+ m_PrefabAsset: {fileID: 0}
874
+ serializedVersion: 6
875
+ m_Component:
876
+ - component: {fileID: 4660598150119650}
877
+ - component: {fileID: 33650774505969020}
878
+ - component: {fileID: 23740904690079350}
879
+ m_Layer: 0
880
+ m_Name: Upper Covers Low
881
+ m_TagString: Untagged
882
+ m_Icon: {fileID: 0}
883
+ m_NavMeshLayer: 0
884
+ m_StaticEditorFlags: 68
885
+ m_IsActive: 1
886
+ --- !u!4 &4660598150119650
887
+ Transform:
888
+ m_ObjectHideFlags: 0
889
+ m_CorrespondingSourceObject: {fileID: 0}
890
+ m_PrefabInstance: {fileID: 0}
891
+ m_PrefabAsset: {fileID: 0}
892
+ m_GameObject: {fileID: 1411453841197138}
893
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
894
+ m_LocalPosition: {x: -0, y: 0.15057836, z: 0}
895
+ m_LocalScale: {x: 1, y: 1, z: 1}
896
+ m_Children: []
897
+ m_Father: {fileID: 4976220721664276}
898
+ m_RootOrder: 4
899
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
900
+ --- !u!33 &33650774505969020
901
+ MeshFilter:
902
+ m_ObjectHideFlags: 0
903
+ m_CorrespondingSourceObject: {fileID: 0}
904
+ m_PrefabInstance: {fileID: 0}
905
+ m_PrefabAsset: {fileID: 0}
906
+ m_GameObject: {fileID: 1411453841197138}
907
+ m_Mesh: {fileID: 4300004, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
908
+ --- !u!23 &23740904690079350
909
+ MeshRenderer:
910
+ m_ObjectHideFlags: 0
911
+ m_CorrespondingSourceObject: {fileID: 0}
912
+ m_PrefabInstance: {fileID: 0}
913
+ m_PrefabAsset: {fileID: 0}
914
+ m_GameObject: {fileID: 1411453841197138}
915
+ m_Enabled: 1
916
+ m_CastShadows: 1
917
+ m_ReceiveShadows: 1
918
+ m_DynamicOccludee: 1
919
+ m_MotionVectors: 1
920
+ m_LightProbeUsage: 1
921
+ m_ReflectionProbeUsage: 1
922
+ m_RayTracingMode: 2
923
+ m_RenderingLayerMask: 4294967295
924
+ m_RendererPriority: 0
925
+ m_Materials:
926
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
927
+ m_StaticBatchInfo:
928
+ firstSubMesh: 0
929
+ subMeshCount: 0
930
+ m_StaticBatchRoot: {fileID: 0}
931
+ m_ProbeAnchor: {fileID: 0}
932
+ m_LightProbeVolumeOverride: {fileID: 0}
933
+ m_ScaleInLightmap: 1
934
+ m_ReceiveGI: 1
935
+ m_PreserveUVs: 0
936
+ m_IgnoreNormalsForChartDetection: 0
937
+ m_ImportantGI: 0
938
+ m_StitchLightmapSeams: 0
939
+ m_SelectedEditorRenderState: 3
940
+ m_MinimumChartSize: 4
941
+ m_AutoUVMaxDistance: 0.5
942
+ m_AutoUVMaxAngle: 89
943
+ m_LightmapParameters: {fileID: 0}
944
+ m_SortingLayerID: 0
945
+ m_SortingLayer: 0
946
+ m_SortingOrder: 0
947
+ --- !u!1 &1464835070082234
948
+ GameObject:
949
+ m_ObjectHideFlags: 0
950
+ m_CorrespondingSourceObject: {fileID: 0}
951
+ m_PrefabInstance: {fileID: 0}
952
+ m_PrefabAsset: {fileID: 0}
953
+ serializedVersion: 6
954
+ m_Component:
955
+ - component: {fileID: 4677891204690692}
956
+ m_Layer: 0
957
+ m_Name: Props
958
+ m_TagString: Untagged
959
+ m_Icon: {fileID: 0}
960
+ m_NavMeshLayer: 0
961
+ m_StaticEditorFlags: 0
962
+ m_IsActive: 1
963
+ --- !u!4 &4677891204690692
964
+ Transform:
965
+ m_ObjectHideFlags: 0
966
+ m_CorrespondingSourceObject: {fileID: 0}
967
+ m_PrefabInstance: {fileID: 0}
968
+ m_PrefabAsset: {fileID: 0}
969
+ m_GameObject: {fileID: 1464835070082234}
970
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
971
+ m_LocalPosition: {x: 1.655252, y: 0.30264044, z: 1.0033283}
972
+ m_LocalScale: {x: 1, y: 1, z: 1}
973
+ m_Children:
974
+ - {fileID: 4365643621193746}
975
+ - {fileID: 4189669893887648}
976
+ - {fileID: 4027874660965690}
977
+ m_Father: {fileID: 0}
978
+ m_RootOrder: 0
979
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
980
+ --- !u!1 &1482118748852402
981
+ GameObject:
982
+ m_ObjectHideFlags: 0
983
+ m_CorrespondingSourceObject: {fileID: 0}
984
+ m_PrefabInstance: {fileID: 0}
985
+ m_PrefabAsset: {fileID: 0}
986
+ serializedVersion: 6
987
+ m_Component:
988
+ - component: {fileID: 4182477738569220}
989
+ - component: {fileID: 33757972806707782}
990
+ - component: {fileID: 23203772573686870}
991
+ m_Layer: 0
992
+ m_Name: Supports
993
+ m_TagString: Untagged
994
+ m_Icon: {fileID: 0}
995
+ m_NavMeshLayer: 0
996
+ m_StaticEditorFlags: 69
997
+ m_IsActive: 1
998
+ --- !u!4 &4182477738569220
999
+ Transform:
1000
+ m_ObjectHideFlags: 0
1001
+ m_CorrespondingSourceObject: {fileID: 0}
1002
+ m_PrefabInstance: {fileID: 0}
1003
+ m_PrefabAsset: {fileID: 0}
1004
+ m_GameObject: {fileID: 1482118748852402}
1005
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1006
+ m_LocalPosition: {x: -0.0000048828124, y: 0.18586077, z: -0.00006345749}
1007
+ m_LocalScale: {x: 1, y: 1, z: 1}
1008
+ m_Children: []
1009
+ m_Father: {fileID: 4585430490721058}
1010
+ m_RootOrder: 3
1011
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1012
+ --- !u!33 &33757972806707782
1013
+ MeshFilter:
1014
+ m_ObjectHideFlags: 0
1015
+ m_CorrespondingSourceObject: {fileID: 0}
1016
+ m_PrefabInstance: {fileID: 0}
1017
+ m_PrefabAsset: {fileID: 0}
1018
+ m_GameObject: {fileID: 1482118748852402}
1019
+ m_Mesh: {fileID: 4300002, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
1020
+ --- !u!23 &23203772573686870
1021
+ MeshRenderer:
1022
+ m_ObjectHideFlags: 0
1023
+ m_CorrespondingSourceObject: {fileID: 0}
1024
+ m_PrefabInstance: {fileID: 0}
1025
+ m_PrefabAsset: {fileID: 0}
1026
+ m_GameObject: {fileID: 1482118748852402}
1027
+ m_Enabled: 1
1028
+ m_CastShadows: 1
1029
+ m_ReceiveShadows: 1
1030
+ m_DynamicOccludee: 1
1031
+ m_MotionVectors: 1
1032
+ m_LightProbeUsage: 1
1033
+ m_ReflectionProbeUsage: 1
1034
+ m_RayTracingMode: 2
1035
+ m_RenderingLayerMask: 4294967295
1036
+ m_RendererPriority: 0
1037
+ m_Materials:
1038
+ - {fileID: 2100000, guid: 4dad30bbe2213eb4d8312f7bb6190866, type: 2}
1039
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
1040
+ m_StaticBatchInfo:
1041
+ firstSubMesh: 0
1042
+ subMeshCount: 0
1043
+ m_StaticBatchRoot: {fileID: 0}
1044
+ m_ProbeAnchor: {fileID: 0}
1045
+ m_LightProbeVolumeOverride: {fileID: 0}
1046
+ m_ScaleInLightmap: 6
1047
+ m_ReceiveGI: 1
1048
+ m_PreserveUVs: 0
1049
+ m_IgnoreNormalsForChartDetection: 0
1050
+ m_ImportantGI: 0
1051
+ m_StitchLightmapSeams: 0
1052
+ m_SelectedEditorRenderState: 3
1053
+ m_MinimumChartSize: 4
1054
+ m_AutoUVMaxDistance: 0.5
1055
+ m_AutoUVMaxAngle: 89
1056
+ m_LightmapParameters: {fileID: 0}
1057
+ m_SortingLayerID: 0
1058
+ m_SortingLayer: 0
1059
+ m_SortingOrder: 0
1060
+ --- !u!1 &1515448148538942
1061
+ GameObject:
1062
+ m_ObjectHideFlags: 0
1063
+ m_CorrespondingSourceObject: {fileID: 0}
1064
+ m_PrefabInstance: {fileID: 0}
1065
+ m_PrefabAsset: {fileID: 0}
1066
+ serializedVersion: 6
1067
+ m_Component:
1068
+ - component: {fileID: 4516165027967356}
1069
+ - component: {fileID: 33658771249468900}
1070
+ - component: {fileID: 23529214709596268}
1071
+ m_Layer: 0
1072
+ m_Name: Bench Top Low
1073
+ m_TagString: Untagged
1074
+ m_Icon: {fileID: 0}
1075
+ m_NavMeshLayer: 0
1076
+ m_StaticEditorFlags: 69
1077
+ m_IsActive: 1
1078
+ --- !u!4 &4516165027967356
1079
+ Transform:
1080
+ m_ObjectHideFlags: 0
1081
+ m_CorrespondingSourceObject: {fileID: 0}
1082
+ m_PrefabInstance: {fileID: 0}
1083
+ m_PrefabAsset: {fileID: 0}
1084
+ m_GameObject: {fileID: 1515448148538942}
1085
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1086
+ m_LocalPosition: {x: -0, y: 0.35, z: 0}
1087
+ m_LocalScale: {x: 1, y: 1, z: 1}
1088
+ m_Children: []
1089
+ m_Father: {fileID: 4976220721664276}
1090
+ m_RootOrder: 2
1091
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1092
+ --- !u!33 &33658771249468900
1093
+ MeshFilter:
1094
+ m_ObjectHideFlags: 0
1095
+ m_CorrespondingSourceObject: {fileID: 0}
1096
+ m_PrefabInstance: {fileID: 0}
1097
+ m_PrefabAsset: {fileID: 0}
1098
+ m_GameObject: {fileID: 1515448148538942}
1099
+ m_Mesh: {fileID: 4300008, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
1100
+ --- !u!23 &23529214709596268
1101
+ MeshRenderer:
1102
+ m_ObjectHideFlags: 0
1103
+ m_CorrespondingSourceObject: {fileID: 0}
1104
+ m_PrefabInstance: {fileID: 0}
1105
+ m_PrefabAsset: {fileID: 0}
1106
+ m_GameObject: {fileID: 1515448148538942}
1107
+ m_Enabled: 1
1108
+ m_CastShadows: 1
1109
+ m_ReceiveShadows: 1
1110
+ m_DynamicOccludee: 1
1111
+ m_MotionVectors: 1
1112
+ m_LightProbeUsage: 1
1113
+ m_ReflectionProbeUsage: 1
1114
+ m_RayTracingMode: 2
1115
+ m_RenderingLayerMask: 4294967295
1116
+ m_RendererPriority: 0
1117
+ m_Materials:
1118
+ - {fileID: 2100000, guid: bd2d742ee2ce7a740ae0cf992a38be74, type: 2}
1119
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
1120
+ - {fileID: 2100000, guid: c05de7c865075334786e6a47a543af72, type: 2}
1121
+ m_StaticBatchInfo:
1122
+ firstSubMesh: 0
1123
+ subMeshCount: 0
1124
+ m_StaticBatchRoot: {fileID: 0}
1125
+ m_ProbeAnchor: {fileID: 0}
1126
+ m_LightProbeVolumeOverride: {fileID: 0}
1127
+ m_ScaleInLightmap: 4
1128
+ m_ReceiveGI: 1
1129
+ m_PreserveUVs: 0
1130
+ m_IgnoreNormalsForChartDetection: 0
1131
+ m_ImportantGI: 0
1132
+ m_StitchLightmapSeams: 0
1133
+ m_SelectedEditorRenderState: 3
1134
+ m_MinimumChartSize: 4
1135
+ m_AutoUVMaxDistance: 0.5
1136
+ m_AutoUVMaxAngle: 89
1137
+ m_LightmapParameters: {fileID: 0}
1138
+ m_SortingLayerID: 0
1139
+ m_SortingLayer: 0
1140
+ m_SortingOrder: 0
1141
+ --- !u!1 &1526385082205304
1142
+ GameObject:
1143
+ m_ObjectHideFlags: 0
1144
+ m_CorrespondingSourceObject: {fileID: 0}
1145
+ m_PrefabInstance: {fileID: 0}
1146
+ m_PrefabAsset: {fileID: 0}
1147
+ serializedVersion: 6
1148
+ m_Component:
1149
+ - component: {fileID: 4212460359589284}
1150
+ - component: {fileID: 33587511144578956}
1151
+ - component: {fileID: 23537638598863754}
1152
+ m_Layer: 0
1153
+ m_Name: Light_Heads_Low
1154
+ m_TagString: Untagged
1155
+ m_Icon: {fileID: 0}
1156
+ m_NavMeshLayer: 0
1157
+ m_StaticEditorFlags: 0
1158
+ m_IsActive: 1
1159
+ --- !u!4 &4212460359589284
1160
+ Transform:
1161
+ m_ObjectHideFlags: 0
1162
+ m_CorrespondingSourceObject: {fileID: 0}
1163
+ m_PrefabInstance: {fileID: 0}
1164
+ m_PrefabAsset: {fileID: 0}
1165
+ m_GameObject: {fileID: 1526385082205304}
1166
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1167
+ m_LocalPosition: {x: -0.0580053, y: 1.4626509, z: 0}
1168
+ m_LocalScale: {x: 1, y: 1, z: 1}
1169
+ m_Children: []
1170
+ m_Father: {fileID: 4189669893887648}
1171
+ m_RootOrder: 2
1172
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1173
+ --- !u!33 &33587511144578956
1174
+ MeshFilter:
1175
+ m_ObjectHideFlags: 0
1176
+ m_CorrespondingSourceObject: {fileID: 0}
1177
+ m_PrefabInstance: {fileID: 0}
1178
+ m_PrefabAsset: {fileID: 0}
1179
+ m_GameObject: {fileID: 1526385082205304}
1180
+ m_Mesh: {fileID: 4300002, guid: e3ae06a3979f53046aa05330d69de1fa, type: 3}
1181
+ --- !u!23 &23537638598863754
1182
+ MeshRenderer:
1183
+ m_ObjectHideFlags: 0
1184
+ m_CorrespondingSourceObject: {fileID: 0}
1185
+ m_PrefabInstance: {fileID: 0}
1186
+ m_PrefabAsset: {fileID: 0}
1187
+ m_GameObject: {fileID: 1526385082205304}
1188
+ m_Enabled: 1
1189
+ m_CastShadows: 1
1190
+ m_ReceiveShadows: 1
1191
+ m_DynamicOccludee: 1
1192
+ m_MotionVectors: 1
1193
+ m_LightProbeUsage: 1
1194
+ m_ReflectionProbeUsage: 1
1195
+ m_RayTracingMode: 2
1196
+ m_RenderingLayerMask: 4294967295
1197
+ m_RendererPriority: 0
1198
+ m_Materials:
1199
+ - {fileID: 2100000, guid: 49076442eeb7e054b8e8869f8b40656d, type: 2}
1200
+ m_StaticBatchInfo:
1201
+ firstSubMesh: 0
1202
+ subMeshCount: 0
1203
+ m_StaticBatchRoot: {fileID: 0}
1204
+ m_ProbeAnchor: {fileID: 0}
1205
+ m_LightProbeVolumeOverride: {fileID: 0}
1206
+ m_ScaleInLightmap: 1
1207
+ m_ReceiveGI: 1
1208
+ m_PreserveUVs: 0
1209
+ m_IgnoreNormalsForChartDetection: 0
1210
+ m_ImportantGI: 0
1211
+ m_StitchLightmapSeams: 0
1212
+ m_SelectedEditorRenderState: 3
1213
+ m_MinimumChartSize: 4
1214
+ m_AutoUVMaxDistance: 0.5
1215
+ m_AutoUVMaxAngle: 89
1216
+ m_LightmapParameters: {fileID: 0}
1217
+ m_SortingLayerID: 0
1218
+ m_SortingLayer: 0
1219
+ m_SortingOrder: 0
1220
+ --- !u!1 &1544311270903622
1221
+ GameObject:
1222
+ m_ObjectHideFlags: 0
1223
+ m_CorrespondingSourceObject: {fileID: 0}
1224
+ m_PrefabInstance: {fileID: 0}
1225
+ m_PrefabAsset: {fileID: 0}
1226
+ serializedVersion: 6
1227
+ m_Component:
1228
+ - component: {fileID: 4162303324465514}
1229
+ - component: {fileID: 33323866083030662}
1230
+ - component: {fileID: 23851290529407568}
1231
+ m_Layer: 0
1232
+ m_Name: Hammer
1233
+ m_TagString: Untagged
1234
+ m_Icon: {fileID: 0}
1235
+ m_NavMeshLayer: 0
1236
+ m_StaticEditorFlags: 0
1237
+ m_IsActive: 1
1238
+ --- !u!4 &4162303324465514
1239
+ Transform:
1240
+ m_ObjectHideFlags: 0
1241
+ m_CorrespondingSourceObject: {fileID: 0}
1242
+ m_PrefabInstance: {fileID: 0}
1243
+ m_PrefabAsset: {fileID: 0}
1244
+ m_GameObject: {fileID: 1544311270903622}
1245
+ m_LocalRotation: {x: 0.38609496, y: 0.58956987, z: -0.5923941, w: 0.3903939}
1246
+ m_LocalPosition: {x: -1.189, y: 0.396, z: 2.836}
1247
+ m_LocalScale: {x: 1, y: 1, z: 1}
1248
+ m_Children: []
1249
+ m_Father: {fileID: 4027874660965690}
1250
+ m_RootOrder: 4
1251
+ m_LocalEulerAnglesHint: {x: 89.58401, y: -17.702002, z: -90.00001}
1252
+ --- !u!33 &33323866083030662
1253
+ MeshFilter:
1254
+ m_ObjectHideFlags: 0
1255
+ m_CorrespondingSourceObject: {fileID: 0}
1256
+ m_PrefabInstance: {fileID: 0}
1257
+ m_PrefabAsset: {fileID: 0}
1258
+ m_GameObject: {fileID: 1544311270903622}
1259
+ m_Mesh: {fileID: 4300000, guid: 68a66fb5a71f8204a8dcb613c97d1fa8, type: 3}
1260
+ --- !u!23 &23851290529407568
1261
+ MeshRenderer:
1262
+ m_ObjectHideFlags: 0
1263
+ m_CorrespondingSourceObject: {fileID: 0}
1264
+ m_PrefabInstance: {fileID: 0}
1265
+ m_PrefabAsset: {fileID: 0}
1266
+ m_GameObject: {fileID: 1544311270903622}
1267
+ m_Enabled: 1
1268
+ m_CastShadows: 1
1269
+ m_ReceiveShadows: 1
1270
+ m_DynamicOccludee: 1
1271
+ m_MotionVectors: 1
1272
+ m_LightProbeUsage: 1
1273
+ m_ReflectionProbeUsage: 1
1274
+ m_RayTracingMode: 2
1275
+ m_RenderingLayerMask: 4294967295
1276
+ m_RendererPriority: 0
1277
+ m_Materials:
1278
+ - {fileID: 2100000, guid: 4efcffd7ae23f1e41943fd914b18da10, type: 2}
1279
+ m_StaticBatchInfo:
1280
+ firstSubMesh: 0
1281
+ subMeshCount: 0
1282
+ m_StaticBatchRoot: {fileID: 0}
1283
+ m_ProbeAnchor: {fileID: 0}
1284
+ m_LightProbeVolumeOverride: {fileID: 0}
1285
+ m_ScaleInLightmap: 1
1286
+ m_ReceiveGI: 1
1287
+ m_PreserveUVs: 0
1288
+ m_IgnoreNormalsForChartDetection: 0
1289
+ m_ImportantGI: 0
1290
+ m_StitchLightmapSeams: 0
1291
+ m_SelectedEditorRenderState: 3
1292
+ m_MinimumChartSize: 4
1293
+ m_AutoUVMaxDistance: 0.5
1294
+ m_AutoUVMaxAngle: 89
1295
+ m_LightmapParameters: {fileID: 0}
1296
+ m_SortingLayerID: 0
1297
+ m_SortingLayer: 0
1298
+ m_SortingOrder: 0
1299
+ --- !u!1 &1573510248754560
1300
+ GameObject:
1301
+ m_ObjectHideFlags: 0
1302
+ m_CorrespondingSourceObject: {fileID: 0}
1303
+ m_PrefabInstance: {fileID: 0}
1304
+ m_PrefabAsset: {fileID: 0}
1305
+ serializedVersion: 6
1306
+ m_Component:
1307
+ - component: {fileID: 4832406050649448}
1308
+ - component: {fileID: 33534485239497990}
1309
+ - component: {fileID: 23476810868862948}
1310
+ m_Layer: 0
1311
+ m_Name: Supports Low
1312
+ m_TagString: Untagged
1313
+ m_Icon: {fileID: 0}
1314
+ m_NavMeshLayer: 0
1315
+ m_StaticEditorFlags: 68
1316
+ m_IsActive: 1
1317
+ --- !u!4 &4832406050649448
1318
+ Transform:
1319
+ m_ObjectHideFlags: 0
1320
+ m_CorrespondingSourceObject: {fileID: 0}
1321
+ m_PrefabInstance: {fileID: 0}
1322
+ m_PrefabAsset: {fileID: 0}
1323
+ m_GameObject: {fileID: 1573510248754560}
1324
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1325
+ m_LocalPosition: {x: -0, y: 0, z: 0}
1326
+ m_LocalScale: {x: 1, y: 1, z: 1}
1327
+ m_Children: []
1328
+ m_Father: {fileID: 4976220721664276}
1329
+ m_RootOrder: 3
1330
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1331
+ --- !u!33 &33534485239497990
1332
+ MeshFilter:
1333
+ m_ObjectHideFlags: 0
1334
+ m_CorrespondingSourceObject: {fileID: 0}
1335
+ m_PrefabInstance: {fileID: 0}
1336
+ m_PrefabAsset: {fileID: 0}
1337
+ m_GameObject: {fileID: 1573510248754560}
1338
+ m_Mesh: {fileID: 4300002, guid: ff6dc36862fe41641bb21568d92147c9, type: 3}
1339
+ --- !u!23 &23476810868862948
1340
+ MeshRenderer:
1341
+ m_ObjectHideFlags: 0
1342
+ m_CorrespondingSourceObject: {fileID: 0}
1343
+ m_PrefabInstance: {fileID: 0}
1344
+ m_PrefabAsset: {fileID: 0}
1345
+ m_GameObject: {fileID: 1573510248754560}
1346
+ m_Enabled: 1
1347
+ m_CastShadows: 1
1348
+ m_ReceiveShadows: 1
1349
+ m_DynamicOccludee: 1
1350
+ m_MotionVectors: 1
1351
+ m_LightProbeUsage: 1
1352
+ m_ReflectionProbeUsage: 1
1353
+ m_RayTracingMode: 2
1354
+ m_RenderingLayerMask: 4294967295
1355
+ m_RendererPriority: 0
1356
+ m_Materials:
1357
+ - {fileID: 2100000, guid: 4dad30bbe2213eb4d8312f7bb6190866, type: 2}
1358
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
1359
+ m_StaticBatchInfo:
1360
+ firstSubMesh: 0
1361
+ subMeshCount: 0
1362
+ m_StaticBatchRoot: {fileID: 0}
1363
+ m_ProbeAnchor: {fileID: 0}
1364
+ m_LightProbeVolumeOverride: {fileID: 0}
1365
+ m_ScaleInLightmap: 1
1366
+ m_ReceiveGI: 1
1367
+ m_PreserveUVs: 0
1368
+ m_IgnoreNormalsForChartDetection: 0
1369
+ m_ImportantGI: 0
1370
+ m_StitchLightmapSeams: 0
1371
+ m_SelectedEditorRenderState: 3
1372
+ m_MinimumChartSize: 4
1373
+ m_AutoUVMaxDistance: 0.5
1374
+ m_AutoUVMaxAngle: 89
1375
+ m_LightmapParameters: {fileID: 0}
1376
+ m_SortingLayerID: 0
1377
+ m_SortingLayer: 0
1378
+ m_SortingOrder: 0
1379
+ --- !u!1 &1602909001312282
1380
+ GameObject:
1381
+ m_ObjectHideFlags: 0
1382
+ m_CorrespondingSourceObject: {fileID: 0}
1383
+ m_PrefabInstance: {fileID: 0}
1384
+ m_PrefabAsset: {fileID: 0}
1385
+ serializedVersion: 6
1386
+ m_Component:
1387
+ - component: {fileID: 4444496693560622}
1388
+ - component: {fileID: 33994275787016738}
1389
+ - component: {fileID: 23313837532824176}
1390
+ m_Layer: 0
1391
+ m_Name: Brush
1392
+ m_TagString: Untagged
1393
+ m_Icon: {fileID: 0}
1394
+ m_NavMeshLayer: 0
1395
+ m_StaticEditorFlags: 64
1396
+ m_IsActive: 1
1397
+ --- !u!4 &4444496693560622
1398
+ Transform:
1399
+ m_ObjectHideFlags: 0
1400
+ m_CorrespondingSourceObject: {fileID: 0}
1401
+ m_PrefabInstance: {fileID: 0}
1402
+ m_PrefabAsset: {fileID: 0}
1403
+ m_GameObject: {fileID: 1602909001312282}
1404
+ m_LocalRotation: {x: 0.44850776, y: -0.5435191, z: -0.5607513, w: -0.4347249}
1405
+ m_LocalPosition: {x: -0.0669, y: 0.0101, z: -0.2977}
1406
+ m_LocalScale: {x: 1, y: 1, z: 1}
1407
+ m_Children: []
1408
+ m_Father: {fileID: 4365643621193746}
1409
+ m_RootOrder: 3
1410
+ m_LocalEulerAnglesHint: {x: -91.787994, y: -257.308, z: 0}
1411
+ --- !u!33 &33994275787016738
1412
+ MeshFilter:
1413
+ m_ObjectHideFlags: 0
1414
+ m_CorrespondingSourceObject: {fileID: 0}
1415
+ m_PrefabInstance: {fileID: 0}
1416
+ m_PrefabAsset: {fileID: 0}
1417
+ m_GameObject: {fileID: 1602909001312282}
1418
+ m_Mesh: {fileID: 4300000, guid: aed8c47425ab91f4eb06ce6fe47c3e4e, type: 3}
1419
+ --- !u!23 &23313837532824176
1420
+ MeshRenderer:
1421
+ m_ObjectHideFlags: 0
1422
+ m_CorrespondingSourceObject: {fileID: 0}
1423
+ m_PrefabInstance: {fileID: 0}
1424
+ m_PrefabAsset: {fileID: 0}
1425
+ m_GameObject: {fileID: 1602909001312282}
1426
+ m_Enabled: 1
1427
+ m_CastShadows: 1
1428
+ m_ReceiveShadows: 1
1429
+ m_DynamicOccludee: 1
1430
+ m_MotionVectors: 1
1431
+ m_LightProbeUsage: 1
1432
+ m_ReflectionProbeUsage: 1
1433
+ m_RayTracingMode: 2
1434
+ m_RenderingLayerMask: 4294967295
1435
+ m_RendererPriority: 0
1436
+ m_Materials:
1437
+ - {fileID: 2100000, guid: 539165557a9d3744680bb21164bea45e, type: 2}
1438
+ m_StaticBatchInfo:
1439
+ firstSubMesh: 0
1440
+ subMeshCount: 0
1441
+ m_StaticBatchRoot: {fileID: 0}
1442
+ m_ProbeAnchor: {fileID: 0}
1443
+ m_LightProbeVolumeOverride: {fileID: 0}
1444
+ m_ScaleInLightmap: 1
1445
+ m_ReceiveGI: 1
1446
+ m_PreserveUVs: 0
1447
+ m_IgnoreNormalsForChartDetection: 0
1448
+ m_ImportantGI: 0
1449
+ m_StitchLightmapSeams: 0
1450
+ m_SelectedEditorRenderState: 3
1451
+ m_MinimumChartSize: 4
1452
+ m_AutoUVMaxDistance: 0.5
1453
+ m_AutoUVMaxAngle: 89
1454
+ m_LightmapParameters: {fileID: 0}
1455
+ m_SortingLayerID: 0
1456
+ m_SortingLayer: 0
1457
+ m_SortingOrder: 0
1458
+ --- !u!1 &1621727069501500
1459
+ GameObject:
1460
+ m_ObjectHideFlags: 0
1461
+ m_CorrespondingSourceObject: {fileID: 0}
1462
+ m_PrefabInstance: {fileID: 0}
1463
+ m_PrefabAsset: {fileID: 0}
1464
+ serializedVersion: 6
1465
+ m_Component:
1466
+ - component: {fileID: 4344396943225688}
1467
+ - component: {fileID: 33983489013465514}
1468
+ - component: {fileID: 23091357320450954}
1469
+ m_Layer: 0
1470
+ m_Name: Bench Bottom
1471
+ m_TagString: Untagged
1472
+ m_Icon: {fileID: 0}
1473
+ m_NavMeshLayer: 0
1474
+ m_StaticEditorFlags: 69
1475
+ m_IsActive: 1
1476
+ --- !u!4 &4344396943225688
1477
+ Transform:
1478
+ m_ObjectHideFlags: 0
1479
+ m_CorrespondingSourceObject: {fileID: 0}
1480
+ m_PrefabInstance: {fileID: 0}
1481
+ m_PrefabAsset: {fileID: 0}
1482
+ m_GameObject: {fileID: 1621727069501500}
1483
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1484
+ m_LocalPosition: {x: -0.01, y: -0.028999997, z: 0}
1485
+ m_LocalScale: {x: 1, y: 1, z: 1}
1486
+ m_Children: []
1487
+ m_Father: {fileID: 4585430490721058}
1488
+ m_RootOrder: 0
1489
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1490
+ --- !u!33 &33983489013465514
1491
+ MeshFilter:
1492
+ m_ObjectHideFlags: 0
1493
+ m_CorrespondingSourceObject: {fileID: 0}
1494
+ m_PrefabInstance: {fileID: 0}
1495
+ m_PrefabAsset: {fileID: 0}
1496
+ m_GameObject: {fileID: 1621727069501500}
1497
+ m_Mesh: {fileID: 4300006, guid: efe9381559c516743bd05cef82f39ebb, type: 3}
1498
+ --- !u!23 &23091357320450954
1499
+ MeshRenderer:
1500
+ m_ObjectHideFlags: 0
1501
+ m_CorrespondingSourceObject: {fileID: 0}
1502
+ m_PrefabInstance: {fileID: 0}
1503
+ m_PrefabAsset: {fileID: 0}
1504
+ m_GameObject: {fileID: 1621727069501500}
1505
+ m_Enabled: 1
1506
+ m_CastShadows: 1
1507
+ m_ReceiveShadows: 1
1508
+ m_DynamicOccludee: 1
1509
+ m_MotionVectors: 1
1510
+ m_LightProbeUsage: 1
1511
+ m_ReflectionProbeUsage: 1
1512
+ m_RayTracingMode: 2
1513
+ m_RenderingLayerMask: 4294967295
1514
+ m_RendererPriority: 0
1515
+ m_Materials:
1516
+ - {fileID: 2100000, guid: a5aaee4111611af43b5abbff184fe5fa, type: 2}
1517
+ m_StaticBatchInfo:
1518
+ firstSubMesh: 0
1519
+ subMeshCount: 0
1520
+ m_StaticBatchRoot: {fileID: 0}
1521
+ m_ProbeAnchor: {fileID: 0}
1522
+ m_LightProbeVolumeOverride: {fileID: 0}
1523
+ m_ScaleInLightmap: 1.5
1524
+ m_ReceiveGI: 1
1525
+ m_PreserveUVs: 0
1526
+ m_IgnoreNormalsForChartDetection: 0
1527
+ m_ImportantGI: 0
1528
+ m_StitchLightmapSeams: 0
1529
+ m_SelectedEditorRenderState: 3
1530
+ m_MinimumChartSize: 4
1531
+ m_AutoUVMaxDistance: 0.5
1532
+ m_AutoUVMaxAngle: 89
1533
+ m_LightmapParameters: {fileID: 0}
1534
+ m_SortingLayerID: 0
1535
+ m_SortingLayer: 0
1536
+ m_SortingOrder: 0
1537
+ --- !u!1 &1622506377580086
1538
+ GameObject:
1539
+ m_ObjectHideFlags: 0
1540
+ m_CorrespondingSourceObject: {fileID: 0}
1541
+ m_PrefabInstance: {fileID: 0}
1542
+ m_PrefabAsset: {fileID: 0}
1543
+ serializedVersion: 6
1544
+ m_Component:
1545
+ - component: {fileID: 4837299487995016}
1546
+ - component: {fileID: 33509962336189640}
1547
+ - component: {fileID: 23673591542133522}
1548
+ m_Layer: 0
1549
+ m_Name: Jigsaw
1550
+ m_TagString: Untagged
1551
+ m_Icon: {fileID: 0}
1552
+ m_NavMeshLayer: 0
1553
+ m_StaticEditorFlags: 64
1554
+ m_IsActive: 1
1555
+ --- !u!4 &4837299487995016
1556
+ Transform:
1557
+ m_ObjectHideFlags: 0
1558
+ m_CorrespondingSourceObject: {fileID: 0}
1559
+ m_PrefabInstance: {fileID: 0}
1560
+ m_PrefabAsset: {fileID: 0}
1561
+ m_GameObject: {fileID: 1622506377580086}
1562
+ m_LocalRotation: {x: -0, y: -0.90182185, z: -0, w: 0.432108}
1563
+ m_LocalPosition: {x: -1.386482, y: 0.7602, z: 2.5419133}
1564
+ m_LocalScale: {x: 1, y: 1, z: 1}
1565
+ m_Children: []
1566
+ m_Father: {fileID: 4027874660965690}
1567
+ m_RootOrder: 3
1568
+ m_LocalEulerAnglesHint: {x: 0, y: -169.893, z: 0}
1569
+ --- !u!33 &33509962336189640
1570
+ MeshFilter:
1571
+ m_ObjectHideFlags: 0
1572
+ m_CorrespondingSourceObject: {fileID: 0}
1573
+ m_PrefabInstance: {fileID: 0}
1574
+ m_PrefabAsset: {fileID: 0}
1575
+ m_GameObject: {fileID: 1622506377580086}
1576
+ m_Mesh: {fileID: 4300000, guid: 8b73e8872ca76104bbca4ee2b704a1b4, type: 3}
1577
+ --- !u!23 &23673591542133522
1578
+ MeshRenderer:
1579
+ m_ObjectHideFlags: 0
1580
+ m_CorrespondingSourceObject: {fileID: 0}
1581
+ m_PrefabInstance: {fileID: 0}
1582
+ m_PrefabAsset: {fileID: 0}
1583
+ m_GameObject: {fileID: 1622506377580086}
1584
+ m_Enabled: 1
1585
+ m_CastShadows: 1
1586
+ m_ReceiveShadows: 1
1587
+ m_DynamicOccludee: 1
1588
+ m_MotionVectors: 1
1589
+ m_LightProbeUsage: 1
1590
+ m_ReflectionProbeUsage: 1
1591
+ m_RayTracingMode: 2
1592
+ m_RenderingLayerMask: 4294967295
1593
+ m_RendererPriority: 0
1594
+ m_Materials:
1595
+ - {fileID: 2100000, guid: 801db2d997a562b4ea333aa4593ce0f0, type: 2}
1596
+ - {fileID: 2100000, guid: 801db2d997a562b4ea333aa4593ce0f0, type: 2}
1597
+ m_StaticBatchInfo:
1598
+ firstSubMesh: 0
1599
+ subMeshCount: 0
1600
+ m_StaticBatchRoot: {fileID: 0}
1601
+ m_ProbeAnchor: {fileID: 0}
1602
+ m_LightProbeVolumeOverride: {fileID: 0}
1603
+ m_ScaleInLightmap: 1
1604
+ m_ReceiveGI: 1
1605
+ m_PreserveUVs: 0
1606
+ m_IgnoreNormalsForChartDetection: 0
1607
+ m_ImportantGI: 0
1608
+ m_StitchLightmapSeams: 0
1609
+ m_SelectedEditorRenderState: 3
1610
+ m_MinimumChartSize: 4
1611
+ m_AutoUVMaxDistance: 0.5
1612
+ m_AutoUVMaxAngle: 89
1613
+ m_LightmapParameters: {fileID: 0}
1614
+ m_SortingLayerID: 0
1615
+ m_SortingLayer: 0
1616
+ m_SortingOrder: 0
1617
+ --- !u!1 &1677894991274508
1618
+ GameObject:
1619
+ m_ObjectHideFlags: 0
1620
+ m_CorrespondingSourceObject: {fileID: 0}
1621
+ m_PrefabInstance: {fileID: 0}
1622
+ m_PrefabAsset: {fileID: 0}
1623
+ serializedVersion: 6
1624
+ m_Component:
1625
+ - component: {fileID: 4201945515465854}
1626
+ - component: {fileID: 33855862124729224}
1627
+ - component: {fileID: 23566304409249292}
1628
+ m_Layer: 0
1629
+ m_Name: Paint 1G Lid
1630
+ m_TagString: Untagged
1631
+ m_Icon: {fileID: 0}
1632
+ m_NavMeshLayer: 0
1633
+ m_StaticEditorFlags: 68
1634
+ m_IsActive: 1
1635
+ --- !u!4 &4201945515465854
1636
+ Transform:
1637
+ m_ObjectHideFlags: 0
1638
+ m_CorrespondingSourceObject: {fileID: 0}
1639
+ m_PrefabInstance: {fileID: 0}
1640
+ m_PrefabAsset: {fileID: 0}
1641
+ m_GameObject: {fileID: 1677894991274508}
1642
+ m_LocalRotation: {x: -1, y: -0.0000001872535, z: 0, w: 0}
1643
+ m_LocalPosition: {x: -0.088, y: 0.0024, z: -0.296}
1644
+ m_LocalScale: {x: 1, y: 1, z: 1}
1645
+ m_Children: []
1646
+ m_Father: {fileID: 4365643621193746}
1647
+ m_RootOrder: 1
1648
+ m_LocalEulerAnglesHint: {x: -180, y: 0, z: -0.000015258789}
1649
+ --- !u!33 &33855862124729224
1650
+ MeshFilter:
1651
+ m_ObjectHideFlags: 0
1652
+ m_CorrespondingSourceObject: {fileID: 0}
1653
+ m_PrefabInstance: {fileID: 0}
1654
+ m_PrefabAsset: {fileID: 0}
1655
+ m_GameObject: {fileID: 1677894991274508}
1656
+ m_Mesh: {fileID: 4300004, guid: b451a052397f03c4f8a04d915d1c0492, type: 3}
1657
+ --- !u!23 &23566304409249292
1658
+ MeshRenderer:
1659
+ m_ObjectHideFlags: 0
1660
+ m_CorrespondingSourceObject: {fileID: 0}
1661
+ m_PrefabInstance: {fileID: 0}
1662
+ m_PrefabAsset: {fileID: 0}
1663
+ m_GameObject: {fileID: 1677894991274508}
1664
+ m_Enabled: 1
1665
+ m_CastShadows: 1
1666
+ m_ReceiveShadows: 1
1667
+ m_DynamicOccludee: 1
1668
+ m_MotionVectors: 1
1669
+ m_LightProbeUsage: 1
1670
+ m_ReflectionProbeUsage: 1
1671
+ m_RayTracingMode: 2
1672
+ m_RenderingLayerMask: 4294967295
1673
+ m_RendererPriority: 0
1674
+ m_Materials:
1675
+ - {fileID: 2100000, guid: c820ae8e865d1d542b5c256e4270f6d4, type: 2}
1676
+ m_StaticBatchInfo:
1677
+ firstSubMesh: 0
1678
+ subMeshCount: 0
1679
+ m_StaticBatchRoot: {fileID: 0}
1680
+ m_ProbeAnchor: {fileID: 0}
1681
+ m_LightProbeVolumeOverride: {fileID: 0}
1682
+ m_ScaleInLightmap: 1
1683
+ m_ReceiveGI: 1
1684
+ m_PreserveUVs: 0
1685
+ m_IgnoreNormalsForChartDetection: 0
1686
+ m_ImportantGI: 0
1687
+ m_StitchLightmapSeams: 0
1688
+ m_SelectedEditorRenderState: 3
1689
+ m_MinimumChartSize: 4
1690
+ m_AutoUVMaxDistance: 0.5
1691
+ m_AutoUVMaxAngle: 89
1692
+ m_LightmapParameters: {fileID: 0}
1693
+ m_SortingLayerID: 0
1694
+ m_SortingLayer: 0
1695
+ m_SortingOrder: 0
1696
+ --- !u!1 &1734145666134360
1697
+ GameObject:
1698
+ m_ObjectHideFlags: 0
1699
+ m_CorrespondingSourceObject: {fileID: 0}
1700
+ m_PrefabInstance: {fileID: 0}
1701
+ m_PrefabAsset: {fileID: 0}
1702
+ serializedVersion: 6
1703
+ m_Component:
1704
+ - component: {fileID: 4869529812618282}
1705
+ - component: {fileID: 33773242147458846}
1706
+ - component: {fileID: 23349683535279238}
1707
+ m_Layer: 0
1708
+ m_Name: Stud
1709
+ m_TagString: Untagged
1710
+ m_Icon: {fileID: 0}
1711
+ m_NavMeshLayer: 0
1712
+ m_StaticEditorFlags: 69
1713
+ m_IsActive: 1
1714
+ --- !u!4 &4869529812618282
1715
+ Transform:
1716
+ m_ObjectHideFlags: 0
1717
+ m_CorrespondingSourceObject: {fileID: 0}
1718
+ m_PrefabInstance: {fileID: 0}
1719
+ m_PrefabAsset: {fileID: 0}
1720
+ m_GameObject: {fileID: 1734145666134360}
1721
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1722
+ m_LocalPosition: {x: -0, y: 0.134, z: -0}
1723
+ m_LocalScale: {x: 1, y: 0.81246996, z: 1}
1724
+ m_Children: []
1725
+ m_Father: {fileID: 4583570968539232}
1726
+ m_RootOrder: 0
1727
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1728
+ --- !u!33 &33773242147458846
1729
+ MeshFilter:
1730
+ m_ObjectHideFlags: 0
1731
+ m_CorrespondingSourceObject: {fileID: 0}
1732
+ m_PrefabInstance: {fileID: 0}
1733
+ m_PrefabAsset: {fileID: 0}
1734
+ m_GameObject: {fileID: 1734145666134360}
1735
+ m_Mesh: {fileID: 4300000, guid: 34624edaccd9d704a95ed404d919b492, type: 3}
1736
+ --- !u!23 &23349683535279238
1737
+ MeshRenderer:
1738
+ m_ObjectHideFlags: 0
1739
+ m_CorrespondingSourceObject: {fileID: 0}
1740
+ m_PrefabInstance: {fileID: 0}
1741
+ m_PrefabAsset: {fileID: 0}
1742
+ m_GameObject: {fileID: 1734145666134360}
1743
+ m_Enabled: 1
1744
+ m_CastShadows: 1
1745
+ m_ReceiveShadows: 1
1746
+ m_DynamicOccludee: 1
1747
+ m_MotionVectors: 1
1748
+ m_LightProbeUsage: 1
1749
+ m_ReflectionProbeUsage: 1
1750
+ m_RayTracingMode: 2
1751
+ m_RenderingLayerMask: 4294967295
1752
+ m_RendererPriority: 0
1753
+ m_Materials:
1754
+ - {fileID: 2100000, guid: 027cb3d3d7dc79d41ad763e01759de07, type: 2}
1755
+ m_StaticBatchInfo:
1756
+ firstSubMesh: 0
1757
+ subMeshCount: 0
1758
+ m_StaticBatchRoot: {fileID: 0}
1759
+ m_ProbeAnchor: {fileID: 0}
1760
+ m_LightProbeVolumeOverride: {fileID: 0}
1761
+ m_ScaleInLightmap: 1.8
1762
+ m_ReceiveGI: 1
1763
+ m_PreserveUVs: 0
1764
+ m_IgnoreNormalsForChartDetection: 0
1765
+ m_ImportantGI: 0
1766
+ m_StitchLightmapSeams: 0
1767
+ m_SelectedEditorRenderState: 3
1768
+ m_MinimumChartSize: 4
1769
+ m_AutoUVMaxDistance: 0.5
1770
+ m_AutoUVMaxAngle: 89
1771
+ m_LightmapParameters: {fileID: 0}
1772
+ m_SortingLayerID: 0
1773
+ m_SortingLayer: 0
1774
+ m_SortingOrder: 0
1775
+ --- !u!1 &1774452104666006
1776
+ GameObject:
1777
+ m_ObjectHideFlags: 0
1778
+ m_CorrespondingSourceObject: {fileID: 0}
1779
+ m_PrefabInstance: {fileID: 0}
1780
+ m_PrefabAsset: {fileID: 0}
1781
+ serializedVersion: 6
1782
+ m_Component:
1783
+ - component: {fileID: 4585430490721058}
1784
+ m_Layer: 0
1785
+ m_Name: Workbench(Clone)
1786
+ m_TagString: Untagged
1787
+ m_Icon: {fileID: 0}
1788
+ m_NavMeshLayer: 0
1789
+ m_StaticEditorFlags: 69
1790
+ m_IsActive: 1
1791
+ --- !u!4 &4585430490721058
1792
+ Transform:
1793
+ m_ObjectHideFlags: 0
1794
+ m_CorrespondingSourceObject: {fileID: 0}
1795
+ m_PrefabInstance: {fileID: 0}
1796
+ m_PrefabAsset: {fileID: 0}
1797
+ m_GameObject: {fileID: 1774452104666006}
1798
+ m_LocalRotation: {x: -0, y: 0.35098988, z: -0, w: 0.9363793}
1799
+ m_LocalPosition: {x: -1.062, y: 0.38, z: 2.714}
1800
+ m_LocalScale: {x: 1, y: 1, z: 1}
1801
+ m_Children:
1802
+ - {fileID: 4344396943225688}
1803
+ - {fileID: 4970666313166352}
1804
+ - {fileID: 4407813688874506}
1805
+ - {fileID: 4182477738569220}
1806
+ - {fileID: 4979731015986448}
1807
+ m_Father: {fileID: 4027874660965690}
1808
+ m_RootOrder: 0
1809
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1810
+ --- !u!1 &1865911922834568
1811
+ GameObject:
1812
+ m_ObjectHideFlags: 0
1813
+ m_CorrespondingSourceObject: {fileID: 0}
1814
+ m_PrefabInstance: {fileID: 0}
1815
+ m_PrefabAsset: {fileID: 0}
1816
+ serializedVersion: 6
1817
+ m_Component:
1818
+ - component: {fileID: 4951420305444094}
1819
+ - component: {fileID: 33791563452197962}
1820
+ - component: {fileID: 23393842367169998}
1821
+ m_Layer: 0
1822
+ m_Name: Magnetic Level
1823
+ m_TagString: Untagged
1824
+ m_Icon: {fileID: 0}
1825
+ m_NavMeshLayer: 0
1826
+ m_StaticEditorFlags: 4
1827
+ m_IsActive: 1
1828
+ --- !u!4 &4951420305444094
1829
+ Transform:
1830
+ m_ObjectHideFlags: 0
1831
+ m_CorrespondingSourceObject: {fileID: 0}
1832
+ m_PrefabInstance: {fileID: 0}
1833
+ m_PrefabAsset: {fileID: 0}
1834
+ m_GameObject: {fileID: 1865911922834568}
1835
+ m_LocalRotation: {x: -0, y: 0.88803345, z: -0, w: 0.45977888}
1836
+ m_LocalPosition: {x: -1.0103374, y: 0.3817, z: 2.6673462}
1837
+ m_LocalScale: {x: 1, y: 1, z: 1}
1838
+ m_Children: []
1839
+ m_Father: {fileID: 4027874660965690}
1840
+ m_RootOrder: 6
1841
+ m_LocalEulerAnglesHint: {x: 0, y: 84.159004, z: 0}
1842
+ --- !u!33 &33791563452197962
1843
+ MeshFilter:
1844
+ m_ObjectHideFlags: 0
1845
+ m_CorrespondingSourceObject: {fileID: 0}
1846
+ m_PrefabInstance: {fileID: 0}
1847
+ m_PrefabAsset: {fileID: 0}
1848
+ m_GameObject: {fileID: 1865911922834568}
1849
+ m_Mesh: {fileID: 4300000, guid: bae110eee250e4b418b188f4ae4e3170, type: 3}
1850
+ --- !u!23 &23393842367169998
1851
+ MeshRenderer:
1852
+ m_ObjectHideFlags: 0
1853
+ m_CorrespondingSourceObject: {fileID: 0}
1854
+ m_PrefabInstance: {fileID: 0}
1855
+ m_PrefabAsset: {fileID: 0}
1856
+ m_GameObject: {fileID: 1865911922834568}
1857
+ m_Enabled: 1
1858
+ m_CastShadows: 1
1859
+ m_ReceiveShadows: 1
1860
+ m_DynamicOccludee: 1
1861
+ m_MotionVectors: 1
1862
+ m_LightProbeUsage: 1
1863
+ m_ReflectionProbeUsage: 1
1864
+ m_RayTracingMode: 2
1865
+ m_RenderingLayerMask: 4294967295
1866
+ m_RendererPriority: 0
1867
+ m_Materials:
1868
+ - {fileID: 2100000, guid: e745492728544aa488aa0429b6068e71, type: 2}
1869
+ - {fileID: 2100000, guid: cd71291c91c8cce499cb663b5db9970e, type: 2}
1870
+ - {fileID: 2100000, guid: 4dad30bbe2213eb4d8312f7bb6190866, type: 2}
1871
+ - {fileID: 2100000, guid: c532880e607f8c84d8b9bf0c46a522ad, type: 2}
1872
+ m_StaticBatchInfo:
1873
+ firstSubMesh: 0
1874
+ subMeshCount: 0
1875
+ m_StaticBatchRoot: {fileID: 0}
1876
+ m_ProbeAnchor: {fileID: 0}
1877
+ m_LightProbeVolumeOverride: {fileID: 0}
1878
+ m_ScaleInLightmap: 1
1879
+ m_ReceiveGI: 1
1880
+ m_PreserveUVs: 0
1881
+ m_IgnoreNormalsForChartDetection: 0
1882
+ m_ImportantGI: 0
1883
+ m_StitchLightmapSeams: 0
1884
+ m_SelectedEditorRenderState: 3
1885
+ m_MinimumChartSize: 4
1886
+ m_AutoUVMaxDistance: 0.5
1887
+ m_AutoUVMaxAngle: 89
1888
+ m_LightmapParameters: {fileID: 0}
1889
+ m_SortingLayerID: 0
1890
+ m_SortingLayer: 0
1891
+ m_SortingOrder: 0
1892
+ --- !u!1 &1906046318865576
1893
+ GameObject:
1894
+ m_ObjectHideFlags: 0
1895
+ m_CorrespondingSourceObject: {fileID: 0}
1896
+ m_PrefabInstance: {fileID: 0}
1897
+ m_PrefabAsset: {fileID: 0}
1898
+ serializedVersion: 6
1899
+ m_Component:
1900
+ - component: {fileID: 4525013403442960}
1901
+ - component: {fileID: 33544750189393324}
1902
+ - component: {fileID: 23034588984209960}
1903
+ m_Layer: 0
1904
+ m_Name: Light_Bulbs_low
1905
+ m_TagString: Untagged
1906
+ m_Icon: {fileID: 0}
1907
+ m_NavMeshLayer: 0
1908
+ m_StaticEditorFlags: 0
1909
+ m_IsActive: 1
1910
+ --- !u!4 &4525013403442960
1911
+ Transform:
1912
+ m_ObjectHideFlags: 0
1913
+ m_CorrespondingSourceObject: {fileID: 0}
1914
+ m_PrefabInstance: {fileID: 0}
1915
+ m_PrefabAsset: {fileID: 0}
1916
+ m_GameObject: {fileID: 1906046318865576}
1917
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
1918
+ m_LocalPosition: {x: -0.016346056, y: 1.4711778, z: 0}
1919
+ m_LocalScale: {x: 1, y: 1, z: 1}
1920
+ m_Children: []
1921
+ m_Father: {fileID: 4189669893887648}
1922
+ m_RootOrder: 1
1923
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1924
+ --- !u!33 &33544750189393324
1925
+ MeshFilter:
1926
+ m_ObjectHideFlags: 0
1927
+ m_CorrespondingSourceObject: {fileID: 0}
1928
+ m_PrefabInstance: {fileID: 0}
1929
+ m_PrefabAsset: {fileID: 0}
1930
+ m_GameObject: {fileID: 1906046318865576}
1931
+ m_Mesh: {fileID: 4300004, guid: e3ae06a3979f53046aa05330d69de1fa, type: 3}
1932
+ --- !u!23 &23034588984209960
1933
+ MeshRenderer:
1934
+ m_ObjectHideFlags: 0
1935
+ m_CorrespondingSourceObject: {fileID: 0}
1936
+ m_PrefabInstance: {fileID: 0}
1937
+ m_PrefabAsset: {fileID: 0}
1938
+ m_GameObject: {fileID: 1906046318865576}
1939
+ m_Enabled: 1
1940
+ m_CastShadows: 1
1941
+ m_ReceiveShadows: 1
1942
+ m_DynamicOccludee: 1
1943
+ m_MotionVectors: 1
1944
+ m_LightProbeUsage: 1
1945
+ m_ReflectionProbeUsage: 1
1946
+ m_RayTracingMode: 2
1947
+ m_RenderingLayerMask: 4294967295
1948
+ m_RendererPriority: 0
1949
+ m_Materials:
1950
+ - {fileID: 2100000, guid: ec739259ec61f5d4ba3ed6d34fd802a6, type: 2}
1951
+ m_StaticBatchInfo:
1952
+ firstSubMesh: 0
1953
+ subMeshCount: 0
1954
+ m_StaticBatchRoot: {fileID: 0}
1955
+ m_ProbeAnchor: {fileID: 0}
1956
+ m_LightProbeVolumeOverride: {fileID: 0}
1957
+ m_ScaleInLightmap: 1
1958
+ m_ReceiveGI: 1
1959
+ m_PreserveUVs: 0
1960
+ m_IgnoreNormalsForChartDetection: 0
1961
+ m_ImportantGI: 0
1962
+ m_StitchLightmapSeams: 0
1963
+ m_SelectedEditorRenderState: 3
1964
+ m_MinimumChartSize: 4
1965
+ m_AutoUVMaxDistance: 0.5
1966
+ m_AutoUVMaxAngle: 89
1967
+ m_LightmapParameters: {fileID: 0}
1968
+ m_SortingLayerID: 0
1969
+ m_SortingLayer: 0
1970
+ m_SortingOrder: 0
1971
+ --- !u!1 &1940877156427688
1972
+ GameObject:
1973
+ m_ObjectHideFlags: 0
1974
+ m_CorrespondingSourceObject: {fileID: 0}
1975
+ m_PrefabInstance: {fileID: 0}
1976
+ m_PrefabAsset: {fileID: 0}
1977
+ serializedVersion: 6
1978
+ m_Component:
1979
+ - component: {fileID: 4027874660965690}
1980
+ - component: {fileID: 205956639855884906}
1981
+ m_Layer: 0
1982
+ m_Name: Workbench
1983
+ m_TagString: Untagged
1984
+ m_Icon: {fileID: 0}
1985
+ m_NavMeshLayer: 0
1986
+ m_StaticEditorFlags: 0
1987
+ m_IsActive: 1
1988
+ --- !u!4 &4027874660965690
1989
+ Transform:
1990
+ m_ObjectHideFlags: 0
1991
+ m_CorrespondingSourceObject: {fileID: 0}
1992
+ m_PrefabInstance: {fileID: 0}
1993
+ m_PrefabAsset: {fileID: 0}
1994
+ m_GameObject: {fileID: 1940877156427688}
1995
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1996
+ m_LocalPosition: {x: -1.655252, y: -0.30264044, z: -1.0033283}
1997
+ m_LocalScale: {x: 1, y: 1, z: 1}
1998
+ m_Children:
1999
+ - {fileID: 4585430490721058}
2000
+ - {fileID: 4976220721664276}
2001
+ - {fileID: 4583570968539232}
2002
+ - {fileID: 4837299487995016}
2003
+ - {fileID: 4162303324465514}
2004
+ - {fileID: 4021181903938816}
2005
+ - {fileID: 4951420305444094}
2006
+ - {fileID: 4476914650671270}
2007
+ m_Father: {fileID: 4677891204690692}
2008
+ m_RootOrder: 2
2009
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2010
+ --- !u!205 &205956639855884906
2011
+ LODGroup:
2012
+ m_ObjectHideFlags: 0
2013
+ m_CorrespondingSourceObject: {fileID: 0}
2014
+ m_PrefabInstance: {fileID: 0}
2015
+ m_PrefabAsset: {fileID: 0}
2016
+ m_GameObject: {fileID: 1940877156427688}
2017
+ serializedVersion: 2
2018
+ m_LocalReferencePoint: {x: -1.0637363, y: 0.3796802, z: 2.715024}
2019
+ m_Size: 1.005661
2020
+ m_FadeMode: 0
2021
+ m_AnimateCrossFading: 0
2022
+ m_LastLODIsBillboard: 0
2023
+ m_LODs:
2024
+ - screenRelativeHeight: 0.39972383
2025
+ fadeTransitionWidth: 0
2026
+ renderers:
2027
+ - renderer: {fileID: 23091357320450954}
2028
+ - renderer: {fileID: 23968048237331916}
2029
+ - renderer: {fileID: 23325942778458524}
2030
+ - renderer: {fileID: 23203772573686870}
2031
+ - renderer: {fileID: 23258724258008182}
2032
+ - screenRelativeHeight: 0.023324551
2033
+ fadeTransitionWidth: 0
2034
+ renderers:
2035
+ - renderer: {fileID: 23200301093769206}
2036
+ - renderer: {fileID: 23907148696617120}
2037
+ - renderer: {fileID: 23529214709596268}
2038
+ - renderer: {fileID: 23476810868862948}
2039
+ - renderer: {fileID: 23740904690079350}
2040
+ m_Enabled: 1
2041
+ --- !u!1 &1947053048089648
2042
+ GameObject:
2043
+ m_ObjectHideFlags: 0
2044
+ m_CorrespondingSourceObject: {fileID: 0}
2045
+ m_PrefabInstance: {fileID: 0}
2046
+ m_PrefabAsset: {fileID: 0}
2047
+ serializedVersion: 6
2048
+ m_Component:
2049
+ - component: {fileID: 4692401478056128}
2050
+ - component: {fileID: 33949205142933930}
2051
+ - component: {fileID: 23213362558385510}
2052
+ m_Layer: 0
2053
+ m_Name: Legs_Low
2054
+ m_TagString: Untagged
2055
+ m_Icon: {fileID: 0}
2056
+ m_NavMeshLayer: 0
2057
+ m_StaticEditorFlags: 0
2058
+ m_IsActive: 1
2059
+ --- !u!4 &4692401478056128
2060
+ Transform:
2061
+ m_ObjectHideFlags: 0
2062
+ m_CorrespondingSourceObject: {fileID: 0}
2063
+ m_PrefabInstance: {fileID: 0}
2064
+ m_PrefabAsset: {fileID: 0}
2065
+ m_GameObject: {fileID: 1947053048089648}
2066
+ m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
2067
+ m_LocalPosition: {x: -0.122490555, y: 0.63087094, z: 0}
2068
+ m_LocalScale: {x: 1, y: 1, z: 1}
2069
+ m_Children: []
2070
+ m_Father: {fileID: 4189669893887648}
2071
+ m_RootOrder: 0
2072
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2073
+ --- !u!33 &33949205142933930
2074
+ MeshFilter:
2075
+ m_ObjectHideFlags: 0
2076
+ m_CorrespondingSourceObject: {fileID: 0}
2077
+ m_PrefabInstance: {fileID: 0}
2078
+ m_PrefabAsset: {fileID: 0}
2079
+ m_GameObject: {fileID: 1947053048089648}
2080
+ m_Mesh: {fileID: 4300000, guid: e3ae06a3979f53046aa05330d69de1fa, type: 3}
2081
+ --- !u!23 &23213362558385510
2082
+ MeshRenderer:
2083
+ m_ObjectHideFlags: 0
2084
+ m_CorrespondingSourceObject: {fileID: 0}
2085
+ m_PrefabInstance: {fileID: 0}
2086
+ m_PrefabAsset: {fileID: 0}
2087
+ m_GameObject: {fileID: 1947053048089648}
2088
+ m_Enabled: 1
2089
+ m_CastShadows: 1
2090
+ m_ReceiveShadows: 1
2091
+ m_DynamicOccludee: 1
2092
+ m_MotionVectors: 1
2093
+ m_LightProbeUsage: 1
2094
+ m_ReflectionProbeUsage: 1
2095
+ m_RayTracingMode: 2
2096
+ m_RenderingLayerMask: 4294967295
2097
+ m_RendererPriority: 0
2098
+ m_Materials:
2099
+ - {fileID: 2100000, guid: 49076442eeb7e054b8e8869f8b40656d, type: 2}
2100
+ m_StaticBatchInfo:
2101
+ firstSubMesh: 0
2102
+ subMeshCount: 0
2103
+ m_StaticBatchRoot: {fileID: 0}
2104
+ m_ProbeAnchor: {fileID: 0}
2105
+ m_LightProbeVolumeOverride: {fileID: 0}
2106
+ m_ScaleInLightmap: 1
2107
+ m_ReceiveGI: 1
2108
+ m_PreserveUVs: 0
2109
+ m_IgnoreNormalsForChartDetection: 0
2110
+ m_ImportantGI: 0
2111
+ m_StitchLightmapSeams: 0
2112
+ m_SelectedEditorRenderState: 3
2113
+ m_MinimumChartSize: 4
2114
+ m_AutoUVMaxDistance: 0.5
2115
+ m_AutoUVMaxAngle: 89
2116
+ m_LightmapParameters: {fileID: 0}
2117
+ m_SortingLayerID: 0
2118
+ m_SortingLayer: 0
2119
+ m_SortingOrder: 0
2120
+ --- !u!1 &1957179094624068
2121
+ GameObject:
2122
+ m_ObjectHideFlags: 0
2123
+ m_CorrespondingSourceObject: {fileID: 0}
2124
+ m_PrefabInstance: {fileID: 0}
2125
+ m_PrefabAsset: {fileID: 0}
2126
+ serializedVersion: 6
2127
+ m_Component:
2128
+ - component: {fileID: 4458338781515554}
2129
+ - component: {fileID: 33226183019522544}
2130
+ - component: {fileID: 23750461439889736}
2131
+ m_Layer: 0
2132
+ m_Name: Paint 5G Bucket
2133
+ m_TagString: Untagged
2134
+ m_Icon: {fileID: 0}
2135
+ m_NavMeshLayer: 0
2136
+ m_StaticEditorFlags: 64
2137
+ m_IsActive: 1
2138
+ --- !u!4 &4458338781515554
2139
+ Transform:
2140
+ m_ObjectHideFlags: 0
2141
+ m_CorrespondingSourceObject: {fileID: 0}
2142
+ m_PrefabInstance: {fileID: 0}
2143
+ m_PrefabAsset: {fileID: 0}
2144
+ m_GameObject: {fileID: 1957179094624068}
2145
+ m_LocalRotation: {x: -0, y: 0.3793187, z: -0, w: 0.92526615}
2146
+ m_LocalPosition: {x: -0, y: 0, z: 0}
2147
+ m_LocalScale: {x: 1, y: 1, z: 1}
2148
+ m_Children: []
2149
+ m_Father: {fileID: 4365643621193746}
2150
+ m_RootOrder: 2
2151
+ m_LocalEulerAnglesHint: {x: 0, y: 44.583004, z: 0}
2152
+ --- !u!33 &33226183019522544
2153
+ MeshFilter:
2154
+ m_ObjectHideFlags: 0
2155
+ m_CorrespondingSourceObject: {fileID: 0}
2156
+ m_PrefabInstance: {fileID: 0}
2157
+ m_PrefabAsset: {fileID: 0}
2158
+ m_GameObject: {fileID: 1957179094624068}
2159
+ m_Mesh: {fileID: 4300000, guid: b451a052397f03c4f8a04d915d1c0492, type: 3}
2160
+ --- !u!23 &23750461439889736
2161
+ MeshRenderer:
2162
+ m_ObjectHideFlags: 0
2163
+ m_CorrespondingSourceObject: {fileID: 0}
2164
+ m_PrefabInstance: {fileID: 0}
2165
+ m_PrefabAsset: {fileID: 0}
2166
+ m_GameObject: {fileID: 1957179094624068}
2167
+ m_Enabled: 1
2168
+ m_CastShadows: 2
2169
+ m_ReceiveShadows: 1
2170
+ m_DynamicOccludee: 1
2171
+ m_MotionVectors: 1
2172
+ m_LightProbeUsage: 1
2173
+ m_ReflectionProbeUsage: 1
2174
+ m_RayTracingMode: 2
2175
+ m_RenderingLayerMask: 4294967295
2176
+ m_RendererPriority: 0
2177
+ m_Materials:
2178
+ - {fileID: 2100000, guid: 6cfe423139c361a459da7ed9831d4b1c, type: 2}
2179
+ - {fileID: 2100000, guid: 3da4aad06945bbf4baf801c2aacbc01e, type: 2}
2180
+ - {fileID: 2100000, guid: a0427cf339e5891468d5f2b433b2d44a, type: 2}
2181
+ m_StaticBatchInfo:
2182
+ firstSubMesh: 0
2183
+ subMeshCount: 0
2184
+ m_StaticBatchRoot: {fileID: 0}
2185
+ m_ProbeAnchor: {fileID: 0}
2186
+ m_LightProbeVolumeOverride: {fileID: 0}
2187
+ m_ScaleInLightmap: 1
2188
+ m_ReceiveGI: 1
2189
+ m_PreserveUVs: 0
2190
+ m_IgnoreNormalsForChartDetection: 0
2191
+ m_ImportantGI: 0
2192
+ m_StitchLightmapSeams: 0
2193
+ m_SelectedEditorRenderState: 3
2194
+ m_MinimumChartSize: 4
2195
+ m_AutoUVMaxDistance: 0.5
2196
+ m_AutoUVMaxAngle: 89
2197
+ m_LightmapParameters: {fileID: 0}
2198
+ m_SortingLayerID: 0
2199
+ m_SortingLayer: 0
2200
+ m_SortingOrder: 0