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,3210 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &117168228
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: 117168229}
12
+ - component: {fileID: 117168232}
13
+ - component: {fileID: 117168231}
14
+ - component: {fileID: 117168230}
15
+ m_Layer: 5
16
+ m_Name: Viewport
17
+ m_TagString: Untagged
18
+ m_Icon: {fileID: 0}
19
+ m_NavMeshLayer: 0
20
+ m_StaticEditorFlags: 0
21
+ m_IsActive: 1
22
+ --- !u!224 &117168229
23
+ RectTransform:
24
+ m_ObjectHideFlags: 0
25
+ m_CorrespondingSourceObject: {fileID: 0}
26
+ m_PrefabInstance: {fileID: 0}
27
+ m_PrefabAsset: {fileID: 0}
28
+ m_GameObject: {fileID: 117168228}
29
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
30
+ m_LocalPosition: {x: 0, y: 0, z: 0}
31
+ m_LocalScale: {x: 1, y: 1, z: 1}
32
+ m_Children:
33
+ - {fileID: 1047940501}
34
+ m_Father: {fileID: 475573968}
35
+ m_RootOrder: 0
36
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
37
+ m_AnchorMin: {x: 0, y: 0}
38
+ m_AnchorMax: {x: 1, y: 1}
39
+ m_AnchoredPosition: {x: 0, y: 0}
40
+ m_SizeDelta: {x: -18, y: 0}
41
+ m_Pivot: {x: 0, y: 1}
42
+ --- !u!114 &117168232
43
+ MonoBehaviour:
44
+ m_ObjectHideFlags: 0
45
+ m_CorrespondingSourceObject: {fileID: 0}
46
+ m_PrefabInstance: {fileID: 0}
47
+ m_PrefabAsset: {fileID: 0}
48
+ m_GameObject: {fileID: 117168228}
49
+ m_Enabled: 1
50
+ m_EditorHideFlags: 0
51
+ m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3}
52
+ m_Name:
53
+ m_EditorClassIdentifier:
54
+ m_ShowMaskGraphic: 0
55
+ --- !u!222 &117168231
56
+ CanvasRenderer:
57
+ m_ObjectHideFlags: 0
58
+ m_CorrespondingSourceObject: {fileID: 0}
59
+ m_PrefabInstance: {fileID: 0}
60
+ m_PrefabAsset: {fileID: 0}
61
+ m_GameObject: {fileID: 117168228}
62
+ m_CullTransparentMesh: 0
63
+ --- !u!114 &117168230
64
+ MonoBehaviour:
65
+ m_ObjectHideFlags: 0
66
+ m_CorrespondingSourceObject: {fileID: 0}
67
+ m_PrefabInstance: {fileID: 0}
68
+ m_PrefabAsset: {fileID: 0}
69
+ m_GameObject: {fileID: 117168228}
70
+ m_Enabled: 1
71
+ m_EditorHideFlags: 0
72
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
73
+ m_Name:
74
+ m_EditorClassIdentifier:
75
+ m_Material: {fileID: 0}
76
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
77
+ m_RaycastTarget: 1
78
+ m_Maskable: 1
79
+ m_OnCullStateChanged:
80
+ m_PersistentCalls:
81
+ m_Calls: []
82
+ m_Sprite: {fileID: 10917, guid: 0000000000000000f000000000000000, type: 0}
83
+ m_Type: 1
84
+ m_PreserveAspect: 0
85
+ m_FillCenter: 1
86
+ m_FillMethod: 4
87
+ m_FillAmount: 1
88
+ m_FillClockwise: 1
89
+ m_FillOrigin: 0
90
+ m_UseSpriteMesh: 0
91
+ m_PixelsPerUnitMultiplier: 1
92
+ --- !u!1 &140263048
93
+ GameObject:
94
+ m_ObjectHideFlags: 0
95
+ m_CorrespondingSourceObject: {fileID: 0}
96
+ m_PrefabInstance: {fileID: 0}
97
+ m_PrefabAsset: {fileID: 0}
98
+ serializedVersion: 6
99
+ m_Component:
100
+ - component: {fileID: 140263049}
101
+ - component: {fileID: 140263052}
102
+ - component: {fileID: 140263051}
103
+ - component: {fileID: 140263050}
104
+ m_Layer: 5
105
+ m_Name: Scrollbar
106
+ m_TagString: Untagged
107
+ m_Icon: {fileID: 0}
108
+ m_NavMeshLayer: 0
109
+ m_StaticEditorFlags: 0
110
+ m_IsActive: 1
111
+ --- !u!224 &140263049
112
+ RectTransform:
113
+ m_ObjectHideFlags: 0
114
+ m_CorrespondingSourceObject: {fileID: 0}
115
+ m_PrefabInstance: {fileID: 0}
116
+ m_PrefabAsset: {fileID: 0}
117
+ m_GameObject: {fileID: 140263048}
118
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
119
+ m_LocalPosition: {x: 0, y: 0, z: 0}
120
+ m_LocalScale: {x: 1, y: 1, z: 1}
121
+ m_Children:
122
+ - {fileID: 1097932478}
123
+ m_Father: {fileID: 475573968}
124
+ m_RootOrder: 1
125
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
126
+ m_AnchorMin: {x: 1, y: 0}
127
+ m_AnchorMax: {x: 1, y: 1}
128
+ m_AnchoredPosition: {x: 0, y: 0}
129
+ m_SizeDelta: {x: 20, y: 0}
130
+ m_Pivot: {x: 1, y: 1}
131
+ --- !u!222 &140263052
132
+ CanvasRenderer:
133
+ m_ObjectHideFlags: 0
134
+ m_CorrespondingSourceObject: {fileID: 0}
135
+ m_PrefabInstance: {fileID: 0}
136
+ m_PrefabAsset: {fileID: 0}
137
+ m_GameObject: {fileID: 140263048}
138
+ m_CullTransparentMesh: 0
139
+ --- !u!114 &140263051
140
+ MonoBehaviour:
141
+ m_ObjectHideFlags: 0
142
+ m_CorrespondingSourceObject: {fileID: 0}
143
+ m_PrefabInstance: {fileID: 0}
144
+ m_PrefabAsset: {fileID: 0}
145
+ m_GameObject: {fileID: 140263048}
146
+ m_Enabled: 1
147
+ m_EditorHideFlags: 0
148
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
149
+ m_Name:
150
+ m_EditorClassIdentifier:
151
+ m_Material: {fileID: 0}
152
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
153
+ m_RaycastTarget: 1
154
+ m_Maskable: 1
155
+ m_OnCullStateChanged:
156
+ m_PersistentCalls:
157
+ m_Calls: []
158
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
159
+ m_Type: 1
160
+ m_PreserveAspect: 0
161
+ m_FillCenter: 1
162
+ m_FillMethod: 4
163
+ m_FillAmount: 1
164
+ m_FillClockwise: 1
165
+ m_FillOrigin: 0
166
+ m_UseSpriteMesh: 0
167
+ m_PixelsPerUnitMultiplier: 1
168
+ --- !u!114 &140263050
169
+ MonoBehaviour:
170
+ m_ObjectHideFlags: 0
171
+ m_CorrespondingSourceObject: {fileID: 0}
172
+ m_PrefabInstance: {fileID: 0}
173
+ m_PrefabAsset: {fileID: 0}
174
+ m_GameObject: {fileID: 140263048}
175
+ m_Enabled: 1
176
+ m_EditorHideFlags: 0
177
+ m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3}
178
+ m_Name:
179
+ m_EditorClassIdentifier:
180
+ m_Navigation:
181
+ m_Mode: 3
182
+ m_SelectOnUp: {fileID: 0}
183
+ m_SelectOnDown: {fileID: 0}
184
+ m_SelectOnLeft: {fileID: 0}
185
+ m_SelectOnRight: {fileID: 0}
186
+ m_Transition: 1
187
+ m_Colors:
188
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
189
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
190
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
191
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
192
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
193
+ m_ColorMultiplier: 1
194
+ m_FadeDuration: 0.1
195
+ m_SpriteState:
196
+ m_HighlightedSprite: {fileID: 0}
197
+ m_PressedSprite: {fileID: 0}
198
+ m_SelectedSprite: {fileID: 0}
199
+ m_DisabledSprite: {fileID: 0}
200
+ m_AnimationTriggers:
201
+ m_NormalTrigger: Normal
202
+ m_HighlightedTrigger: Highlighted
203
+ m_PressedTrigger: Pressed
204
+ m_SelectedTrigger: Highlighted
205
+ m_DisabledTrigger: Disabled
206
+ m_Interactable: 1
207
+ m_TargetGraphic: {fileID: 1094273982}
208
+ m_HandleRect: {fileID: 1094273981}
209
+ m_Direction: 2
210
+ m_Value: 0
211
+ m_Size: 0.2
212
+ m_NumberOfSteps: 0
213
+ m_OnValueChanged:
214
+ m_PersistentCalls:
215
+ m_Calls: []
216
+ --- !u!1 &163259043
217
+ GameObject:
218
+ m_ObjectHideFlags: 0
219
+ m_CorrespondingSourceObject: {fileID: 0}
220
+ m_PrefabInstance: {fileID: 0}
221
+ m_PrefabAsset: {fileID: 0}
222
+ serializedVersion: 6
223
+ m_Component:
224
+ - component: {fileID: 163259044}
225
+ - component: {fileID: 163259047}
226
+ - component: {fileID: 163259046}
227
+ - component: {fileID: 163259045}
228
+ m_Layer: 5
229
+ m_Name: InputField
230
+ m_TagString: Untagged
231
+ m_Icon: {fileID: 0}
232
+ m_NavMeshLayer: 0
233
+ m_StaticEditorFlags: 0
234
+ m_IsActive: 1
235
+ --- !u!224 &163259044
236
+ RectTransform:
237
+ m_ObjectHideFlags: 0
238
+ m_CorrespondingSourceObject: {fileID: 0}
239
+ m_PrefabInstance: {fileID: 0}
240
+ m_PrefabAsset: {fileID: 0}
241
+ m_GameObject: {fileID: 163259043}
242
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
243
+ m_LocalPosition: {x: 0, y: 0, z: 0}
244
+ m_LocalScale: {x: 1.9316635, y: 1.9316648, z: 1.9316648}
245
+ m_Children:
246
+ - {fileID: 1514304728}
247
+ - {fileID: 740662692}
248
+ m_Father: {fileID: 467300878}
249
+ m_RootOrder: 4
250
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
251
+ m_AnchorMin: {x: 0.5, y: 0.5}
252
+ m_AnchorMax: {x: 0.5, y: 0.5}
253
+ m_AnchoredPosition: {x: -219, y: 39}
254
+ m_SizeDelta: {x: 160, y: 30}
255
+ m_Pivot: {x: 0.5, y: 0.5}
256
+ --- !u!222 &163259047
257
+ CanvasRenderer:
258
+ m_ObjectHideFlags: 0
259
+ m_CorrespondingSourceObject: {fileID: 0}
260
+ m_PrefabInstance: {fileID: 0}
261
+ m_PrefabAsset: {fileID: 0}
262
+ m_GameObject: {fileID: 163259043}
263
+ m_CullTransparentMesh: 0
264
+ --- !u!114 &163259046
265
+ MonoBehaviour:
266
+ m_ObjectHideFlags: 0
267
+ m_CorrespondingSourceObject: {fileID: 0}
268
+ m_PrefabInstance: {fileID: 0}
269
+ m_PrefabAsset: {fileID: 0}
270
+ m_GameObject: {fileID: 163259043}
271
+ m_Enabled: 1
272
+ m_EditorHideFlags: 0
273
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
274
+ m_Name:
275
+ m_EditorClassIdentifier:
276
+ m_Material: {fileID: 0}
277
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
278
+ m_RaycastTarget: 1
279
+ m_Maskable: 1
280
+ m_OnCullStateChanged:
281
+ m_PersistentCalls:
282
+ m_Calls: []
283
+ m_Sprite: {fileID: 10911, guid: 0000000000000000f000000000000000, type: 0}
284
+ m_Type: 1
285
+ m_PreserveAspect: 0
286
+ m_FillCenter: 1
287
+ m_FillMethod: 4
288
+ m_FillAmount: 1
289
+ m_FillClockwise: 1
290
+ m_FillOrigin: 0
291
+ m_UseSpriteMesh: 0
292
+ m_PixelsPerUnitMultiplier: 1
293
+ --- !u!114 &163259045
294
+ MonoBehaviour:
295
+ m_ObjectHideFlags: 0
296
+ m_CorrespondingSourceObject: {fileID: 0}
297
+ m_PrefabInstance: {fileID: 0}
298
+ m_PrefabAsset: {fileID: 0}
299
+ m_GameObject: {fileID: 163259043}
300
+ m_Enabled: 1
301
+ m_EditorHideFlags: 0
302
+ m_Script: {fileID: 11500000, guid: d199490a83bb2b844b9695cbf13b01ef, type: 3}
303
+ m_Name:
304
+ m_EditorClassIdentifier:
305
+ m_Navigation:
306
+ m_Mode: 3
307
+ m_SelectOnUp: {fileID: 0}
308
+ m_SelectOnDown: {fileID: 0}
309
+ m_SelectOnLeft: {fileID: 0}
310
+ m_SelectOnRight: {fileID: 0}
311
+ m_Transition: 1
312
+ m_Colors:
313
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
314
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
315
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
316
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
317
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
318
+ m_ColorMultiplier: 1
319
+ m_FadeDuration: 0.1
320
+ m_SpriteState:
321
+ m_HighlightedSprite: {fileID: 0}
322
+ m_PressedSprite: {fileID: 0}
323
+ m_SelectedSprite: {fileID: 0}
324
+ m_DisabledSprite: {fileID: 0}
325
+ m_AnimationTriggers:
326
+ m_NormalTrigger: Normal
327
+ m_HighlightedTrigger: Highlighted
328
+ m_PressedTrigger: Pressed
329
+ m_SelectedTrigger: Highlighted
330
+ m_DisabledTrigger: Disabled
331
+ m_Interactable: 1
332
+ m_TargetGraphic: {fileID: 163259046}
333
+ m_TextComponent: {fileID: 740662693}
334
+ m_Placeholder: {fileID: 1514304729}
335
+ m_ContentType: 0
336
+ m_InputType: 0
337
+ m_AsteriskChar: 42
338
+ m_KeyboardType: 0
339
+ m_LineType: 0
340
+ m_HideMobileInput: 0
341
+ m_CharacterValidation: 0
342
+ m_CharacterLimit: 0
343
+ m_OnEndEdit:
344
+ m_PersistentCalls:
345
+ m_Calls: []
346
+ m_OnValueChanged:
347
+ m_PersistentCalls:
348
+ m_Calls: []
349
+ m_CaretColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
350
+ m_CustomCaretColor: 0
351
+ m_SelectionColor: {r: 0.65882355, g: 0.80784315, b: 1, a: 0.7529412}
352
+ m_Text:
353
+ m_CaretBlinkRate: 0.85
354
+ m_CaretWidth: 1
355
+ m_ReadOnly: 0
356
+ --- !u!1 &232818780
357
+ GameObject:
358
+ m_ObjectHideFlags: 0
359
+ m_CorrespondingSourceObject: {fileID: 0}
360
+ m_PrefabInstance: {fileID: 0}
361
+ m_PrefabAsset: {fileID: 0}
362
+ serializedVersion: 6
363
+ m_Component:
364
+ - component: {fileID: 232818781}
365
+ m_Layer: 5
366
+ m_Name: Content
367
+ m_TagString: Untagged
368
+ m_Icon: {fileID: 0}
369
+ m_NavMeshLayer: 0
370
+ m_StaticEditorFlags: 0
371
+ m_IsActive: 1
372
+ --- !u!224 &232818781
373
+ RectTransform:
374
+ m_ObjectHideFlags: 0
375
+ m_CorrespondingSourceObject: {fileID: 0}
376
+ m_PrefabInstance: {fileID: 0}
377
+ m_PrefabAsset: {fileID: 0}
378
+ m_GameObject: {fileID: 232818780}
379
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
380
+ m_LocalPosition: {x: 0, y: 0, z: 0}
381
+ m_LocalScale: {x: 1, y: 1, z: 1}
382
+ m_Children:
383
+ - {fileID: 1618231463}
384
+ m_Father: {fileID: 835874415}
385
+ m_RootOrder: 0
386
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
387
+ m_AnchorMin: {x: 0, y: 1}
388
+ m_AnchorMax: {x: 1, y: 1}
389
+ m_AnchoredPosition: {x: -0.00000089570415, y: 0.000038846672}
390
+ m_SizeDelta: {x: 0, y: 300}
391
+ m_Pivot: {x: 0, y: 1}
392
+ --- !u!1 &248811795
393
+ GameObject:
394
+ m_ObjectHideFlags: 0
395
+ m_CorrespondingSourceObject: {fileID: 0}
396
+ m_PrefabInstance: {fileID: 0}
397
+ m_PrefabAsset: {fileID: 0}
398
+ serializedVersion: 6
399
+ m_Component:
400
+ - component: {fileID: 248811796}
401
+ - component: {fileID: 248811799}
402
+ - component: {fileID: 248811798}
403
+ - component: {fileID: 248811797}
404
+ m_Layer: 5
405
+ m_Name: Scrollbar Horizontal
406
+ m_TagString: Untagged
407
+ m_Icon: {fileID: 0}
408
+ m_NavMeshLayer: 0
409
+ m_StaticEditorFlags: 0
410
+ m_IsActive: 1
411
+ --- !u!224 &248811796
412
+ RectTransform:
413
+ m_ObjectHideFlags: 0
414
+ m_CorrespondingSourceObject: {fileID: 0}
415
+ m_PrefabInstance: {fileID: 0}
416
+ m_PrefabAsset: {fileID: 0}
417
+ m_GameObject: {fileID: 248811795}
418
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
419
+ m_LocalPosition: {x: 0, y: 0, z: 0}
420
+ m_LocalScale: {x: 1, y: 1, z: 1}
421
+ m_Children:
422
+ - {fileID: 313253897}
423
+ m_Father: {fileID: 2083808253}
424
+ m_RootOrder: 1
425
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
426
+ m_AnchorMin: {x: 0, y: 0}
427
+ m_AnchorMax: {x: 0, y: 0}
428
+ m_AnchoredPosition: {x: 0, y: 0}
429
+ m_SizeDelta: {x: 0, y: 20}
430
+ m_Pivot: {x: 0, y: 0}
431
+ --- !u!222 &248811799
432
+ CanvasRenderer:
433
+ m_ObjectHideFlags: 0
434
+ m_CorrespondingSourceObject: {fileID: 0}
435
+ m_PrefabInstance: {fileID: 0}
436
+ m_PrefabAsset: {fileID: 0}
437
+ m_GameObject: {fileID: 248811795}
438
+ m_CullTransparentMesh: 0
439
+ --- !u!114 &248811798
440
+ MonoBehaviour:
441
+ m_ObjectHideFlags: 0
442
+ m_CorrespondingSourceObject: {fileID: 0}
443
+ m_PrefabInstance: {fileID: 0}
444
+ m_PrefabAsset: {fileID: 0}
445
+ m_GameObject: {fileID: 248811795}
446
+ m_Enabled: 1
447
+ m_EditorHideFlags: 0
448
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
449
+ m_Name:
450
+ m_EditorClassIdentifier:
451
+ m_Material: {fileID: 0}
452
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
453
+ m_RaycastTarget: 1
454
+ m_Maskable: 1
455
+ m_OnCullStateChanged:
456
+ m_PersistentCalls:
457
+ m_Calls: []
458
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
459
+ m_Type: 1
460
+ m_PreserveAspect: 0
461
+ m_FillCenter: 1
462
+ m_FillMethod: 4
463
+ m_FillAmount: 1
464
+ m_FillClockwise: 1
465
+ m_FillOrigin: 0
466
+ m_UseSpriteMesh: 0
467
+ m_PixelsPerUnitMultiplier: 1
468
+ --- !u!114 &248811797
469
+ MonoBehaviour:
470
+ m_ObjectHideFlags: 0
471
+ m_CorrespondingSourceObject: {fileID: 0}
472
+ m_PrefabInstance: {fileID: 0}
473
+ m_PrefabAsset: {fileID: 0}
474
+ m_GameObject: {fileID: 248811795}
475
+ m_Enabled: 1
476
+ m_EditorHideFlags: 0
477
+ m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3}
478
+ m_Name:
479
+ m_EditorClassIdentifier:
480
+ m_Navigation:
481
+ m_Mode: 3
482
+ m_SelectOnUp: {fileID: 0}
483
+ m_SelectOnDown: {fileID: 0}
484
+ m_SelectOnLeft: {fileID: 0}
485
+ m_SelectOnRight: {fileID: 0}
486
+ m_Transition: 1
487
+ m_Colors:
488
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
489
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
490
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
491
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
492
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
493
+ m_ColorMultiplier: 1
494
+ m_FadeDuration: 0.1
495
+ m_SpriteState:
496
+ m_HighlightedSprite: {fileID: 0}
497
+ m_PressedSprite: {fileID: 0}
498
+ m_SelectedSprite: {fileID: 0}
499
+ m_DisabledSprite: {fileID: 0}
500
+ m_AnimationTriggers:
501
+ m_NormalTrigger: Normal
502
+ m_HighlightedTrigger: Highlighted
503
+ m_PressedTrigger: Pressed
504
+ m_SelectedTrigger: Highlighted
505
+ m_DisabledTrigger: Disabled
506
+ m_Interactable: 1
507
+ m_TargetGraphic: {fileID: 847364601}
508
+ m_HandleRect: {fileID: 847364600}
509
+ m_Direction: 0
510
+ m_Value: 0
511
+ m_Size: 0.99999964
512
+ m_NumberOfSteps: 0
513
+ m_OnValueChanged:
514
+ m_PersistentCalls:
515
+ m_Calls: []
516
+ --- !u!1 &259369610
517
+ GameObject:
518
+ m_ObjectHideFlags: 0
519
+ m_CorrespondingSourceObject: {fileID: 0}
520
+ m_PrefabInstance: {fileID: 0}
521
+ m_PrefabAsset: {fileID: 0}
522
+ serializedVersion: 6
523
+ m_Component:
524
+ - component: {fileID: 259369611}
525
+ - component: {fileID: 259369613}
526
+ - component: {fileID: 259369612}
527
+ m_Layer: 5
528
+ m_Name: Checkmark
529
+ m_TagString: Untagged
530
+ m_Icon: {fileID: 0}
531
+ m_NavMeshLayer: 0
532
+ m_StaticEditorFlags: 0
533
+ m_IsActive: 1
534
+ --- !u!224 &259369611
535
+ RectTransform:
536
+ m_ObjectHideFlags: 0
537
+ m_CorrespondingSourceObject: {fileID: 0}
538
+ m_PrefabInstance: {fileID: 0}
539
+ m_PrefabAsset: {fileID: 0}
540
+ m_GameObject: {fileID: 259369610}
541
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
542
+ m_LocalPosition: {x: 0, y: 0, z: 0}
543
+ m_LocalScale: {x: 1, y: 1, z: 1}
544
+ m_Children: []
545
+ m_Father: {fileID: 1460050266}
546
+ m_RootOrder: 0
547
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
548
+ m_AnchorMin: {x: 0.5, y: 0.5}
549
+ m_AnchorMax: {x: 0.5, y: 0.5}
550
+ m_AnchoredPosition: {x: 0, y: 0}
551
+ m_SizeDelta: {x: 20, y: 20}
552
+ m_Pivot: {x: 0.5, y: 0.5}
553
+ --- !u!222 &259369613
554
+ CanvasRenderer:
555
+ m_ObjectHideFlags: 0
556
+ m_CorrespondingSourceObject: {fileID: 0}
557
+ m_PrefabInstance: {fileID: 0}
558
+ m_PrefabAsset: {fileID: 0}
559
+ m_GameObject: {fileID: 259369610}
560
+ m_CullTransparentMesh: 0
561
+ --- !u!114 &259369612
562
+ MonoBehaviour:
563
+ m_ObjectHideFlags: 0
564
+ m_CorrespondingSourceObject: {fileID: 0}
565
+ m_PrefabInstance: {fileID: 0}
566
+ m_PrefabAsset: {fileID: 0}
567
+ m_GameObject: {fileID: 259369610}
568
+ m_Enabled: 1
569
+ m_EditorHideFlags: 0
570
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
571
+ m_Name:
572
+ m_EditorClassIdentifier:
573
+ m_Material: {fileID: 0}
574
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
575
+ m_RaycastTarget: 1
576
+ m_Maskable: 1
577
+ m_OnCullStateChanged:
578
+ m_PersistentCalls:
579
+ m_Calls: []
580
+ m_Sprite: {fileID: 10901, guid: 0000000000000000f000000000000000, type: 0}
581
+ m_Type: 0
582
+ m_PreserveAspect: 0
583
+ m_FillCenter: 1
584
+ m_FillMethod: 4
585
+ m_FillAmount: 1
586
+ m_FillClockwise: 1
587
+ m_FillOrigin: 0
588
+ m_UseSpriteMesh: 0
589
+ m_PixelsPerUnitMultiplier: 1
590
+ --- !u!1 &313253896
591
+ GameObject:
592
+ m_ObjectHideFlags: 0
593
+ m_CorrespondingSourceObject: {fileID: 0}
594
+ m_PrefabInstance: {fileID: 0}
595
+ m_PrefabAsset: {fileID: 0}
596
+ serializedVersion: 6
597
+ m_Component:
598
+ - component: {fileID: 313253897}
599
+ m_Layer: 5
600
+ m_Name: Sliding Area
601
+ m_TagString: Untagged
602
+ m_Icon: {fileID: 0}
603
+ m_NavMeshLayer: 0
604
+ m_StaticEditorFlags: 0
605
+ m_IsActive: 1
606
+ --- !u!224 &313253897
607
+ RectTransform:
608
+ m_ObjectHideFlags: 0
609
+ m_CorrespondingSourceObject: {fileID: 0}
610
+ m_PrefabInstance: {fileID: 0}
611
+ m_PrefabAsset: {fileID: 0}
612
+ m_GameObject: {fileID: 313253896}
613
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
614
+ m_LocalPosition: {x: 0, y: 0, z: 0}
615
+ m_LocalScale: {x: 1, y: 1, z: 1}
616
+ m_Children:
617
+ - {fileID: 847364600}
618
+ m_Father: {fileID: 248811796}
619
+ m_RootOrder: 0
620
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
621
+ m_AnchorMin: {x: 0, y: 0}
622
+ m_AnchorMax: {x: 1, y: 1}
623
+ m_AnchoredPosition: {x: 0, y: 0}
624
+ m_SizeDelta: {x: -20, y: -20}
625
+ m_Pivot: {x: 0.5, y: 0.5}
626
+ --- !u!1 &325181534
627
+ GameObject:
628
+ m_ObjectHideFlags: 0
629
+ m_CorrespondingSourceObject: {fileID: 0}
630
+ m_PrefabInstance: {fileID: 0}
631
+ m_PrefabAsset: {fileID: 0}
632
+ serializedVersion: 6
633
+ m_Component:
634
+ - component: {fileID: 325181535}
635
+ m_Layer: 5
636
+ m_Name: Sliding Area
637
+ m_TagString: Untagged
638
+ m_Icon: {fileID: 0}
639
+ m_NavMeshLayer: 0
640
+ m_StaticEditorFlags: 0
641
+ m_IsActive: 1
642
+ --- !u!224 &325181535
643
+ RectTransform:
644
+ m_ObjectHideFlags: 0
645
+ m_CorrespondingSourceObject: {fileID: 0}
646
+ m_PrefabInstance: {fileID: 0}
647
+ m_PrefabAsset: {fileID: 0}
648
+ m_GameObject: {fileID: 325181534}
649
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
650
+ m_LocalPosition: {x: 0, y: 0, z: 0}
651
+ m_LocalScale: {x: 1, y: 1, z: 1}
652
+ m_Children:
653
+ - {fileID: 836906259}
654
+ m_Father: {fileID: 1884192571}
655
+ m_RootOrder: 0
656
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
657
+ m_AnchorMin: {x: 0, y: 0}
658
+ m_AnchorMax: {x: 1, y: 1}
659
+ m_AnchoredPosition: {x: 0, y: 0}
660
+ m_SizeDelta: {x: -20, y: -20}
661
+ m_Pivot: {x: 0.5, y: 0.5}
662
+ --- !u!1 &436209451
663
+ GameObject:
664
+ m_ObjectHideFlags: 0
665
+ m_CorrespondingSourceObject: {fileID: 0}
666
+ m_PrefabInstance: {fileID: 0}
667
+ m_PrefabAsset: {fileID: 0}
668
+ serializedVersion: 6
669
+ m_Component:
670
+ - component: {fileID: 436209452}
671
+ - component: {fileID: 436209454}
672
+ - component: {fileID: 436209453}
673
+ m_Layer: 5
674
+ m_Name: Item Background
675
+ m_TagString: Untagged
676
+ m_Icon: {fileID: 0}
677
+ m_NavMeshLayer: 0
678
+ m_StaticEditorFlags: 0
679
+ m_IsActive: 1
680
+ --- !u!224 &436209452
681
+ RectTransform:
682
+ m_ObjectHideFlags: 0
683
+ m_CorrespondingSourceObject: {fileID: 0}
684
+ m_PrefabInstance: {fileID: 0}
685
+ m_PrefabAsset: {fileID: 0}
686
+ m_GameObject: {fileID: 436209451}
687
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
688
+ m_LocalPosition: {x: 0, y: 0, z: 0}
689
+ m_LocalScale: {x: 1, y: 1, z: 1}
690
+ m_Children: []
691
+ m_Father: {fileID: 1942078110}
692
+ m_RootOrder: 0
693
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
694
+ m_AnchorMin: {x: 0, y: 0}
695
+ m_AnchorMax: {x: 1, y: 1}
696
+ m_AnchoredPosition: {x: 0, y: 0}
697
+ m_SizeDelta: {x: 0, y: 0}
698
+ m_Pivot: {x: 0.5, y: 0.5}
699
+ --- !u!222 &436209454
700
+ CanvasRenderer:
701
+ m_ObjectHideFlags: 0
702
+ m_CorrespondingSourceObject: {fileID: 0}
703
+ m_PrefabInstance: {fileID: 0}
704
+ m_PrefabAsset: {fileID: 0}
705
+ m_GameObject: {fileID: 436209451}
706
+ m_CullTransparentMesh: 0
707
+ --- !u!114 &436209453
708
+ MonoBehaviour:
709
+ m_ObjectHideFlags: 0
710
+ m_CorrespondingSourceObject: {fileID: 0}
711
+ m_PrefabInstance: {fileID: 0}
712
+ m_PrefabAsset: {fileID: 0}
713
+ m_GameObject: {fileID: 436209451}
714
+ m_Enabled: 1
715
+ m_EditorHideFlags: 0
716
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
717
+ m_Name:
718
+ m_EditorClassIdentifier:
719
+ m_Material: {fileID: 0}
720
+ m_Color: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
721
+ m_RaycastTarget: 1
722
+ m_Maskable: 1
723
+ m_OnCullStateChanged:
724
+ m_PersistentCalls:
725
+ m_Calls: []
726
+ m_Sprite: {fileID: 0}
727
+ m_Type: 0
728
+ m_PreserveAspect: 0
729
+ m_FillCenter: 1
730
+ m_FillMethod: 4
731
+ m_FillAmount: 1
732
+ m_FillClockwise: 1
733
+ m_FillOrigin: 0
734
+ m_UseSpriteMesh: 0
735
+ m_PixelsPerUnitMultiplier: 1
736
+ --- !u!1 &467300874
737
+ GameObject:
738
+ m_ObjectHideFlags: 0
739
+ m_CorrespondingSourceObject: {fileID: 0}
740
+ m_PrefabInstance: {fileID: 0}
741
+ m_PrefabAsset: {fileID: 0}
742
+ serializedVersion: 6
743
+ m_Component:
744
+ - component: {fileID: 467300878}
745
+ - component: {fileID: 467300877}
746
+ - component: {fileID: 467300876}
747
+ - component: {fileID: 467300875}
748
+ - component: {fileID: 467300879}
749
+ m_Layer: 5
750
+ m_Name: "\uF702UICanvas"
751
+ m_TagString: Untagged
752
+ m_Icon: {fileID: 0}
753
+ m_NavMeshLayer: 0
754
+ m_StaticEditorFlags: 0
755
+ m_IsActive: 1
756
+ --- !u!224 &467300878
757
+ RectTransform:
758
+ m_ObjectHideFlags: 0
759
+ m_CorrespondingSourceObject: {fileID: 0}
760
+ m_PrefabInstance: {fileID: 0}
761
+ m_PrefabAsset: {fileID: 0}
762
+ m_GameObject: {fileID: 467300874}
763
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
764
+ m_LocalPosition: {x: 0, y: 0, z: 0.7750002}
765
+ m_LocalScale: {x: 0.0020360535, y: 0.0020360514, z: 0.0020360537}
766
+ m_Children:
767
+ - {fileID: 1609165197}
768
+ - {fileID: 2083808253}
769
+ - {fileID: 1369597418}
770
+ - {fileID: 889611413}
771
+ - {fileID: 163259044}
772
+ m_Father: {fileID: 3610125288266481543}
773
+ m_RootOrder: 2
774
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
775
+ m_AnchorMin: {x: 0, y: 0}
776
+ m_AnchorMax: {x: 0, y: 0}
777
+ m_AnchoredPosition: {x: -0.0760026, y: 2.182}
778
+ m_SizeDelta: {x: 904, y: 520}
779
+ m_Pivot: {x: 0.5, y: 0.5}
780
+ --- !u!223 &467300877
781
+ Canvas:
782
+ m_ObjectHideFlags: 0
783
+ m_CorrespondingSourceObject: {fileID: 0}
784
+ m_PrefabInstance: {fileID: 0}
785
+ m_PrefabAsset: {fileID: 0}
786
+ m_GameObject: {fileID: 467300874}
787
+ m_Enabled: 1
788
+ serializedVersion: 3
789
+ m_RenderMode: 2
790
+ m_Camera: {fileID: 0}
791
+ m_PlaneDistance: 100
792
+ m_PixelPerfect: 0
793
+ m_ReceivesEvents: 1
794
+ m_OverrideSorting: 0
795
+ m_OverridePixelPerfect: 0
796
+ m_SortingBucketNormalizedSize: 0
797
+ m_AdditionalShaderChannelsFlag: 25
798
+ m_SortingLayerID: 0
799
+ m_SortingOrder: 0
800
+ m_TargetDisplay: 0
801
+ --- !u!114 &467300876
802
+ MonoBehaviour:
803
+ m_ObjectHideFlags: 0
804
+ m_CorrespondingSourceObject: {fileID: 0}
805
+ m_PrefabInstance: {fileID: 0}
806
+ m_PrefabAsset: {fileID: 0}
807
+ m_GameObject: {fileID: 467300874}
808
+ m_Enabled: 1
809
+ m_EditorHideFlags: 0
810
+ m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
811
+ m_Name:
812
+ m_EditorClassIdentifier:
813
+ m_UiScaleMode: 0
814
+ m_ReferencePixelsPerUnit: 100
815
+ m_ScaleFactor: 1
816
+ m_ReferenceResolution: {x: 800, y: 600}
817
+ m_ScreenMatchMode: 0
818
+ m_MatchWidthOrHeight: 0
819
+ m_PhysicalUnit: 3
820
+ m_FallbackScreenDPI: 96
821
+ m_DefaultSpriteDPI: 96
822
+ m_DynamicPixelsPerUnit: 1
823
+ --- !u!114 &467300875
824
+ MonoBehaviour:
825
+ m_ObjectHideFlags: 0
826
+ m_CorrespondingSourceObject: {fileID: 0}
827
+ m_PrefabInstance: {fileID: 0}
828
+ m_PrefabAsset: {fileID: 0}
829
+ m_GameObject: {fileID: 467300874}
830
+ m_Enabled: 1
831
+ m_EditorHideFlags: 0
832
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
833
+ m_Name:
834
+ m_EditorClassIdentifier:
835
+ m_IgnoreReversedGraphics: 1
836
+ m_BlockingObjects: 0
837
+ m_BlockingMask:
838
+ serializedVersion: 2
839
+ m_Bits: 55
840
+ --- !u!114 &467300879
841
+ MonoBehaviour:
842
+ m_ObjectHideFlags: 0
843
+ m_CorrespondingSourceObject: {fileID: 0}
844
+ m_PrefabInstance: {fileID: 0}
845
+ m_PrefabAsset: {fileID: 0}
846
+ m_GameObject: {fileID: 467300874}
847
+ m_Enabled: 1
848
+ m_EditorHideFlags: 0
849
+ m_Script: {fileID: 11500000, guid: 7951c64acb0fa62458bf30a60089fe2d, type: 3}
850
+ m_Name:
851
+ m_EditorClassIdentifier:
852
+ m_IgnoreReversedGraphics: 0
853
+ m_CheckFor2DOcclusion: 0
854
+ m_CheckFor3DOcclusion: 0
855
+ m_BlockingMask:
856
+ serializedVersion: 2
857
+ m_Bits: 55
858
+ --- !u!1 &475573967
859
+ GameObject:
860
+ m_ObjectHideFlags: 0
861
+ m_CorrespondingSourceObject: {fileID: 0}
862
+ m_PrefabInstance: {fileID: 0}
863
+ m_PrefabAsset: {fileID: 0}
864
+ serializedVersion: 6
865
+ m_Component:
866
+ - component: {fileID: 475573968}
867
+ - component: {fileID: 475573971}
868
+ - component: {fileID: 475573970}
869
+ - component: {fileID: 475573969}
870
+ m_Layer: 5
871
+ m_Name: Template
872
+ m_TagString: Untagged
873
+ m_Icon: {fileID: 0}
874
+ m_NavMeshLayer: 0
875
+ m_StaticEditorFlags: 0
876
+ m_IsActive: 0
877
+ --- !u!224 &475573968
878
+ RectTransform:
879
+ m_ObjectHideFlags: 0
880
+ m_CorrespondingSourceObject: {fileID: 0}
881
+ m_PrefabInstance: {fileID: 0}
882
+ m_PrefabAsset: {fileID: 0}
883
+ m_GameObject: {fileID: 475573967}
884
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
885
+ m_LocalPosition: {x: 0, y: 0, z: 0}
886
+ m_LocalScale: {x: 1, y: 1, z: 1}
887
+ m_Children:
888
+ - {fileID: 117168229}
889
+ - {fileID: 140263049}
890
+ m_Father: {fileID: 889611413}
891
+ m_RootOrder: 2
892
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
893
+ m_AnchorMin: {x: 0, y: 0}
894
+ m_AnchorMax: {x: 1, y: 0}
895
+ m_AnchoredPosition: {x: 0, y: 2}
896
+ m_SizeDelta: {x: 0, y: 150}
897
+ m_Pivot: {x: 0.5, y: 1}
898
+ --- !u!222 &475573971
899
+ CanvasRenderer:
900
+ m_ObjectHideFlags: 0
901
+ m_CorrespondingSourceObject: {fileID: 0}
902
+ m_PrefabInstance: {fileID: 0}
903
+ m_PrefabAsset: {fileID: 0}
904
+ m_GameObject: {fileID: 475573967}
905
+ m_CullTransparentMesh: 0
906
+ --- !u!114 &475573970
907
+ MonoBehaviour:
908
+ m_ObjectHideFlags: 0
909
+ m_CorrespondingSourceObject: {fileID: 0}
910
+ m_PrefabInstance: {fileID: 0}
911
+ m_PrefabAsset: {fileID: 0}
912
+ m_GameObject: {fileID: 475573967}
913
+ m_Enabled: 1
914
+ m_EditorHideFlags: 0
915
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
916
+ m_Name:
917
+ m_EditorClassIdentifier:
918
+ m_Material: {fileID: 0}
919
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
920
+ m_RaycastTarget: 1
921
+ m_Maskable: 1
922
+ m_OnCullStateChanged:
923
+ m_PersistentCalls:
924
+ m_Calls: []
925
+ m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
926
+ m_Type: 1
927
+ m_PreserveAspect: 0
928
+ m_FillCenter: 1
929
+ m_FillMethod: 4
930
+ m_FillAmount: 1
931
+ m_FillClockwise: 1
932
+ m_FillOrigin: 0
933
+ m_UseSpriteMesh: 0
934
+ m_PixelsPerUnitMultiplier: 1
935
+ --- !u!114 &475573969
936
+ MonoBehaviour:
937
+ m_ObjectHideFlags: 0
938
+ m_CorrespondingSourceObject: {fileID: 0}
939
+ m_PrefabInstance: {fileID: 0}
940
+ m_PrefabAsset: {fileID: 0}
941
+ m_GameObject: {fileID: 475573967}
942
+ m_Enabled: 1
943
+ m_EditorHideFlags: 0
944
+ m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3}
945
+ m_Name:
946
+ m_EditorClassIdentifier:
947
+ m_Content: {fileID: 1047940501}
948
+ m_Horizontal: 0
949
+ m_Vertical: 1
950
+ m_MovementType: 2
951
+ m_Elasticity: 0.1
952
+ m_Inertia: 1
953
+ m_DecelerationRate: 0.135
954
+ m_ScrollSensitivity: 1
955
+ m_Viewport: {fileID: 117168229}
956
+ m_HorizontalScrollbar: {fileID: 0}
957
+ m_VerticalScrollbar: {fileID: 140263050}
958
+ m_HorizontalScrollbarVisibility: 0
959
+ m_VerticalScrollbarVisibility: 2
960
+ m_HorizontalScrollbarSpacing: 0
961
+ m_VerticalScrollbarSpacing: -3
962
+ m_OnValueChanged:
963
+ m_PersistentCalls:
964
+ m_Calls: []
965
+ --- !u!1 &740662691
966
+ GameObject:
967
+ m_ObjectHideFlags: 0
968
+ m_CorrespondingSourceObject: {fileID: 0}
969
+ m_PrefabInstance: {fileID: 0}
970
+ m_PrefabAsset: {fileID: 0}
971
+ serializedVersion: 6
972
+ m_Component:
973
+ - component: {fileID: 740662692}
974
+ - component: {fileID: 740662694}
975
+ - component: {fileID: 740662693}
976
+ m_Layer: 5
977
+ m_Name: Text
978
+ m_TagString: Untagged
979
+ m_Icon: {fileID: 0}
980
+ m_NavMeshLayer: 0
981
+ m_StaticEditorFlags: 0
982
+ m_IsActive: 1
983
+ --- !u!224 &740662692
984
+ RectTransform:
985
+ m_ObjectHideFlags: 0
986
+ m_CorrespondingSourceObject: {fileID: 0}
987
+ m_PrefabInstance: {fileID: 0}
988
+ m_PrefabAsset: {fileID: 0}
989
+ m_GameObject: {fileID: 740662691}
990
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
991
+ m_LocalPosition: {x: 0, y: 0, z: 0}
992
+ m_LocalScale: {x: 1, y: 1, z: 1}
993
+ m_Children: []
994
+ m_Father: {fileID: 163259044}
995
+ m_RootOrder: 1
996
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
997
+ m_AnchorMin: {x: 0, y: 0}
998
+ m_AnchorMax: {x: 1, y: 1}
999
+ m_AnchoredPosition: {x: 0, y: -0.5}
1000
+ m_SizeDelta: {x: -20, y: -13}
1001
+ m_Pivot: {x: 0.5, y: 0.5}
1002
+ --- !u!222 &740662694
1003
+ CanvasRenderer:
1004
+ m_ObjectHideFlags: 0
1005
+ m_CorrespondingSourceObject: {fileID: 0}
1006
+ m_PrefabInstance: {fileID: 0}
1007
+ m_PrefabAsset: {fileID: 0}
1008
+ m_GameObject: {fileID: 740662691}
1009
+ m_CullTransparentMesh: 0
1010
+ --- !u!114 &740662693
1011
+ MonoBehaviour:
1012
+ m_ObjectHideFlags: 0
1013
+ m_CorrespondingSourceObject: {fileID: 0}
1014
+ m_PrefabInstance: {fileID: 0}
1015
+ m_PrefabAsset: {fileID: 0}
1016
+ m_GameObject: {fileID: 740662691}
1017
+ m_Enabled: 1
1018
+ m_EditorHideFlags: 0
1019
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1020
+ m_Name:
1021
+ m_EditorClassIdentifier:
1022
+ m_Material: {fileID: 0}
1023
+ m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
1024
+ m_RaycastTarget: 1
1025
+ m_Maskable: 1
1026
+ m_OnCullStateChanged:
1027
+ m_PersistentCalls:
1028
+ m_Calls: []
1029
+ m_FontData:
1030
+ m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
1031
+ m_FontSize: 14
1032
+ m_FontStyle: 0
1033
+ m_BestFit: 0
1034
+ m_MinSize: 10
1035
+ m_MaxSize: 40
1036
+ m_Alignment: 0
1037
+ m_AlignByGeometry: 0
1038
+ m_RichText: 0
1039
+ m_HorizontalOverflow: 1
1040
+ m_VerticalOverflow: 0
1041
+ m_LineSpacing: 1
1042
+ m_Text:
1043
+ --- !u!1 &835874414
1044
+ GameObject:
1045
+ m_ObjectHideFlags: 0
1046
+ m_CorrespondingSourceObject: {fileID: 0}
1047
+ m_PrefabInstance: {fileID: 0}
1048
+ m_PrefabAsset: {fileID: 0}
1049
+ serializedVersion: 6
1050
+ m_Component:
1051
+ - component: {fileID: 835874415}
1052
+ - component: {fileID: 835874418}
1053
+ - component: {fileID: 835874417}
1054
+ - component: {fileID: 835874416}
1055
+ m_Layer: 5
1056
+ m_Name: Viewport
1057
+ m_TagString: Untagged
1058
+ m_Icon: {fileID: 0}
1059
+ m_NavMeshLayer: 0
1060
+ m_StaticEditorFlags: 0
1061
+ m_IsActive: 1
1062
+ --- !u!224 &835874415
1063
+ RectTransform:
1064
+ m_ObjectHideFlags: 0
1065
+ m_CorrespondingSourceObject: {fileID: 0}
1066
+ m_PrefabInstance: {fileID: 0}
1067
+ m_PrefabAsset: {fileID: 0}
1068
+ m_GameObject: {fileID: 835874414}
1069
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1070
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1071
+ m_LocalScale: {x: 1, y: 1, z: 1}
1072
+ m_Children:
1073
+ - {fileID: 232818781}
1074
+ m_Father: {fileID: 2083808253}
1075
+ m_RootOrder: 0
1076
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1077
+ m_AnchorMin: {x: 0, y: 0}
1078
+ m_AnchorMax: {x: 0, y: 0}
1079
+ m_AnchoredPosition: {x: 0, y: 0}
1080
+ m_SizeDelta: {x: 0, y: 0}
1081
+ m_Pivot: {x: 0, y: 1}
1082
+ --- !u!114 &835874418
1083
+ MonoBehaviour:
1084
+ m_ObjectHideFlags: 0
1085
+ m_CorrespondingSourceObject: {fileID: 0}
1086
+ m_PrefabInstance: {fileID: 0}
1087
+ m_PrefabAsset: {fileID: 0}
1088
+ m_GameObject: {fileID: 835874414}
1089
+ m_Enabled: 1
1090
+ m_EditorHideFlags: 0
1091
+ m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3}
1092
+ m_Name:
1093
+ m_EditorClassIdentifier:
1094
+ m_ShowMaskGraphic: 0
1095
+ --- !u!222 &835874417
1096
+ CanvasRenderer:
1097
+ m_ObjectHideFlags: 0
1098
+ m_CorrespondingSourceObject: {fileID: 0}
1099
+ m_PrefabInstance: {fileID: 0}
1100
+ m_PrefabAsset: {fileID: 0}
1101
+ m_GameObject: {fileID: 835874414}
1102
+ m_CullTransparentMesh: 0
1103
+ --- !u!114 &835874416
1104
+ MonoBehaviour:
1105
+ m_ObjectHideFlags: 0
1106
+ m_CorrespondingSourceObject: {fileID: 0}
1107
+ m_PrefabInstance: {fileID: 0}
1108
+ m_PrefabAsset: {fileID: 0}
1109
+ m_GameObject: {fileID: 835874414}
1110
+ m_Enabled: 1
1111
+ m_EditorHideFlags: 0
1112
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1113
+ m_Name:
1114
+ m_EditorClassIdentifier:
1115
+ m_Material: {fileID: 0}
1116
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
1117
+ m_RaycastTarget: 1
1118
+ m_Maskable: 1
1119
+ m_OnCullStateChanged:
1120
+ m_PersistentCalls:
1121
+ m_Calls: []
1122
+ m_Sprite: {fileID: 10917, guid: 0000000000000000f000000000000000, type: 0}
1123
+ m_Type: 1
1124
+ m_PreserveAspect: 0
1125
+ m_FillCenter: 1
1126
+ m_FillMethod: 4
1127
+ m_FillAmount: 1
1128
+ m_FillClockwise: 1
1129
+ m_FillOrigin: 0
1130
+ m_UseSpriteMesh: 0
1131
+ m_PixelsPerUnitMultiplier: 1
1132
+ --- !u!1 &836906258
1133
+ GameObject:
1134
+ m_ObjectHideFlags: 0
1135
+ m_CorrespondingSourceObject: {fileID: 0}
1136
+ m_PrefabInstance: {fileID: 0}
1137
+ m_PrefabAsset: {fileID: 0}
1138
+ serializedVersion: 6
1139
+ m_Component:
1140
+ - component: {fileID: 836906259}
1141
+ - component: {fileID: 836906261}
1142
+ - component: {fileID: 836906260}
1143
+ m_Layer: 5
1144
+ m_Name: Handle
1145
+ m_TagString: Untagged
1146
+ m_Icon: {fileID: 0}
1147
+ m_NavMeshLayer: 0
1148
+ m_StaticEditorFlags: 0
1149
+ m_IsActive: 1
1150
+ --- !u!224 &836906259
1151
+ RectTransform:
1152
+ m_ObjectHideFlags: 0
1153
+ m_CorrespondingSourceObject: {fileID: 0}
1154
+ m_PrefabInstance: {fileID: 0}
1155
+ m_PrefabAsset: {fileID: 0}
1156
+ m_GameObject: {fileID: 836906258}
1157
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1158
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1159
+ m_LocalScale: {x: 1, y: 1, z: 1}
1160
+ m_Children: []
1161
+ m_Father: {fileID: 325181535}
1162
+ m_RootOrder: 0
1163
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1164
+ m_AnchorMin: {x: 0, y: 0}
1165
+ m_AnchorMax: {x: 0, y: 0}
1166
+ m_AnchoredPosition: {x: 0, y: 0}
1167
+ m_SizeDelta: {x: 20, y: 20}
1168
+ m_Pivot: {x: 0.5, y: 0.5}
1169
+ --- !u!222 &836906261
1170
+ CanvasRenderer:
1171
+ m_ObjectHideFlags: 0
1172
+ m_CorrespondingSourceObject: {fileID: 0}
1173
+ m_PrefabInstance: {fileID: 0}
1174
+ m_PrefabAsset: {fileID: 0}
1175
+ m_GameObject: {fileID: 836906258}
1176
+ m_CullTransparentMesh: 0
1177
+ --- !u!114 &836906260
1178
+ MonoBehaviour:
1179
+ m_ObjectHideFlags: 0
1180
+ m_CorrespondingSourceObject: {fileID: 0}
1181
+ m_PrefabInstance: {fileID: 0}
1182
+ m_PrefabAsset: {fileID: 0}
1183
+ m_GameObject: {fileID: 836906258}
1184
+ m_Enabled: 1
1185
+ m_EditorHideFlags: 0
1186
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1187
+ m_Name:
1188
+ m_EditorClassIdentifier:
1189
+ m_Material: {fileID: 0}
1190
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
1191
+ m_RaycastTarget: 1
1192
+ m_Maskable: 1
1193
+ m_OnCullStateChanged:
1194
+ m_PersistentCalls:
1195
+ m_Calls: []
1196
+ m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
1197
+ m_Type: 1
1198
+ m_PreserveAspect: 0
1199
+ m_FillCenter: 1
1200
+ m_FillMethod: 4
1201
+ m_FillAmount: 1
1202
+ m_FillClockwise: 1
1203
+ m_FillOrigin: 0
1204
+ m_UseSpriteMesh: 0
1205
+ m_PixelsPerUnitMultiplier: 1
1206
+ --- !u!1 &847364599
1207
+ GameObject:
1208
+ m_ObjectHideFlags: 0
1209
+ m_CorrespondingSourceObject: {fileID: 0}
1210
+ m_PrefabInstance: {fileID: 0}
1211
+ m_PrefabAsset: {fileID: 0}
1212
+ serializedVersion: 6
1213
+ m_Component:
1214
+ - component: {fileID: 847364600}
1215
+ - component: {fileID: 847364602}
1216
+ - component: {fileID: 847364601}
1217
+ m_Layer: 5
1218
+ m_Name: Handle
1219
+ m_TagString: Untagged
1220
+ m_Icon: {fileID: 0}
1221
+ m_NavMeshLayer: 0
1222
+ m_StaticEditorFlags: 0
1223
+ m_IsActive: 1
1224
+ --- !u!224 &847364600
1225
+ RectTransform:
1226
+ m_ObjectHideFlags: 0
1227
+ m_CorrespondingSourceObject: {fileID: 0}
1228
+ m_PrefabInstance: {fileID: 0}
1229
+ m_PrefabAsset: {fileID: 0}
1230
+ m_GameObject: {fileID: 847364599}
1231
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1232
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1233
+ m_LocalScale: {x: 1, y: 1, z: 1}
1234
+ m_Children: []
1235
+ m_Father: {fileID: 313253897}
1236
+ m_RootOrder: 0
1237
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1238
+ m_AnchorMin: {x: 0, y: 0}
1239
+ m_AnchorMax: {x: 0, y: 0}
1240
+ m_AnchoredPosition: {x: 0, y: 0}
1241
+ m_SizeDelta: {x: 20, y: 20}
1242
+ m_Pivot: {x: 0.5, y: 0.5}
1243
+ --- !u!222 &847364602
1244
+ CanvasRenderer:
1245
+ m_ObjectHideFlags: 0
1246
+ m_CorrespondingSourceObject: {fileID: 0}
1247
+ m_PrefabInstance: {fileID: 0}
1248
+ m_PrefabAsset: {fileID: 0}
1249
+ m_GameObject: {fileID: 847364599}
1250
+ m_CullTransparentMesh: 0
1251
+ --- !u!114 &847364601
1252
+ MonoBehaviour:
1253
+ m_ObjectHideFlags: 0
1254
+ m_CorrespondingSourceObject: {fileID: 0}
1255
+ m_PrefabInstance: {fileID: 0}
1256
+ m_PrefabAsset: {fileID: 0}
1257
+ m_GameObject: {fileID: 847364599}
1258
+ m_Enabled: 1
1259
+ m_EditorHideFlags: 0
1260
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1261
+ m_Name:
1262
+ m_EditorClassIdentifier:
1263
+ m_Material: {fileID: 0}
1264
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
1265
+ m_RaycastTarget: 1
1266
+ m_Maskable: 1
1267
+ m_OnCullStateChanged:
1268
+ m_PersistentCalls:
1269
+ m_Calls: []
1270
+ m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
1271
+ m_Type: 1
1272
+ m_PreserveAspect: 0
1273
+ m_FillCenter: 1
1274
+ m_FillMethod: 4
1275
+ m_FillAmount: 1
1276
+ m_FillClockwise: 1
1277
+ m_FillOrigin: 0
1278
+ m_UseSpriteMesh: 0
1279
+ m_PixelsPerUnitMultiplier: 1
1280
+ --- !u!1 &889611412
1281
+ GameObject:
1282
+ m_ObjectHideFlags: 0
1283
+ m_CorrespondingSourceObject: {fileID: 0}
1284
+ m_PrefabInstance: {fileID: 0}
1285
+ m_PrefabAsset: {fileID: 0}
1286
+ serializedVersion: 6
1287
+ m_Component:
1288
+ - component: {fileID: 889611413}
1289
+ - component: {fileID: 889611416}
1290
+ - component: {fileID: 889611415}
1291
+ - component: {fileID: 889611414}
1292
+ m_Layer: 5
1293
+ m_Name: Dropdown
1294
+ m_TagString: Untagged
1295
+ m_Icon: {fileID: 0}
1296
+ m_NavMeshLayer: 0
1297
+ m_StaticEditorFlags: 0
1298
+ m_IsActive: 1
1299
+ --- !u!224 &889611413
1300
+ RectTransform:
1301
+ m_ObjectHideFlags: 0
1302
+ m_CorrespondingSourceObject: {fileID: 0}
1303
+ m_PrefabInstance: {fileID: 0}
1304
+ m_PrefabAsset: {fileID: 0}
1305
+ m_GameObject: {fileID: 889611412}
1306
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1307
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1308
+ m_LocalScale: {x: 1.9390943, y: 1.9390932, z: 1.9390932}
1309
+ m_Children:
1310
+ - {fileID: 1835448741}
1311
+ - {fileID: 1634751220}
1312
+ - {fileID: 475573968}
1313
+ m_Father: {fileID: 467300878}
1314
+ m_RootOrder: 3
1315
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1316
+ m_AnchorMin: {x: 0.5, y: 0.5}
1317
+ m_AnchorMax: {x: 0.5, y: 0.5}
1318
+ m_AnchoredPosition: {x: -220, y: -42}
1319
+ m_SizeDelta: {x: 160, y: 30}
1320
+ m_Pivot: {x: 0.5, y: 0.5}
1321
+ --- !u!222 &889611416
1322
+ CanvasRenderer:
1323
+ m_ObjectHideFlags: 0
1324
+ m_CorrespondingSourceObject: {fileID: 0}
1325
+ m_PrefabInstance: {fileID: 0}
1326
+ m_PrefabAsset: {fileID: 0}
1327
+ m_GameObject: {fileID: 889611412}
1328
+ m_CullTransparentMesh: 0
1329
+ --- !u!114 &889611415
1330
+ MonoBehaviour:
1331
+ m_ObjectHideFlags: 0
1332
+ m_CorrespondingSourceObject: {fileID: 0}
1333
+ m_PrefabInstance: {fileID: 0}
1334
+ m_PrefabAsset: {fileID: 0}
1335
+ m_GameObject: {fileID: 889611412}
1336
+ m_Enabled: 1
1337
+ m_EditorHideFlags: 0
1338
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1339
+ m_Name:
1340
+ m_EditorClassIdentifier:
1341
+ m_Material: {fileID: 0}
1342
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
1343
+ m_RaycastTarget: 1
1344
+ m_Maskable: 1
1345
+ m_OnCullStateChanged:
1346
+ m_PersistentCalls:
1347
+ m_Calls: []
1348
+ m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
1349
+ m_Type: 1
1350
+ m_PreserveAspect: 0
1351
+ m_FillCenter: 1
1352
+ m_FillMethod: 4
1353
+ m_FillAmount: 1
1354
+ m_FillClockwise: 1
1355
+ m_FillOrigin: 0
1356
+ m_UseSpriteMesh: 0
1357
+ m_PixelsPerUnitMultiplier: 1
1358
+ --- !u!114 &889611414
1359
+ MonoBehaviour:
1360
+ m_ObjectHideFlags: 0
1361
+ m_CorrespondingSourceObject: {fileID: 0}
1362
+ m_PrefabInstance: {fileID: 0}
1363
+ m_PrefabAsset: {fileID: 0}
1364
+ m_GameObject: {fileID: 889611412}
1365
+ m_Enabled: 1
1366
+ m_EditorHideFlags: 0
1367
+ m_Script: {fileID: 11500000, guid: 0d0b652f32a2cc243917e4028fa0f046, type: 3}
1368
+ m_Name:
1369
+ m_EditorClassIdentifier:
1370
+ m_Navigation:
1371
+ m_Mode: 3
1372
+ m_SelectOnUp: {fileID: 0}
1373
+ m_SelectOnDown: {fileID: 0}
1374
+ m_SelectOnLeft: {fileID: 0}
1375
+ m_SelectOnRight: {fileID: 0}
1376
+ m_Transition: 1
1377
+ m_Colors:
1378
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
1379
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
1380
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
1381
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
1382
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
1383
+ m_ColorMultiplier: 1
1384
+ m_FadeDuration: 0.1
1385
+ m_SpriteState:
1386
+ m_HighlightedSprite: {fileID: 0}
1387
+ m_PressedSprite: {fileID: 0}
1388
+ m_SelectedSprite: {fileID: 0}
1389
+ m_DisabledSprite: {fileID: 0}
1390
+ m_AnimationTriggers:
1391
+ m_NormalTrigger: Normal
1392
+ m_HighlightedTrigger: Highlighted
1393
+ m_PressedTrigger: Pressed
1394
+ m_SelectedTrigger: Highlighted
1395
+ m_DisabledTrigger: Disabled
1396
+ m_Interactable: 1
1397
+ m_TargetGraphic: {fileID: 889611415}
1398
+ m_Template: {fileID: 475573968}
1399
+ m_CaptionText: {fileID: 1835448742}
1400
+ m_CaptionImage: {fileID: 0}
1401
+ m_ItemText: {fileID: 1478671132}
1402
+ m_ItemImage: {fileID: 0}
1403
+ m_Value: 0
1404
+ m_Options:
1405
+ m_Options:
1406
+ - m_Text: Option A
1407
+ m_Image: {fileID: 0}
1408
+ - m_Text: Option B
1409
+ m_Image: {fileID: 0}
1410
+ - m_Text: Option C
1411
+ m_Image: {fileID: 0}
1412
+ m_OnValueChanged:
1413
+ m_PersistentCalls:
1414
+ m_Calls: []
1415
+ m_AlphaFadeSpeed: 0.15
1416
+ --- !u!1 &1047940500
1417
+ GameObject:
1418
+ m_ObjectHideFlags: 0
1419
+ m_CorrespondingSourceObject: {fileID: 0}
1420
+ m_PrefabInstance: {fileID: 0}
1421
+ m_PrefabAsset: {fileID: 0}
1422
+ serializedVersion: 6
1423
+ m_Component:
1424
+ - component: {fileID: 1047940501}
1425
+ m_Layer: 5
1426
+ m_Name: Content
1427
+ m_TagString: Untagged
1428
+ m_Icon: {fileID: 0}
1429
+ m_NavMeshLayer: 0
1430
+ m_StaticEditorFlags: 0
1431
+ m_IsActive: 1
1432
+ --- !u!224 &1047940501
1433
+ RectTransform:
1434
+ m_ObjectHideFlags: 0
1435
+ m_CorrespondingSourceObject: {fileID: 0}
1436
+ m_PrefabInstance: {fileID: 0}
1437
+ m_PrefabAsset: {fileID: 0}
1438
+ m_GameObject: {fileID: 1047940500}
1439
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1440
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1441
+ m_LocalScale: {x: 1, y: 1, z: 1}
1442
+ m_Children:
1443
+ - {fileID: 1942078110}
1444
+ m_Father: {fileID: 117168229}
1445
+ m_RootOrder: 0
1446
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1447
+ m_AnchorMin: {x: 0, y: 1}
1448
+ m_AnchorMax: {x: 1, y: 1}
1449
+ m_AnchoredPosition: {x: 0, y: 0}
1450
+ m_SizeDelta: {x: 0, y: 28}
1451
+ m_Pivot: {x: 0.5, y: 1}
1452
+ --- !u!1 &1094273980
1453
+ GameObject:
1454
+ m_ObjectHideFlags: 0
1455
+ m_CorrespondingSourceObject: {fileID: 0}
1456
+ m_PrefabInstance: {fileID: 0}
1457
+ m_PrefabAsset: {fileID: 0}
1458
+ serializedVersion: 6
1459
+ m_Component:
1460
+ - component: {fileID: 1094273981}
1461
+ - component: {fileID: 1094273983}
1462
+ - component: {fileID: 1094273982}
1463
+ m_Layer: 5
1464
+ m_Name: Handle
1465
+ m_TagString: Untagged
1466
+ m_Icon: {fileID: 0}
1467
+ m_NavMeshLayer: 0
1468
+ m_StaticEditorFlags: 0
1469
+ m_IsActive: 1
1470
+ --- !u!224 &1094273981
1471
+ RectTransform:
1472
+ m_ObjectHideFlags: 0
1473
+ m_CorrespondingSourceObject: {fileID: 0}
1474
+ m_PrefabInstance: {fileID: 0}
1475
+ m_PrefabAsset: {fileID: 0}
1476
+ m_GameObject: {fileID: 1094273980}
1477
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1478
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1479
+ m_LocalScale: {x: 1, y: 1, z: 1}
1480
+ m_Children: []
1481
+ m_Father: {fileID: 1097932478}
1482
+ m_RootOrder: 0
1483
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1484
+ m_AnchorMin: {x: 0, y: 0}
1485
+ m_AnchorMax: {x: 1, y: 0.2}
1486
+ m_AnchoredPosition: {x: 0, y: 0}
1487
+ m_SizeDelta: {x: 20, y: 20}
1488
+ m_Pivot: {x: 0.5, y: 0.5}
1489
+ --- !u!222 &1094273983
1490
+ CanvasRenderer:
1491
+ m_ObjectHideFlags: 0
1492
+ m_CorrespondingSourceObject: {fileID: 0}
1493
+ m_PrefabInstance: {fileID: 0}
1494
+ m_PrefabAsset: {fileID: 0}
1495
+ m_GameObject: {fileID: 1094273980}
1496
+ m_CullTransparentMesh: 0
1497
+ --- !u!114 &1094273982
1498
+ MonoBehaviour:
1499
+ m_ObjectHideFlags: 0
1500
+ m_CorrespondingSourceObject: {fileID: 0}
1501
+ m_PrefabInstance: {fileID: 0}
1502
+ m_PrefabAsset: {fileID: 0}
1503
+ m_GameObject: {fileID: 1094273980}
1504
+ m_Enabled: 1
1505
+ m_EditorHideFlags: 0
1506
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1507
+ m_Name:
1508
+ m_EditorClassIdentifier:
1509
+ m_Material: {fileID: 0}
1510
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
1511
+ m_RaycastTarget: 1
1512
+ m_Maskable: 1
1513
+ m_OnCullStateChanged:
1514
+ m_PersistentCalls:
1515
+ m_Calls: []
1516
+ m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
1517
+ m_Type: 1
1518
+ m_PreserveAspect: 0
1519
+ m_FillCenter: 1
1520
+ m_FillMethod: 4
1521
+ m_FillAmount: 1
1522
+ m_FillClockwise: 1
1523
+ m_FillOrigin: 0
1524
+ m_UseSpriteMesh: 0
1525
+ m_PixelsPerUnitMultiplier: 1
1526
+ --- !u!1 &1097932477
1527
+ GameObject:
1528
+ m_ObjectHideFlags: 0
1529
+ m_CorrespondingSourceObject: {fileID: 0}
1530
+ m_PrefabInstance: {fileID: 0}
1531
+ m_PrefabAsset: {fileID: 0}
1532
+ serializedVersion: 6
1533
+ m_Component:
1534
+ - component: {fileID: 1097932478}
1535
+ m_Layer: 5
1536
+ m_Name: Sliding Area
1537
+ m_TagString: Untagged
1538
+ m_Icon: {fileID: 0}
1539
+ m_NavMeshLayer: 0
1540
+ m_StaticEditorFlags: 0
1541
+ m_IsActive: 1
1542
+ --- !u!224 &1097932478
1543
+ RectTransform:
1544
+ m_ObjectHideFlags: 0
1545
+ m_CorrespondingSourceObject: {fileID: 0}
1546
+ m_PrefabInstance: {fileID: 0}
1547
+ m_PrefabAsset: {fileID: 0}
1548
+ m_GameObject: {fileID: 1097932477}
1549
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1550
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1551
+ m_LocalScale: {x: 1, y: 1, z: 1}
1552
+ m_Children:
1553
+ - {fileID: 1094273981}
1554
+ m_Father: {fileID: 140263049}
1555
+ m_RootOrder: 0
1556
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1557
+ m_AnchorMin: {x: 0, y: 0}
1558
+ m_AnchorMax: {x: 1, y: 1}
1559
+ m_AnchoredPosition: {x: 0, y: 0}
1560
+ m_SizeDelta: {x: -20, y: -20}
1561
+ m_Pivot: {x: 0.5, y: 0.5}
1562
+ --- !u!1 &1369597417
1563
+ GameObject:
1564
+ m_ObjectHideFlags: 0
1565
+ m_CorrespondingSourceObject: {fileID: 0}
1566
+ m_PrefabInstance: {fileID: 0}
1567
+ m_PrefabAsset: {fileID: 0}
1568
+ serializedVersion: 6
1569
+ m_Component:
1570
+ - component: {fileID: 1369597418}
1571
+ - component: {fileID: 1369597419}
1572
+ m_Layer: 5
1573
+ m_Name: Toggle
1574
+ m_TagString: Untagged
1575
+ m_Icon: {fileID: 0}
1576
+ m_NavMeshLayer: 0
1577
+ m_StaticEditorFlags: 0
1578
+ m_IsActive: 1
1579
+ --- !u!224 &1369597418
1580
+ RectTransform:
1581
+ m_ObjectHideFlags: 0
1582
+ m_CorrespondingSourceObject: {fileID: 0}
1583
+ m_PrefabInstance: {fileID: 0}
1584
+ m_PrefabAsset: {fileID: 0}
1585
+ m_GameObject: {fileID: 1369597417}
1586
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1587
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1588
+ m_LocalScale: {x: 2.2216763, y: 2.221677, z: 2.221677}
1589
+ m_Children:
1590
+ - {fileID: 1460050266}
1591
+ - {fileID: 1827768878}
1592
+ m_Father: {fileID: 467300878}
1593
+ m_RootOrder: 2
1594
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1595
+ m_AnchorMin: {x: 0.5, y: 0.5}
1596
+ m_AnchorMax: {x: 0.5, y: 0.5}
1597
+ m_AnchoredPosition: {x: -275, y: 109}
1598
+ m_SizeDelta: {x: 80.4, y: 20}
1599
+ m_Pivot: {x: 0.5, y: 0.5}
1600
+ --- !u!114 &1369597419
1601
+ MonoBehaviour:
1602
+ m_ObjectHideFlags: 0
1603
+ m_CorrespondingSourceObject: {fileID: 0}
1604
+ m_PrefabInstance: {fileID: 0}
1605
+ m_PrefabAsset: {fileID: 0}
1606
+ m_GameObject: {fileID: 1369597417}
1607
+ m_Enabled: 1
1608
+ m_EditorHideFlags: 0
1609
+ m_Script: {fileID: 11500000, guid: 9085046f02f69544eb97fd06b6048fe2, type: 3}
1610
+ m_Name:
1611
+ m_EditorClassIdentifier:
1612
+ m_Navigation:
1613
+ m_Mode: 3
1614
+ m_SelectOnUp: {fileID: 0}
1615
+ m_SelectOnDown: {fileID: 0}
1616
+ m_SelectOnLeft: {fileID: 0}
1617
+ m_SelectOnRight: {fileID: 0}
1618
+ m_Transition: 1
1619
+ m_Colors:
1620
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
1621
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
1622
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
1623
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
1624
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
1625
+ m_ColorMultiplier: 1
1626
+ m_FadeDuration: 0.1
1627
+ m_SpriteState:
1628
+ m_HighlightedSprite: {fileID: 0}
1629
+ m_PressedSprite: {fileID: 0}
1630
+ m_SelectedSprite: {fileID: 0}
1631
+ m_DisabledSprite: {fileID: 0}
1632
+ m_AnimationTriggers:
1633
+ m_NormalTrigger: Normal
1634
+ m_HighlightedTrigger: Highlighted
1635
+ m_PressedTrigger: Pressed
1636
+ m_SelectedTrigger: Highlighted
1637
+ m_DisabledTrigger: Disabled
1638
+ m_Interactable: 1
1639
+ m_TargetGraphic: {fileID: 1460050267}
1640
+ toggleTransition: 1
1641
+ graphic: {fileID: 259369612}
1642
+ m_Group: {fileID: 0}
1643
+ onValueChanged:
1644
+ m_PersistentCalls:
1645
+ m_Calls: []
1646
+ m_IsOn: 1
1647
+ --- !u!1 &1397587721
1648
+ GameObject:
1649
+ m_ObjectHideFlags: 0
1650
+ m_CorrespondingSourceObject: {fileID: 0}
1651
+ m_PrefabInstance: {fileID: 0}
1652
+ m_PrefabAsset: {fileID: 0}
1653
+ serializedVersion: 6
1654
+ m_Component:
1655
+ - component: {fileID: 1397587722}
1656
+ - component: {fileID: 1397587724}
1657
+ - component: {fileID: 1397587723}
1658
+ m_Layer: 5
1659
+ m_Name: Item Checkmark
1660
+ m_TagString: Untagged
1661
+ m_Icon: {fileID: 0}
1662
+ m_NavMeshLayer: 0
1663
+ m_StaticEditorFlags: 0
1664
+ m_IsActive: 1
1665
+ --- !u!224 &1397587722
1666
+ RectTransform:
1667
+ m_ObjectHideFlags: 0
1668
+ m_CorrespondingSourceObject: {fileID: 0}
1669
+ m_PrefabInstance: {fileID: 0}
1670
+ m_PrefabAsset: {fileID: 0}
1671
+ m_GameObject: {fileID: 1397587721}
1672
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1673
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1674
+ m_LocalScale: {x: 1, y: 1, z: 1}
1675
+ m_Children: []
1676
+ m_Father: {fileID: 1942078110}
1677
+ m_RootOrder: 1
1678
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1679
+ m_AnchorMin: {x: 0, y: 0.5}
1680
+ m_AnchorMax: {x: 0, y: 0.5}
1681
+ m_AnchoredPosition: {x: 10, y: 0}
1682
+ m_SizeDelta: {x: 20, y: 20}
1683
+ m_Pivot: {x: 0.5, y: 0.5}
1684
+ --- !u!222 &1397587724
1685
+ CanvasRenderer:
1686
+ m_ObjectHideFlags: 0
1687
+ m_CorrespondingSourceObject: {fileID: 0}
1688
+ m_PrefabInstance: {fileID: 0}
1689
+ m_PrefabAsset: {fileID: 0}
1690
+ m_GameObject: {fileID: 1397587721}
1691
+ m_CullTransparentMesh: 0
1692
+ --- !u!114 &1397587723
1693
+ MonoBehaviour:
1694
+ m_ObjectHideFlags: 0
1695
+ m_CorrespondingSourceObject: {fileID: 0}
1696
+ m_PrefabInstance: {fileID: 0}
1697
+ m_PrefabAsset: {fileID: 0}
1698
+ m_GameObject: {fileID: 1397587721}
1699
+ m_Enabled: 1
1700
+ m_EditorHideFlags: 0
1701
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1702
+ m_Name:
1703
+ m_EditorClassIdentifier:
1704
+ m_Material: {fileID: 0}
1705
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
1706
+ m_RaycastTarget: 1
1707
+ m_Maskable: 1
1708
+ m_OnCullStateChanged:
1709
+ m_PersistentCalls:
1710
+ m_Calls: []
1711
+ m_Sprite: {fileID: 10901, guid: 0000000000000000f000000000000000, type: 0}
1712
+ m_Type: 0
1713
+ m_PreserveAspect: 0
1714
+ m_FillCenter: 1
1715
+ m_FillMethod: 4
1716
+ m_FillAmount: 1
1717
+ m_FillClockwise: 1
1718
+ m_FillOrigin: 0
1719
+ m_UseSpriteMesh: 0
1720
+ m_PixelsPerUnitMultiplier: 1
1721
+ --- !u!1 &1455569248
1722
+ GameObject:
1723
+ m_ObjectHideFlags: 0
1724
+ m_CorrespondingSourceObject: {fileID: 0}
1725
+ m_PrefabInstance: {fileID: 0}
1726
+ m_PrefabAsset: {fileID: 0}
1727
+ serializedVersion: 6
1728
+ m_Component:
1729
+ - component: {fileID: 1455569249}
1730
+ - component: {fileID: 1455569251}
1731
+ - component: {fileID: 1455569250}
1732
+ m_Layer: 5
1733
+ m_Name: Text
1734
+ m_TagString: Untagged
1735
+ m_Icon: {fileID: 0}
1736
+ m_NavMeshLayer: 0
1737
+ m_StaticEditorFlags: 0
1738
+ m_IsActive: 1
1739
+ --- !u!224 &1455569249
1740
+ RectTransform:
1741
+ m_ObjectHideFlags: 0
1742
+ m_CorrespondingSourceObject: {fileID: 0}
1743
+ m_PrefabInstance: {fileID: 0}
1744
+ m_PrefabAsset: {fileID: 0}
1745
+ m_GameObject: {fileID: 1455569248}
1746
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1747
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1748
+ m_LocalScale: {x: 1, y: 1, z: 1}
1749
+ m_Children: []
1750
+ m_Father: {fileID: 1609165197}
1751
+ m_RootOrder: 0
1752
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1753
+ m_AnchorMin: {x: 0, y: 0}
1754
+ m_AnchorMax: {x: 1, y: 1}
1755
+ m_AnchoredPosition: {x: 0, y: 0}
1756
+ m_SizeDelta: {x: 0, y: 0}
1757
+ m_Pivot: {x: 0.5, y: 0.5}
1758
+ --- !u!222 &1455569251
1759
+ CanvasRenderer:
1760
+ m_ObjectHideFlags: 0
1761
+ m_CorrespondingSourceObject: {fileID: 0}
1762
+ m_PrefabInstance: {fileID: 0}
1763
+ m_PrefabAsset: {fileID: 0}
1764
+ m_GameObject: {fileID: 1455569248}
1765
+ m_CullTransparentMesh: 0
1766
+ --- !u!114 &1455569250
1767
+ MonoBehaviour:
1768
+ m_ObjectHideFlags: 0
1769
+ m_CorrespondingSourceObject: {fileID: 0}
1770
+ m_PrefabInstance: {fileID: 0}
1771
+ m_PrefabAsset: {fileID: 0}
1772
+ m_GameObject: {fileID: 1455569248}
1773
+ m_Enabled: 1
1774
+ m_EditorHideFlags: 0
1775
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1776
+ m_Name:
1777
+ m_EditorClassIdentifier:
1778
+ m_Material: {fileID: 0}
1779
+ m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
1780
+ m_RaycastTarget: 1
1781
+ m_Maskable: 1
1782
+ m_OnCullStateChanged:
1783
+ m_PersistentCalls:
1784
+ m_Calls: []
1785
+ m_FontData:
1786
+ m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
1787
+ m_FontSize: 14
1788
+ m_FontStyle: 0
1789
+ m_BestFit: 0
1790
+ m_MinSize: 10
1791
+ m_MaxSize: 40
1792
+ m_Alignment: 4
1793
+ m_AlignByGeometry: 0
1794
+ m_RichText: 1
1795
+ m_HorizontalOverflow: 0
1796
+ m_VerticalOverflow: 0
1797
+ m_LineSpacing: 1
1798
+ m_Text: Button
1799
+ --- !u!1 &1460050265
1800
+ GameObject:
1801
+ m_ObjectHideFlags: 0
1802
+ m_CorrespondingSourceObject: {fileID: 0}
1803
+ m_PrefabInstance: {fileID: 0}
1804
+ m_PrefabAsset: {fileID: 0}
1805
+ serializedVersion: 6
1806
+ m_Component:
1807
+ - component: {fileID: 1460050266}
1808
+ - component: {fileID: 1460050268}
1809
+ - component: {fileID: 1460050267}
1810
+ m_Layer: 5
1811
+ m_Name: Background
1812
+ m_TagString: Untagged
1813
+ m_Icon: {fileID: 0}
1814
+ m_NavMeshLayer: 0
1815
+ m_StaticEditorFlags: 0
1816
+ m_IsActive: 1
1817
+ --- !u!224 &1460050266
1818
+ RectTransform:
1819
+ m_ObjectHideFlags: 0
1820
+ m_CorrespondingSourceObject: {fileID: 0}
1821
+ m_PrefabInstance: {fileID: 0}
1822
+ m_PrefabAsset: {fileID: 0}
1823
+ m_GameObject: {fileID: 1460050265}
1824
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1825
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1826
+ m_LocalScale: {x: 1, y: 1, z: 1}
1827
+ m_Children:
1828
+ - {fileID: 259369611}
1829
+ m_Father: {fileID: 1369597418}
1830
+ m_RootOrder: 0
1831
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1832
+ m_AnchorMin: {x: 0, y: 1}
1833
+ m_AnchorMax: {x: 0, y: 1}
1834
+ m_AnchoredPosition: {x: 10, y: -10}
1835
+ m_SizeDelta: {x: 20, y: 20}
1836
+ m_Pivot: {x: 0.5, y: 0.5}
1837
+ --- !u!222 &1460050268
1838
+ CanvasRenderer:
1839
+ m_ObjectHideFlags: 0
1840
+ m_CorrespondingSourceObject: {fileID: 0}
1841
+ m_PrefabInstance: {fileID: 0}
1842
+ m_PrefabAsset: {fileID: 0}
1843
+ m_GameObject: {fileID: 1460050265}
1844
+ m_CullTransparentMesh: 0
1845
+ --- !u!114 &1460050267
1846
+ MonoBehaviour:
1847
+ m_ObjectHideFlags: 0
1848
+ m_CorrespondingSourceObject: {fileID: 0}
1849
+ m_PrefabInstance: {fileID: 0}
1850
+ m_PrefabAsset: {fileID: 0}
1851
+ m_GameObject: {fileID: 1460050265}
1852
+ m_Enabled: 1
1853
+ m_EditorHideFlags: 0
1854
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1855
+ m_Name:
1856
+ m_EditorClassIdentifier:
1857
+ m_Material: {fileID: 0}
1858
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
1859
+ m_RaycastTarget: 1
1860
+ m_Maskable: 1
1861
+ m_OnCullStateChanged:
1862
+ m_PersistentCalls:
1863
+ m_Calls: []
1864
+ m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
1865
+ m_Type: 1
1866
+ m_PreserveAspect: 0
1867
+ m_FillCenter: 1
1868
+ m_FillMethod: 4
1869
+ m_FillAmount: 1
1870
+ m_FillClockwise: 1
1871
+ m_FillOrigin: 0
1872
+ m_UseSpriteMesh: 0
1873
+ m_PixelsPerUnitMultiplier: 1
1874
+ --- !u!1 &1478671130
1875
+ GameObject:
1876
+ m_ObjectHideFlags: 0
1877
+ m_CorrespondingSourceObject: {fileID: 0}
1878
+ m_PrefabInstance: {fileID: 0}
1879
+ m_PrefabAsset: {fileID: 0}
1880
+ serializedVersion: 6
1881
+ m_Component:
1882
+ - component: {fileID: 1478671131}
1883
+ - component: {fileID: 1478671133}
1884
+ - component: {fileID: 1478671132}
1885
+ m_Layer: 5
1886
+ m_Name: Item Label
1887
+ m_TagString: Untagged
1888
+ m_Icon: {fileID: 0}
1889
+ m_NavMeshLayer: 0
1890
+ m_StaticEditorFlags: 0
1891
+ m_IsActive: 1
1892
+ --- !u!224 &1478671131
1893
+ RectTransform:
1894
+ m_ObjectHideFlags: 0
1895
+ m_CorrespondingSourceObject: {fileID: 0}
1896
+ m_PrefabInstance: {fileID: 0}
1897
+ m_PrefabAsset: {fileID: 0}
1898
+ m_GameObject: {fileID: 1478671130}
1899
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1900
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1901
+ m_LocalScale: {x: 1, y: 1, z: 1}
1902
+ m_Children: []
1903
+ m_Father: {fileID: 1942078110}
1904
+ m_RootOrder: 2
1905
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1906
+ m_AnchorMin: {x: 0, y: 0}
1907
+ m_AnchorMax: {x: 1, y: 1}
1908
+ m_AnchoredPosition: {x: 5, y: -0.5}
1909
+ m_SizeDelta: {x: -30, y: -3}
1910
+ m_Pivot: {x: 0.5, y: 0.5}
1911
+ --- !u!222 &1478671133
1912
+ CanvasRenderer:
1913
+ m_ObjectHideFlags: 0
1914
+ m_CorrespondingSourceObject: {fileID: 0}
1915
+ m_PrefabInstance: {fileID: 0}
1916
+ m_PrefabAsset: {fileID: 0}
1917
+ m_GameObject: {fileID: 1478671130}
1918
+ m_CullTransparentMesh: 0
1919
+ --- !u!114 &1478671132
1920
+ MonoBehaviour:
1921
+ m_ObjectHideFlags: 0
1922
+ m_CorrespondingSourceObject: {fileID: 0}
1923
+ m_PrefabInstance: {fileID: 0}
1924
+ m_PrefabAsset: {fileID: 0}
1925
+ m_GameObject: {fileID: 1478671130}
1926
+ m_Enabled: 1
1927
+ m_EditorHideFlags: 0
1928
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1929
+ m_Name:
1930
+ m_EditorClassIdentifier:
1931
+ m_Material: {fileID: 0}
1932
+ m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
1933
+ m_RaycastTarget: 1
1934
+ m_Maskable: 1
1935
+ m_OnCullStateChanged:
1936
+ m_PersistentCalls:
1937
+ m_Calls: []
1938
+ m_FontData:
1939
+ m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
1940
+ m_FontSize: 14
1941
+ m_FontStyle: 0
1942
+ m_BestFit: 0
1943
+ m_MinSize: 10
1944
+ m_MaxSize: 40
1945
+ m_Alignment: 3
1946
+ m_AlignByGeometry: 0
1947
+ m_RichText: 1
1948
+ m_HorizontalOverflow: 0
1949
+ m_VerticalOverflow: 0
1950
+ m_LineSpacing: 1
1951
+ m_Text: Option A
1952
+ --- !u!1 &1514304727
1953
+ GameObject:
1954
+ m_ObjectHideFlags: 0
1955
+ m_CorrespondingSourceObject: {fileID: 0}
1956
+ m_PrefabInstance: {fileID: 0}
1957
+ m_PrefabAsset: {fileID: 0}
1958
+ serializedVersion: 6
1959
+ m_Component:
1960
+ - component: {fileID: 1514304728}
1961
+ - component: {fileID: 1514304730}
1962
+ - component: {fileID: 1514304729}
1963
+ m_Layer: 5
1964
+ m_Name: Placeholder
1965
+ m_TagString: Untagged
1966
+ m_Icon: {fileID: 0}
1967
+ m_NavMeshLayer: 0
1968
+ m_StaticEditorFlags: 0
1969
+ m_IsActive: 1
1970
+ --- !u!224 &1514304728
1971
+ RectTransform:
1972
+ m_ObjectHideFlags: 0
1973
+ m_CorrespondingSourceObject: {fileID: 0}
1974
+ m_PrefabInstance: {fileID: 0}
1975
+ m_PrefabAsset: {fileID: 0}
1976
+ m_GameObject: {fileID: 1514304727}
1977
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1978
+ m_LocalPosition: {x: 0, y: 0, z: 0}
1979
+ m_LocalScale: {x: 1, y: 1, z: 1}
1980
+ m_Children: []
1981
+ m_Father: {fileID: 163259044}
1982
+ m_RootOrder: 0
1983
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1984
+ m_AnchorMin: {x: 0, y: 0}
1985
+ m_AnchorMax: {x: 1, y: 1}
1986
+ m_AnchoredPosition: {x: 0, y: -0.5}
1987
+ m_SizeDelta: {x: -20, y: -13}
1988
+ m_Pivot: {x: 0.5, y: 0.5}
1989
+ --- !u!222 &1514304730
1990
+ CanvasRenderer:
1991
+ m_ObjectHideFlags: 0
1992
+ m_CorrespondingSourceObject: {fileID: 0}
1993
+ m_PrefabInstance: {fileID: 0}
1994
+ m_PrefabAsset: {fileID: 0}
1995
+ m_GameObject: {fileID: 1514304727}
1996
+ m_CullTransparentMesh: 0
1997
+ --- !u!114 &1514304729
1998
+ MonoBehaviour:
1999
+ m_ObjectHideFlags: 0
2000
+ m_CorrespondingSourceObject: {fileID: 0}
2001
+ m_PrefabInstance: {fileID: 0}
2002
+ m_PrefabAsset: {fileID: 0}
2003
+ m_GameObject: {fileID: 1514304727}
2004
+ m_Enabled: 1
2005
+ m_EditorHideFlags: 0
2006
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
2007
+ m_Name:
2008
+ m_EditorClassIdentifier:
2009
+ m_Material: {fileID: 0}
2010
+ m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 0.5}
2011
+ m_RaycastTarget: 1
2012
+ m_Maskable: 1
2013
+ m_OnCullStateChanged:
2014
+ m_PersistentCalls:
2015
+ m_Calls: []
2016
+ m_FontData:
2017
+ m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
2018
+ m_FontSize: 14
2019
+ m_FontStyle: 2
2020
+ m_BestFit: 0
2021
+ m_MinSize: 10
2022
+ m_MaxSize: 40
2023
+ m_Alignment: 0
2024
+ m_AlignByGeometry: 0
2025
+ m_RichText: 1
2026
+ m_HorizontalOverflow: 0
2027
+ m_VerticalOverflow: 0
2028
+ m_LineSpacing: 1
2029
+ m_Text: Enter text...
2030
+ --- !u!1 &1609165196
2031
+ GameObject:
2032
+ m_ObjectHideFlags: 0
2033
+ m_CorrespondingSourceObject: {fileID: 0}
2034
+ m_PrefabInstance: {fileID: 0}
2035
+ m_PrefabAsset: {fileID: 0}
2036
+ serializedVersion: 6
2037
+ m_Component:
2038
+ - component: {fileID: 1609165197}
2039
+ - component: {fileID: 1609165200}
2040
+ - component: {fileID: 1609165199}
2041
+ - component: {fileID: 1609165198}
2042
+ m_Layer: 5
2043
+ m_Name: Button
2044
+ m_TagString: Untagged
2045
+ m_Icon: {fileID: 0}
2046
+ m_NavMeshLayer: 0
2047
+ m_StaticEditorFlags: 0
2048
+ m_IsActive: 1
2049
+ --- !u!224 &1609165197
2050
+ RectTransform:
2051
+ m_ObjectHideFlags: 0
2052
+ m_CorrespondingSourceObject: {fileID: 0}
2053
+ m_PrefabInstance: {fileID: 0}
2054
+ m_PrefabAsset: {fileID: 0}
2055
+ m_GameObject: {fileID: 1609165196}
2056
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2057
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2058
+ m_LocalScale: {x: 1.704243, y: 1.7042432, z: 1.7042432}
2059
+ m_Children:
2060
+ - {fileID: 1455569249}
2061
+ m_Father: {fileID: 467300878}
2062
+ m_RootOrder: 0
2063
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2064
+ m_AnchorMin: {x: 0.5, y: 0.5}
2065
+ m_AnchorMax: {x: 0.5, y: 0.5}
2066
+ m_AnchoredPosition: {x: -232, y: 176}
2067
+ m_SizeDelta: {x: 160, y: 30}
2068
+ m_Pivot: {x: 0.5, y: 0.5}
2069
+ --- !u!222 &1609165200
2070
+ CanvasRenderer:
2071
+ m_ObjectHideFlags: 0
2072
+ m_CorrespondingSourceObject: {fileID: 0}
2073
+ m_PrefabInstance: {fileID: 0}
2074
+ m_PrefabAsset: {fileID: 0}
2075
+ m_GameObject: {fileID: 1609165196}
2076
+ m_CullTransparentMesh: 0
2077
+ --- !u!114 &1609165199
2078
+ MonoBehaviour:
2079
+ m_ObjectHideFlags: 0
2080
+ m_CorrespondingSourceObject: {fileID: 0}
2081
+ m_PrefabInstance: {fileID: 0}
2082
+ m_PrefabAsset: {fileID: 0}
2083
+ m_GameObject: {fileID: 1609165196}
2084
+ m_Enabled: 1
2085
+ m_EditorHideFlags: 0
2086
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2087
+ m_Name:
2088
+ m_EditorClassIdentifier:
2089
+ m_Material: {fileID: 0}
2090
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
2091
+ m_RaycastTarget: 1
2092
+ m_Maskable: 1
2093
+ m_OnCullStateChanged:
2094
+ m_PersistentCalls:
2095
+ m_Calls: []
2096
+ m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
2097
+ m_Type: 1
2098
+ m_PreserveAspect: 0
2099
+ m_FillCenter: 1
2100
+ m_FillMethod: 4
2101
+ m_FillAmount: 1
2102
+ m_FillClockwise: 1
2103
+ m_FillOrigin: 0
2104
+ m_UseSpriteMesh: 0
2105
+ m_PixelsPerUnitMultiplier: 1
2106
+ --- !u!114 &1609165198
2107
+ MonoBehaviour:
2108
+ m_ObjectHideFlags: 0
2109
+ m_CorrespondingSourceObject: {fileID: 0}
2110
+ m_PrefabInstance: {fileID: 0}
2111
+ m_PrefabAsset: {fileID: 0}
2112
+ m_GameObject: {fileID: 1609165196}
2113
+ m_Enabled: 1
2114
+ m_EditorHideFlags: 0
2115
+ m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
2116
+ m_Name:
2117
+ m_EditorClassIdentifier:
2118
+ m_Navigation:
2119
+ m_Mode: 3
2120
+ m_SelectOnUp: {fileID: 0}
2121
+ m_SelectOnDown: {fileID: 0}
2122
+ m_SelectOnLeft: {fileID: 0}
2123
+ m_SelectOnRight: {fileID: 0}
2124
+ m_Transition: 1
2125
+ m_Colors:
2126
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
2127
+ m_HighlightedColor: {r: 0.61764705, g: 0.61764705, b: 0.61764705, a: 1}
2128
+ m_PressedColor: {r: 0.2794118, g: 0.2794118, b: 0.2794118, a: 1}
2129
+ m_SelectedColor: {r: 0.61764705, g: 0.61764705, b: 0.61764705, a: 1}
2130
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
2131
+ m_ColorMultiplier: 1
2132
+ m_FadeDuration: 0.1
2133
+ m_SpriteState:
2134
+ m_HighlightedSprite: {fileID: 0}
2135
+ m_PressedSprite: {fileID: 0}
2136
+ m_SelectedSprite: {fileID: 0}
2137
+ m_DisabledSprite: {fileID: 0}
2138
+ m_AnimationTriggers:
2139
+ m_NormalTrigger: Normal
2140
+ m_HighlightedTrigger: Highlighted
2141
+ m_PressedTrigger: Pressed
2142
+ m_SelectedTrigger: Highlighted
2143
+ m_DisabledTrigger: Disabled
2144
+ m_Interactable: 1
2145
+ m_TargetGraphic: {fileID: 1609165199}
2146
+ m_OnClick:
2147
+ m_PersistentCalls:
2148
+ m_Calls: []
2149
+ --- !u!1 &1618231462
2150
+ GameObject:
2151
+ m_ObjectHideFlags: 0
2152
+ m_CorrespondingSourceObject: {fileID: 0}
2153
+ m_PrefabInstance: {fileID: 0}
2154
+ m_PrefabAsset: {fileID: 0}
2155
+ serializedVersion: 6
2156
+ m_Component:
2157
+ - component: {fileID: 1618231463}
2158
+ - component: {fileID: 1618231465}
2159
+ - component: {fileID: 1618231464}
2160
+ m_Layer: 5
2161
+ m_Name: Text
2162
+ m_TagString: Untagged
2163
+ m_Icon: {fileID: 0}
2164
+ m_NavMeshLayer: 0
2165
+ m_StaticEditorFlags: 0
2166
+ m_IsActive: 1
2167
+ --- !u!224 &1618231463
2168
+ RectTransform:
2169
+ m_ObjectHideFlags: 0
2170
+ m_CorrespondingSourceObject: {fileID: 0}
2171
+ m_PrefabInstance: {fileID: 0}
2172
+ m_PrefabAsset: {fileID: 0}
2173
+ m_GameObject: {fileID: 1618231462}
2174
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2175
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2176
+ m_LocalScale: {x: 1, y: 1, z: 1}
2177
+ m_Children: []
2178
+ m_Father: {fileID: 232818781}
2179
+ m_RootOrder: 0
2180
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2181
+ m_AnchorMin: {x: 0.5, y: 0.5}
2182
+ m_AnchorMax: {x: 0.5, y: 0.5}
2183
+ m_AnchoredPosition: {x: 0, y: 10}
2184
+ m_SizeDelta: {x: 160, y: 250}
2185
+ m_Pivot: {x: 0.5, y: 0.5}
2186
+ --- !u!222 &1618231465
2187
+ CanvasRenderer:
2188
+ m_ObjectHideFlags: 0
2189
+ m_CorrespondingSourceObject: {fileID: 0}
2190
+ m_PrefabInstance: {fileID: 0}
2191
+ m_PrefabAsset: {fileID: 0}
2192
+ m_GameObject: {fileID: 1618231462}
2193
+ m_CullTransparentMesh: 0
2194
+ --- !u!114 &1618231464
2195
+ MonoBehaviour:
2196
+ m_ObjectHideFlags: 0
2197
+ m_CorrespondingSourceObject: {fileID: 0}
2198
+ m_PrefabInstance: {fileID: 0}
2199
+ m_PrefabAsset: {fileID: 0}
2200
+ m_GameObject: {fileID: 1618231462}
2201
+ m_Enabled: 1
2202
+ m_EditorHideFlags: 0
2203
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
2204
+ m_Name:
2205
+ m_EditorClassIdentifier:
2206
+ m_Material: {fileID: 0}
2207
+ m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
2208
+ m_RaycastTarget: 1
2209
+ m_Maskable: 1
2210
+ m_OnCullStateChanged:
2211
+ m_PersistentCalls:
2212
+ m_Calls: []
2213
+ m_FontData:
2214
+ m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
2215
+ m_FontSize: 14
2216
+ m_FontStyle: 0
2217
+ m_BestFit: 0
2218
+ m_MinSize: 10
2219
+ m_MaxSize: 40
2220
+ m_Alignment: 0
2221
+ m_AlignByGeometry: 0
2222
+ m_RichText: 1
2223
+ m_HorizontalOverflow: 0
2224
+ m_VerticalOverflow: 0
2225
+ m_LineSpacing: 1
2226
+ m_Text: "Default controls: \n\nUse the Trigger button to interact with UI.\n\nUse
2227
+ the Thumbstick to move and turn.\n\nUse the Grip button to grab objects. When
2228
+ holding an object with your left-hand Ray Interactor, you can use the Thumbstick
2229
+ to rotate and translate the object. \n\n\n\n\n"
2230
+ --- !u!1 &1634751219
2231
+ GameObject:
2232
+ m_ObjectHideFlags: 0
2233
+ m_CorrespondingSourceObject: {fileID: 0}
2234
+ m_PrefabInstance: {fileID: 0}
2235
+ m_PrefabAsset: {fileID: 0}
2236
+ serializedVersion: 6
2237
+ m_Component:
2238
+ - component: {fileID: 1634751220}
2239
+ - component: {fileID: 1634751222}
2240
+ - component: {fileID: 1634751221}
2241
+ m_Layer: 5
2242
+ m_Name: Arrow
2243
+ m_TagString: Untagged
2244
+ m_Icon: {fileID: 0}
2245
+ m_NavMeshLayer: 0
2246
+ m_StaticEditorFlags: 0
2247
+ m_IsActive: 1
2248
+ --- !u!224 &1634751220
2249
+ RectTransform:
2250
+ m_ObjectHideFlags: 0
2251
+ m_CorrespondingSourceObject: {fileID: 0}
2252
+ m_PrefabInstance: {fileID: 0}
2253
+ m_PrefabAsset: {fileID: 0}
2254
+ m_GameObject: {fileID: 1634751219}
2255
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2256
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2257
+ m_LocalScale: {x: 1, y: 1, z: 1}
2258
+ m_Children: []
2259
+ m_Father: {fileID: 889611413}
2260
+ m_RootOrder: 1
2261
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2262
+ m_AnchorMin: {x: 1, y: 0.5}
2263
+ m_AnchorMax: {x: 1, y: 0.5}
2264
+ m_AnchoredPosition: {x: -15, y: 0}
2265
+ m_SizeDelta: {x: 20, y: 20}
2266
+ m_Pivot: {x: 0.5, y: 0.5}
2267
+ --- !u!222 &1634751222
2268
+ CanvasRenderer:
2269
+ m_ObjectHideFlags: 0
2270
+ m_CorrespondingSourceObject: {fileID: 0}
2271
+ m_PrefabInstance: {fileID: 0}
2272
+ m_PrefabAsset: {fileID: 0}
2273
+ m_GameObject: {fileID: 1634751219}
2274
+ m_CullTransparentMesh: 0
2275
+ --- !u!114 &1634751221
2276
+ MonoBehaviour:
2277
+ m_ObjectHideFlags: 0
2278
+ m_CorrespondingSourceObject: {fileID: 0}
2279
+ m_PrefabInstance: {fileID: 0}
2280
+ m_PrefabAsset: {fileID: 0}
2281
+ m_GameObject: {fileID: 1634751219}
2282
+ m_Enabled: 1
2283
+ m_EditorHideFlags: 0
2284
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2285
+ m_Name:
2286
+ m_EditorClassIdentifier:
2287
+ m_Material: {fileID: 0}
2288
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
2289
+ m_RaycastTarget: 1
2290
+ m_Maskable: 1
2291
+ m_OnCullStateChanged:
2292
+ m_PersistentCalls:
2293
+ m_Calls: []
2294
+ m_Sprite: {fileID: 10915, guid: 0000000000000000f000000000000000, type: 0}
2295
+ m_Type: 0
2296
+ m_PreserveAspect: 0
2297
+ m_FillCenter: 1
2298
+ m_FillMethod: 4
2299
+ m_FillAmount: 1
2300
+ m_FillClockwise: 1
2301
+ m_FillOrigin: 0
2302
+ m_UseSpriteMesh: 0
2303
+ m_PixelsPerUnitMultiplier: 1
2304
+ --- !u!1 &1827768877
2305
+ GameObject:
2306
+ m_ObjectHideFlags: 0
2307
+ m_CorrespondingSourceObject: {fileID: 0}
2308
+ m_PrefabInstance: {fileID: 0}
2309
+ m_PrefabAsset: {fileID: 0}
2310
+ serializedVersion: 6
2311
+ m_Component:
2312
+ - component: {fileID: 1827768878}
2313
+ - component: {fileID: 1827768880}
2314
+ - component: {fileID: 1827768879}
2315
+ m_Layer: 5
2316
+ m_Name: Label
2317
+ m_TagString: Untagged
2318
+ m_Icon: {fileID: 0}
2319
+ m_NavMeshLayer: 0
2320
+ m_StaticEditorFlags: 0
2321
+ m_IsActive: 1
2322
+ --- !u!224 &1827768878
2323
+ RectTransform:
2324
+ m_ObjectHideFlags: 0
2325
+ m_CorrespondingSourceObject: {fileID: 0}
2326
+ m_PrefabInstance: {fileID: 0}
2327
+ m_PrefabAsset: {fileID: 0}
2328
+ m_GameObject: {fileID: 1827768877}
2329
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2330
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2331
+ m_LocalScale: {x: 1, y: 1, z: 1}
2332
+ m_Children: []
2333
+ m_Father: {fileID: 1369597418}
2334
+ m_RootOrder: 1
2335
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2336
+ m_AnchorMin: {x: 0, y: 0}
2337
+ m_AnchorMax: {x: 1, y: 1}
2338
+ m_AnchoredPosition: {x: 9, y: -0.5}
2339
+ m_SizeDelta: {x: -28, y: -3}
2340
+ m_Pivot: {x: 0.5, y: 0.5}
2341
+ --- !u!222 &1827768880
2342
+ CanvasRenderer:
2343
+ m_ObjectHideFlags: 0
2344
+ m_CorrespondingSourceObject: {fileID: 0}
2345
+ m_PrefabInstance: {fileID: 0}
2346
+ m_PrefabAsset: {fileID: 0}
2347
+ m_GameObject: {fileID: 1827768877}
2348
+ m_CullTransparentMesh: 0
2349
+ --- !u!114 &1827768879
2350
+ MonoBehaviour:
2351
+ m_ObjectHideFlags: 0
2352
+ m_CorrespondingSourceObject: {fileID: 0}
2353
+ m_PrefabInstance: {fileID: 0}
2354
+ m_PrefabAsset: {fileID: 0}
2355
+ m_GameObject: {fileID: 1827768877}
2356
+ m_Enabled: 1
2357
+ m_EditorHideFlags: 0
2358
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
2359
+ m_Name:
2360
+ m_EditorClassIdentifier:
2361
+ m_Material: {fileID: 0}
2362
+ m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
2363
+ m_RaycastTarget: 1
2364
+ m_Maskable: 1
2365
+ m_OnCullStateChanged:
2366
+ m_PersistentCalls:
2367
+ m_Calls: []
2368
+ m_FontData:
2369
+ m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
2370
+ m_FontSize: 14
2371
+ m_FontStyle: 0
2372
+ m_BestFit: 0
2373
+ m_MinSize: 10
2374
+ m_MaxSize: 40
2375
+ m_Alignment: 0
2376
+ m_AlignByGeometry: 0
2377
+ m_RichText: 1
2378
+ m_HorizontalOverflow: 0
2379
+ m_VerticalOverflow: 0
2380
+ m_LineSpacing: 1
2381
+ m_Text: Toggle
2382
+ --- !u!1 &1835448740
2383
+ GameObject:
2384
+ m_ObjectHideFlags: 0
2385
+ m_CorrespondingSourceObject: {fileID: 0}
2386
+ m_PrefabInstance: {fileID: 0}
2387
+ m_PrefabAsset: {fileID: 0}
2388
+ serializedVersion: 6
2389
+ m_Component:
2390
+ - component: {fileID: 1835448741}
2391
+ - component: {fileID: 1835448743}
2392
+ - component: {fileID: 1835448742}
2393
+ m_Layer: 5
2394
+ m_Name: Label
2395
+ m_TagString: Untagged
2396
+ m_Icon: {fileID: 0}
2397
+ m_NavMeshLayer: 0
2398
+ m_StaticEditorFlags: 0
2399
+ m_IsActive: 1
2400
+ --- !u!224 &1835448741
2401
+ RectTransform:
2402
+ m_ObjectHideFlags: 0
2403
+ m_CorrespondingSourceObject: {fileID: 0}
2404
+ m_PrefabInstance: {fileID: 0}
2405
+ m_PrefabAsset: {fileID: 0}
2406
+ m_GameObject: {fileID: 1835448740}
2407
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2408
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2409
+ m_LocalScale: {x: 1, y: 1, z: 1}
2410
+ m_Children: []
2411
+ m_Father: {fileID: 889611413}
2412
+ m_RootOrder: 0
2413
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2414
+ m_AnchorMin: {x: 0, y: 0}
2415
+ m_AnchorMax: {x: 1, y: 1}
2416
+ m_AnchoredPosition: {x: -7.5, y: -0.5}
2417
+ m_SizeDelta: {x: -35, y: -13}
2418
+ m_Pivot: {x: 0.5, y: 0.5}
2419
+ --- !u!222 &1835448743
2420
+ CanvasRenderer:
2421
+ m_ObjectHideFlags: 0
2422
+ m_CorrespondingSourceObject: {fileID: 0}
2423
+ m_PrefabInstance: {fileID: 0}
2424
+ m_PrefabAsset: {fileID: 0}
2425
+ m_GameObject: {fileID: 1835448740}
2426
+ m_CullTransparentMesh: 0
2427
+ --- !u!114 &1835448742
2428
+ MonoBehaviour:
2429
+ m_ObjectHideFlags: 0
2430
+ m_CorrespondingSourceObject: {fileID: 0}
2431
+ m_PrefabInstance: {fileID: 0}
2432
+ m_PrefabAsset: {fileID: 0}
2433
+ m_GameObject: {fileID: 1835448740}
2434
+ m_Enabled: 1
2435
+ m_EditorHideFlags: 0
2436
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
2437
+ m_Name:
2438
+ m_EditorClassIdentifier:
2439
+ m_Material: {fileID: 0}
2440
+ m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
2441
+ m_RaycastTarget: 1
2442
+ m_Maskable: 1
2443
+ m_OnCullStateChanged:
2444
+ m_PersistentCalls:
2445
+ m_Calls: []
2446
+ m_FontData:
2447
+ m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
2448
+ m_FontSize: 14
2449
+ m_FontStyle: 0
2450
+ m_BestFit: 0
2451
+ m_MinSize: 10
2452
+ m_MaxSize: 40
2453
+ m_Alignment: 3
2454
+ m_AlignByGeometry: 0
2455
+ m_RichText: 1
2456
+ m_HorizontalOverflow: 0
2457
+ m_VerticalOverflow: 0
2458
+ m_LineSpacing: 1
2459
+ m_Text: Option A
2460
+ --- !u!1 &1884192570
2461
+ GameObject:
2462
+ m_ObjectHideFlags: 0
2463
+ m_CorrespondingSourceObject: {fileID: 0}
2464
+ m_PrefabInstance: {fileID: 0}
2465
+ m_PrefabAsset: {fileID: 0}
2466
+ serializedVersion: 6
2467
+ m_Component:
2468
+ - component: {fileID: 1884192571}
2469
+ - component: {fileID: 1884192574}
2470
+ - component: {fileID: 1884192573}
2471
+ - component: {fileID: 1884192572}
2472
+ m_Layer: 5
2473
+ m_Name: Scrollbar Vertical
2474
+ m_TagString: Untagged
2475
+ m_Icon: {fileID: 0}
2476
+ m_NavMeshLayer: 0
2477
+ m_StaticEditorFlags: 0
2478
+ m_IsActive: 1
2479
+ --- !u!224 &1884192571
2480
+ RectTransform:
2481
+ m_ObjectHideFlags: 0
2482
+ m_CorrespondingSourceObject: {fileID: 0}
2483
+ m_PrefabInstance: {fileID: 0}
2484
+ m_PrefabAsset: {fileID: 0}
2485
+ m_GameObject: {fileID: 1884192570}
2486
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2487
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2488
+ m_LocalScale: {x: 1, y: 1, z: 1}
2489
+ m_Children:
2490
+ - {fileID: 325181535}
2491
+ m_Father: {fileID: 2083808253}
2492
+ m_RootOrder: 2
2493
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2494
+ m_AnchorMin: {x: 1, y: 0}
2495
+ m_AnchorMax: {x: 1, y: 0}
2496
+ m_AnchoredPosition: {x: 0, y: 0}
2497
+ m_SizeDelta: {x: 20, y: 0}
2498
+ m_Pivot: {x: 1, y: 1}
2499
+ --- !u!222 &1884192574
2500
+ CanvasRenderer:
2501
+ m_ObjectHideFlags: 0
2502
+ m_CorrespondingSourceObject: {fileID: 0}
2503
+ m_PrefabInstance: {fileID: 0}
2504
+ m_PrefabAsset: {fileID: 0}
2505
+ m_GameObject: {fileID: 1884192570}
2506
+ m_CullTransparentMesh: 0
2507
+ --- !u!114 &1884192573
2508
+ MonoBehaviour:
2509
+ m_ObjectHideFlags: 0
2510
+ m_CorrespondingSourceObject: {fileID: 0}
2511
+ m_PrefabInstance: {fileID: 0}
2512
+ m_PrefabAsset: {fileID: 0}
2513
+ m_GameObject: {fileID: 1884192570}
2514
+ m_Enabled: 1
2515
+ m_EditorHideFlags: 0
2516
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2517
+ m_Name:
2518
+ m_EditorClassIdentifier:
2519
+ m_Material: {fileID: 0}
2520
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
2521
+ m_RaycastTarget: 1
2522
+ m_Maskable: 1
2523
+ m_OnCullStateChanged:
2524
+ m_PersistentCalls:
2525
+ m_Calls: []
2526
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
2527
+ m_Type: 1
2528
+ m_PreserveAspect: 0
2529
+ m_FillCenter: 1
2530
+ m_FillMethod: 4
2531
+ m_FillAmount: 1
2532
+ m_FillClockwise: 1
2533
+ m_FillOrigin: 0
2534
+ m_UseSpriteMesh: 0
2535
+ m_PixelsPerUnitMultiplier: 1
2536
+ --- !u!114 &1884192572
2537
+ MonoBehaviour:
2538
+ m_ObjectHideFlags: 0
2539
+ m_CorrespondingSourceObject: {fileID: 0}
2540
+ m_PrefabInstance: {fileID: 0}
2541
+ m_PrefabAsset: {fileID: 0}
2542
+ m_GameObject: {fileID: 1884192570}
2543
+ m_Enabled: 1
2544
+ m_EditorHideFlags: 0
2545
+ m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3}
2546
+ m_Name:
2547
+ m_EditorClassIdentifier:
2548
+ m_Navigation:
2549
+ m_Mode: 3
2550
+ m_SelectOnUp: {fileID: 0}
2551
+ m_SelectOnDown: {fileID: 0}
2552
+ m_SelectOnLeft: {fileID: 0}
2553
+ m_SelectOnRight: {fileID: 0}
2554
+ m_Transition: 1
2555
+ m_Colors:
2556
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
2557
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
2558
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
2559
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
2560
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
2561
+ m_ColorMultiplier: 1
2562
+ m_FadeDuration: 0.1
2563
+ m_SpriteState:
2564
+ m_HighlightedSprite: {fileID: 0}
2565
+ m_PressedSprite: {fileID: 0}
2566
+ m_SelectedSprite: {fileID: 0}
2567
+ m_DisabledSprite: {fileID: 0}
2568
+ m_AnimationTriggers:
2569
+ m_NormalTrigger: Normal
2570
+ m_HighlightedTrigger: Highlighted
2571
+ m_PressedTrigger: Pressed
2572
+ m_SelectedTrigger: Highlighted
2573
+ m_DisabledTrigger: Disabled
2574
+ m_Interactable: 1
2575
+ m_TargetGraphic: {fileID: 836906260}
2576
+ m_HandleRect: {fileID: 836906259}
2577
+ m_Direction: 2
2578
+ m_Value: 0.99999946
2579
+ m_Size: 0.61
2580
+ m_NumberOfSteps: 0
2581
+ m_OnValueChanged:
2582
+ m_PersistentCalls:
2583
+ m_Calls: []
2584
+ --- !u!1 &1942078109
2585
+ GameObject:
2586
+ m_ObjectHideFlags: 0
2587
+ m_CorrespondingSourceObject: {fileID: 0}
2588
+ m_PrefabInstance: {fileID: 0}
2589
+ m_PrefabAsset: {fileID: 0}
2590
+ serializedVersion: 6
2591
+ m_Component:
2592
+ - component: {fileID: 1942078110}
2593
+ - component: {fileID: 1942078111}
2594
+ m_Layer: 5
2595
+ m_Name: Item
2596
+ m_TagString: Untagged
2597
+ m_Icon: {fileID: 0}
2598
+ m_NavMeshLayer: 0
2599
+ m_StaticEditorFlags: 0
2600
+ m_IsActive: 1
2601
+ --- !u!224 &1942078110
2602
+ RectTransform:
2603
+ m_ObjectHideFlags: 0
2604
+ m_CorrespondingSourceObject: {fileID: 0}
2605
+ m_PrefabInstance: {fileID: 0}
2606
+ m_PrefabAsset: {fileID: 0}
2607
+ m_GameObject: {fileID: 1942078109}
2608
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2609
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2610
+ m_LocalScale: {x: 1, y: 1, z: 1}
2611
+ m_Children:
2612
+ - {fileID: 436209452}
2613
+ - {fileID: 1397587722}
2614
+ - {fileID: 1478671131}
2615
+ m_Father: {fileID: 1047940501}
2616
+ m_RootOrder: 0
2617
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2618
+ m_AnchorMin: {x: 0, y: 0.5}
2619
+ m_AnchorMax: {x: 1, y: 0.5}
2620
+ m_AnchoredPosition: {x: 0, y: 0}
2621
+ m_SizeDelta: {x: 0, y: 20}
2622
+ m_Pivot: {x: 0.5, y: 0.5}
2623
+ --- !u!114 &1942078111
2624
+ MonoBehaviour:
2625
+ m_ObjectHideFlags: 0
2626
+ m_CorrespondingSourceObject: {fileID: 0}
2627
+ m_PrefabInstance: {fileID: 0}
2628
+ m_PrefabAsset: {fileID: 0}
2629
+ m_GameObject: {fileID: 1942078109}
2630
+ m_Enabled: 1
2631
+ m_EditorHideFlags: 0
2632
+ m_Script: {fileID: 11500000, guid: 9085046f02f69544eb97fd06b6048fe2, type: 3}
2633
+ m_Name:
2634
+ m_EditorClassIdentifier:
2635
+ m_Navigation:
2636
+ m_Mode: 3
2637
+ m_SelectOnUp: {fileID: 0}
2638
+ m_SelectOnDown: {fileID: 0}
2639
+ m_SelectOnLeft: {fileID: 0}
2640
+ m_SelectOnRight: {fileID: 0}
2641
+ m_Transition: 1
2642
+ m_Colors:
2643
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
2644
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
2645
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
2646
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
2647
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
2648
+ m_ColorMultiplier: 1
2649
+ m_FadeDuration: 0.1
2650
+ m_SpriteState:
2651
+ m_HighlightedSprite: {fileID: 0}
2652
+ m_PressedSprite: {fileID: 0}
2653
+ m_SelectedSprite: {fileID: 0}
2654
+ m_DisabledSprite: {fileID: 0}
2655
+ m_AnimationTriggers:
2656
+ m_NormalTrigger: Normal
2657
+ m_HighlightedTrigger: Highlighted
2658
+ m_PressedTrigger: Pressed
2659
+ m_SelectedTrigger: Highlighted
2660
+ m_DisabledTrigger: Disabled
2661
+ m_Interactable: 1
2662
+ m_TargetGraphic: {fileID: 436209453}
2663
+ toggleTransition: 1
2664
+ graphic: {fileID: 1397587723}
2665
+ m_Group: {fileID: 0}
2666
+ onValueChanged:
2667
+ m_PersistentCalls:
2668
+ m_Calls: []
2669
+ m_IsOn: 1
2670
+ --- !u!1 &2083808252
2671
+ GameObject:
2672
+ m_ObjectHideFlags: 0
2673
+ m_CorrespondingSourceObject: {fileID: 0}
2674
+ m_PrefabInstance: {fileID: 0}
2675
+ m_PrefabAsset: {fileID: 0}
2676
+ serializedVersion: 6
2677
+ m_Component:
2678
+ - component: {fileID: 2083808253}
2679
+ - component: {fileID: 2083808256}
2680
+ - component: {fileID: 2083808255}
2681
+ - component: {fileID: 2083808254}
2682
+ m_Layer: 5
2683
+ m_Name: Scroll View
2684
+ m_TagString: Untagged
2685
+ m_Icon: {fileID: 0}
2686
+ m_NavMeshLayer: 0
2687
+ m_StaticEditorFlags: 0
2688
+ m_IsActive: 1
2689
+ --- !u!224 &2083808253
2690
+ RectTransform:
2691
+ m_ObjectHideFlags: 0
2692
+ m_CorrespondingSourceObject: {fileID: 0}
2693
+ m_PrefabInstance: {fileID: 0}
2694
+ m_PrefabAsset: {fileID: 0}
2695
+ m_GameObject: {fileID: 2083808252}
2696
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2697
+ m_LocalPosition: {x: 0, y: 0, z: 0}
2698
+ m_LocalScale: {x: 1.6102469, y: 1.6102474, z: 1.6102474}
2699
+ m_Children:
2700
+ - {fileID: 835874415}
2701
+ - {fileID: 248811796}
2702
+ - {fileID: 1884192571}
2703
+ m_Father: {fileID: 467300878}
2704
+ m_RootOrder: 1
2705
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2706
+ m_AnchorMin: {x: 0.5, y: 0.5}
2707
+ m_AnchorMax: {x: 0.5, y: 0.5}
2708
+ m_AnchoredPosition: {x: 209, y: 54}
2709
+ m_SizeDelta: {x: 200, y: 200}
2710
+ m_Pivot: {x: 0.5, y: 0.5}
2711
+ --- !u!114 &2083808256
2712
+ MonoBehaviour:
2713
+ m_ObjectHideFlags: 0
2714
+ m_CorrespondingSourceObject: {fileID: 0}
2715
+ m_PrefabInstance: {fileID: 0}
2716
+ m_PrefabAsset: {fileID: 0}
2717
+ m_GameObject: {fileID: 2083808252}
2718
+ m_Enabled: 1
2719
+ m_EditorHideFlags: 0
2720
+ m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3}
2721
+ m_Name:
2722
+ m_EditorClassIdentifier:
2723
+ m_Content: {fileID: 232818781}
2724
+ m_Horizontal: 0
2725
+ m_Vertical: 1
2726
+ m_MovementType: 1
2727
+ m_Elasticity: 0.1
2728
+ m_Inertia: 1
2729
+ m_DecelerationRate: 0.135
2730
+ m_ScrollSensitivity: 1
2731
+ m_Viewport: {fileID: 835874415}
2732
+ m_HorizontalScrollbar: {fileID: 248811797}
2733
+ m_VerticalScrollbar: {fileID: 1884192572}
2734
+ m_HorizontalScrollbarVisibility: 2
2735
+ m_VerticalScrollbarVisibility: 2
2736
+ m_HorizontalScrollbarSpacing: -3
2737
+ m_VerticalScrollbarSpacing: -3
2738
+ m_OnValueChanged:
2739
+ m_PersistentCalls:
2740
+ m_Calls: []
2741
+ --- !u!222 &2083808255
2742
+ CanvasRenderer:
2743
+ m_ObjectHideFlags: 0
2744
+ m_CorrespondingSourceObject: {fileID: 0}
2745
+ m_PrefabInstance: {fileID: 0}
2746
+ m_PrefabAsset: {fileID: 0}
2747
+ m_GameObject: {fileID: 2083808252}
2748
+ m_CullTransparentMesh: 0
2749
+ --- !u!114 &2083808254
2750
+ MonoBehaviour:
2751
+ m_ObjectHideFlags: 0
2752
+ m_CorrespondingSourceObject: {fileID: 0}
2753
+ m_PrefabInstance: {fileID: 0}
2754
+ m_PrefabAsset: {fileID: 0}
2755
+ m_GameObject: {fileID: 2083808252}
2756
+ m_Enabled: 1
2757
+ m_EditorHideFlags: 0
2758
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2759
+ m_Name:
2760
+ m_EditorClassIdentifier:
2761
+ m_Material: {fileID: 0}
2762
+ m_Color: {r: 1, g: 1, b: 1, a: 0.392}
2763
+ m_RaycastTarget: 1
2764
+ m_Maskable: 1
2765
+ m_OnCullStateChanged:
2766
+ m_PersistentCalls:
2767
+ m_Calls: []
2768
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
2769
+ m_Type: 1
2770
+ m_PreserveAspect: 0
2771
+ m_FillCenter: 1
2772
+ m_FillMethod: 4
2773
+ m_FillAmount: 1
2774
+ m_FillClockwise: 1
2775
+ m_FillOrigin: 0
2776
+ m_UseSpriteMesh: 0
2777
+ m_PixelsPerUnitMultiplier: 1
2778
+ --- !u!1 &3610125288142581947
2779
+ GameObject:
2780
+ m_ObjectHideFlags: 0
2781
+ m_CorrespondingSourceObject: {fileID: 0}
2782
+ m_PrefabInstance: {fileID: 0}
2783
+ m_PrefabAsset: {fileID: 0}
2784
+ serializedVersion: 6
2785
+ m_Component:
2786
+ - component: {fileID: 3610125288142581946}
2787
+ - component: {fileID: 3610125288142581951}
2788
+ - component: {fileID: 3610125288142581944}
2789
+ - component: {fileID: 3610125288142581945}
2790
+ m_Layer: 5
2791
+ m_Name: StartingUI
2792
+ m_TagString: Untagged
2793
+ m_Icon: {fileID: 0}
2794
+ m_NavMeshLayer: 0
2795
+ m_StaticEditorFlags: 0
2796
+ m_IsActive: 1
2797
+ --- !u!224 &3610125288142581946
2798
+ RectTransform:
2799
+ m_ObjectHideFlags: 0
2800
+ m_CorrespondingSourceObject: {fileID: 0}
2801
+ m_PrefabInstance: {fileID: 0}
2802
+ m_PrefabAsset: {fileID: 0}
2803
+ m_GameObject: {fileID: 3610125288142581947}
2804
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2805
+ m_LocalPosition: {x: 0, y: 0, z: 0.69}
2806
+ m_LocalScale: {x: 0.01, y: 0.01, z: 0.01}
2807
+ m_Children:
2808
+ - {fileID: 3610125289599611590}
2809
+ - {fileID: 3610125289463261477}
2810
+ m_Father: {fileID: 3610125288266481543}
2811
+ m_RootOrder: 1
2812
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2813
+ m_AnchorMin: {x: 0, y: 0}
2814
+ m_AnchorMax: {x: 0, y: 0}
2815
+ m_AnchoredPosition: {x: 0, y: 3.251}
2816
+ m_SizeDelta: {x: 400, y: 50.501}
2817
+ m_Pivot: {x: 0.5, y: 0.5}
2818
+ --- !u!223 &3610125288142581951
2819
+ Canvas:
2820
+ m_ObjectHideFlags: 0
2821
+ m_CorrespondingSourceObject: {fileID: 0}
2822
+ m_PrefabInstance: {fileID: 0}
2823
+ m_PrefabAsset: {fileID: 0}
2824
+ m_GameObject: {fileID: 3610125288142581947}
2825
+ m_Enabled: 1
2826
+ serializedVersion: 3
2827
+ m_RenderMode: 2
2828
+ m_Camera: {fileID: 0}
2829
+ m_PlaneDistance: 100
2830
+ m_PixelPerfect: 0
2831
+ m_ReceivesEvents: 1
2832
+ m_OverrideSorting: 0
2833
+ m_OverridePixelPerfect: 0
2834
+ m_SortingBucketNormalizedSize: 0
2835
+ m_AdditionalShaderChannelsFlag: 25
2836
+ m_SortingLayerID: 0
2837
+ m_SortingOrder: 0
2838
+ m_TargetDisplay: 0
2839
+ --- !u!114 &3610125288142581944
2840
+ MonoBehaviour:
2841
+ m_ObjectHideFlags: 0
2842
+ m_CorrespondingSourceObject: {fileID: 0}
2843
+ m_PrefabInstance: {fileID: 0}
2844
+ m_PrefabAsset: {fileID: 0}
2845
+ m_GameObject: {fileID: 3610125288142581947}
2846
+ m_Enabled: 1
2847
+ m_EditorHideFlags: 0
2848
+ m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
2849
+ m_Name:
2850
+ m_EditorClassIdentifier:
2851
+ m_UiScaleMode: 0
2852
+ m_ReferencePixelsPerUnit: 100
2853
+ m_ScaleFactor: 1
2854
+ m_ReferenceResolution: {x: 800, y: 600}
2855
+ m_ScreenMatchMode: 0
2856
+ m_MatchWidthOrHeight: 0
2857
+ m_PhysicalUnit: 3
2858
+ m_FallbackScreenDPI: 96
2859
+ m_DefaultSpriteDPI: 96
2860
+ m_DynamicPixelsPerUnit: 1
2861
+ --- !u!114 &3610125288142581945
2862
+ MonoBehaviour:
2863
+ m_ObjectHideFlags: 0
2864
+ m_CorrespondingSourceObject: {fileID: 0}
2865
+ m_PrefabInstance: {fileID: 0}
2866
+ m_PrefabAsset: {fileID: 0}
2867
+ m_GameObject: {fileID: 3610125288142581947}
2868
+ m_Enabled: 1
2869
+ m_EditorHideFlags: 0
2870
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
2871
+ m_Name:
2872
+ m_EditorClassIdentifier:
2873
+ m_IgnoreReversedGraphics: 1
2874
+ m_BlockingObjects: 0
2875
+ m_BlockingMask:
2876
+ serializedVersion: 2
2877
+ m_Bits: 4294967295
2878
+ --- !u!1 &3610125288266481536
2879
+ GameObject:
2880
+ m_ObjectHideFlags: 0
2881
+ m_CorrespondingSourceObject: {fileID: 0}
2882
+ m_PrefabInstance: {fileID: 0}
2883
+ m_PrefabAsset: {fileID: 0}
2884
+ serializedVersion: 6
2885
+ m_Component:
2886
+ - component: {fileID: 3610125288266481543}
2887
+ m_Layer: 0
2888
+ m_Name: UIArea
2889
+ m_TagString: Untagged
2890
+ m_Icon: {fileID: 0}
2891
+ m_NavMeshLayer: 0
2892
+ m_StaticEditorFlags: 0
2893
+ m_IsActive: 1
2894
+ --- !u!4 &3610125288266481543
2895
+ Transform:
2896
+ m_ObjectHideFlags: 0
2897
+ m_CorrespondingSourceObject: {fileID: 0}
2898
+ m_PrefabInstance: {fileID: 0}
2899
+ m_PrefabAsset: {fileID: 0}
2900
+ m_GameObject: {fileID: 3610125288266481536}
2901
+ m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
2902
+ m_LocalPosition: {x: 7.04, y: 0, z: -5.06}
2903
+ m_LocalScale: {x: 1, y: 1, z: 1}
2904
+ m_Children:
2905
+ - {fileID: 3610125289076258482}
2906
+ - {fileID: 3610125288142581946}
2907
+ - {fileID: 467300878}
2908
+ m_Father: {fileID: 0}
2909
+ m_RootOrder: 0
2910
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
2911
+ --- !u!1 &3610125289076258483
2912
+ GameObject:
2913
+ m_ObjectHideFlags: 0
2914
+ m_CorrespondingSourceObject: {fileID: 0}
2915
+ m_PrefabInstance: {fileID: 0}
2916
+ m_PrefabAsset: {fileID: 0}
2917
+ serializedVersion: 6
2918
+ m_Component:
2919
+ - component: {fileID: 3610125289076258482}
2920
+ - component: {fileID: 3610125289076258487}
2921
+ - component: {fileID: 3610125289076258480}
2922
+ - component: {fileID: 3610125289076258481}
2923
+ m_Layer: 0
2924
+ m_Name: Table
2925
+ m_TagString: Untagged
2926
+ m_Icon: {fileID: 0}
2927
+ m_NavMeshLayer: 0
2928
+ m_StaticEditorFlags: 4294967295
2929
+ m_IsActive: 1
2930
+ --- !u!4 &3610125289076258482
2931
+ Transform:
2932
+ m_ObjectHideFlags: 0
2933
+ m_CorrespondingSourceObject: {fileID: 0}
2934
+ m_PrefabInstance: {fileID: 0}
2935
+ m_PrefabAsset: {fileID: 0}
2936
+ m_GameObject: {fileID: 3610125289076258483}
2937
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2938
+ m_LocalPosition: {x: -0.01, y: 1.242, z: -0.494}
2939
+ m_LocalScale: {x: 4, y: 1, z: 1}
2940
+ m_Children: []
2941
+ m_Father: {fileID: 3610125288266481543}
2942
+ m_RootOrder: 0
2943
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2944
+ --- !u!33 &3610125289076258487
2945
+ MeshFilter:
2946
+ m_ObjectHideFlags: 0
2947
+ m_CorrespondingSourceObject: {fileID: 0}
2948
+ m_PrefabInstance: {fileID: 0}
2949
+ m_PrefabAsset: {fileID: 0}
2950
+ m_GameObject: {fileID: 3610125289076258483}
2951
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
2952
+ --- !u!23 &3610125289076258480
2953
+ MeshRenderer:
2954
+ m_ObjectHideFlags: 0
2955
+ m_CorrespondingSourceObject: {fileID: 0}
2956
+ m_PrefabInstance: {fileID: 0}
2957
+ m_PrefabAsset: {fileID: 0}
2958
+ m_GameObject: {fileID: 3610125289076258483}
2959
+ m_Enabled: 1
2960
+ m_CastShadows: 1
2961
+ m_ReceiveShadows: 1
2962
+ m_DynamicOccludee: 1
2963
+ m_MotionVectors: 1
2964
+ m_LightProbeUsage: 1
2965
+ m_ReflectionProbeUsage: 1
2966
+ m_RayTracingMode: 2
2967
+ m_RenderingLayerMask: 1
2968
+ m_RendererPriority: 0
2969
+ m_Materials:
2970
+ - {fileID: 2100000, guid: 043179ce312369743ae686d80f77ec26, type: 2}
2971
+ m_StaticBatchInfo:
2972
+ firstSubMesh: 0
2973
+ subMeshCount: 0
2974
+ m_StaticBatchRoot: {fileID: 0}
2975
+ m_ProbeAnchor: {fileID: 0}
2976
+ m_LightProbeVolumeOverride: {fileID: 0}
2977
+ m_ScaleInLightmap: 1
2978
+ m_ReceiveGI: 1
2979
+ m_PreserveUVs: 0
2980
+ m_IgnoreNormalsForChartDetection: 0
2981
+ m_ImportantGI: 0
2982
+ m_StitchLightmapSeams: 1
2983
+ m_SelectedEditorRenderState: 3
2984
+ m_MinimumChartSize: 4
2985
+ m_AutoUVMaxDistance: 0.5
2986
+ m_AutoUVMaxAngle: 89
2987
+ m_LightmapParameters: {fileID: 0}
2988
+ m_SortingLayerID: 0
2989
+ m_SortingLayer: 0
2990
+ m_SortingOrder: 0
2991
+ --- !u!65 &3610125289076258481
2992
+ BoxCollider:
2993
+ m_ObjectHideFlags: 0
2994
+ m_CorrespondingSourceObject: {fileID: 0}
2995
+ m_PrefabInstance: {fileID: 0}
2996
+ m_PrefabAsset: {fileID: 0}
2997
+ m_GameObject: {fileID: 3610125289076258483}
2998
+ m_Material: {fileID: 0}
2999
+ m_IsTrigger: 0
3000
+ m_Enabled: 1
3001
+ serializedVersion: 2
3002
+ m_Size: {x: 1, y: 1, z: 1}
3003
+ m_Center: {x: 0, y: 0, z: 0}
3004
+ --- !u!1 &3610125289463261478
3005
+ GameObject:
3006
+ m_ObjectHideFlags: 0
3007
+ m_CorrespondingSourceObject: {fileID: 0}
3008
+ m_PrefabInstance: {fileID: 0}
3009
+ m_PrefabAsset: {fileID: 0}
3010
+ serializedVersion: 6
3011
+ m_Component:
3012
+ - component: {fileID: 3610125289463261477}
3013
+ - component: {fileID: 3610125289463261499}
3014
+ - component: {fileID: 3610125289463261476}
3015
+ m_Layer: 5
3016
+ m_Name: Title
3017
+ m_TagString: Untagged
3018
+ m_Icon: {fileID: 0}
3019
+ m_NavMeshLayer: 0
3020
+ m_StaticEditorFlags: 0
3021
+ m_IsActive: 1
3022
+ --- !u!224 &3610125289463261477
3023
+ RectTransform:
3024
+ m_ObjectHideFlags: 0
3025
+ m_CorrespondingSourceObject: {fileID: 0}
3026
+ m_PrefabInstance: {fileID: 0}
3027
+ m_PrefabAsset: {fileID: 0}
3028
+ m_GameObject: {fileID: 3610125289463261478}
3029
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
3030
+ m_LocalPosition: {x: 0, y: 0, z: 0}
3031
+ m_LocalScale: {x: 1, y: 1, z: 1}
3032
+ m_Children: []
3033
+ m_Father: {fileID: 3610125288142581946}
3034
+ m_RootOrder: 1
3035
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3036
+ m_AnchorMin: {x: 0.5, y: 1}
3037
+ m_AnchorMax: {x: 0.5, y: 1}
3038
+ m_AnchoredPosition: {x: 33, y: -39}
3039
+ m_SizeDelta: {x: 200, y: 50}
3040
+ m_Pivot: {x: 0.5, y: 0.5}
3041
+ --- !u!222 &3610125289463261499
3042
+ CanvasRenderer:
3043
+ m_ObjectHideFlags: 0
3044
+ m_CorrespondingSourceObject: {fileID: 0}
3045
+ m_PrefabInstance: {fileID: 0}
3046
+ m_PrefabAsset: {fileID: 0}
3047
+ m_GameObject: {fileID: 3610125289463261478}
3048
+ m_CullTransparentMesh: 0
3049
+ --- !u!114 &3610125289463261476
3050
+ MonoBehaviour:
3051
+ m_ObjectHideFlags: 0
3052
+ m_CorrespondingSourceObject: {fileID: 0}
3053
+ m_PrefabInstance: {fileID: 0}
3054
+ m_PrefabAsset: {fileID: 0}
3055
+ m_GameObject: {fileID: 3610125289463261478}
3056
+ m_Enabled: 1
3057
+ m_EditorHideFlags: 0
3058
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
3059
+ m_Name:
3060
+ m_EditorClassIdentifier:
3061
+ m_Material: {fileID: 0}
3062
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
3063
+ m_RaycastTarget: 1
3064
+ m_Maskable: 1
3065
+ m_OnCullStateChanged:
3066
+ m_PersistentCalls:
3067
+ m_Calls: []
3068
+ m_text: UI Interaction
3069
+ m_isRightToLeft: 0
3070
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
3071
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
3072
+ m_fontSharedMaterials: []
3073
+ m_fontMaterial: {fileID: 0}
3074
+ m_fontMaterials: []
3075
+ m_fontColor32:
3076
+ serializedVersion: 2
3077
+ rgba: 4294967295
3078
+ m_fontColor: {r: 1, g: 1, b: 1, a: 1}
3079
+ m_enableVertexGradient: 0
3080
+ m_colorMode: 3
3081
+ m_fontColorGradient:
3082
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
3083
+ topRight: {r: 1, g: 1, b: 1, a: 1}
3084
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
3085
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
3086
+ m_fontColorGradientPreset: {fileID: 0}
3087
+ m_spriteAsset: {fileID: 0}
3088
+ m_tintAllSprites: 0
3089
+ m_StyleSheet: {fileID: 0}
3090
+ m_TextStyleHashCode: -1183493901
3091
+ m_overrideHtmlColors: 0
3092
+ m_faceColor:
3093
+ serializedVersion: 2
3094
+ rgba: 4294967295
3095
+ m_fontSize: 20
3096
+ m_fontSizeBase: 20
3097
+ m_fontWeight: 400
3098
+ m_enableAutoSizing: 0
3099
+ m_fontSizeMin: 18
3100
+ m_fontSizeMax: 72
3101
+ m_fontStyle: 0
3102
+ m_HorizontalAlignment: 1
3103
+ m_VerticalAlignment: 256
3104
+ m_textAlignment: 258
3105
+ m_characterSpacing: 0
3106
+ m_wordSpacing: 0
3107
+ m_lineSpacing: 0
3108
+ m_lineSpacingMax: 0
3109
+ m_paragraphSpacing: 0
3110
+ m_charWidthMaxAdj: 0
3111
+ m_enableWordWrapping: 1
3112
+ m_wordWrappingRatios: 0.4
3113
+ m_overflowMode: 0
3114
+ m_linkedTextComponent: {fileID: 0}
3115
+ parentLinkedComponent: {fileID: 0}
3116
+ m_enableKerning: 1
3117
+ m_enableExtraPadding: 0
3118
+ checkPaddingRequired: 0
3119
+ m_isRichText: 1
3120
+ m_parseCtrlCharacters: 1
3121
+ m_isOrthographic: 1
3122
+ m_isCullingEnabled: 0
3123
+ m_horizontalMapping: 0
3124
+ m_verticalMapping: 0
3125
+ m_uvLineOffset: 0
3126
+ m_geometrySortingOrder: 0
3127
+ m_IsTextObjectScaleStatic: 0
3128
+ m_VertexBufferAutoSizeReduction: 1
3129
+ m_useMaxVisibleDescender: 1
3130
+ m_pageToDisplay: 1
3131
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
3132
+ m_isUsingLegacyAnimationComponent: 0
3133
+ m_isVolumetricText: 0
3134
+ m_hasFontAssetChanged: 0
3135
+ m_baseMaterial: {fileID: 0}
3136
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
3137
+ --- !u!1 &3610125289599611591
3138
+ GameObject:
3139
+ m_ObjectHideFlags: 0
3140
+ m_CorrespondingSourceObject: {fileID: 0}
3141
+ m_PrefabInstance: {fileID: 0}
3142
+ m_PrefabAsset: {fileID: 0}
3143
+ serializedVersion: 6
3144
+ m_Component:
3145
+ - component: {fileID: 3610125289599611590}
3146
+ - component: {fileID: 3610125289599611588}
3147
+ - component: {fileID: 3610125289599611589}
3148
+ m_Layer: 5
3149
+ m_Name: BackgroundImage
3150
+ m_TagString: Untagged
3151
+ m_Icon: {fileID: 0}
3152
+ m_NavMeshLayer: 0
3153
+ m_StaticEditorFlags: 0
3154
+ m_IsActive: 1
3155
+ --- !u!224 &3610125289599611590
3156
+ RectTransform:
3157
+ m_ObjectHideFlags: 0
3158
+ m_CorrespondingSourceObject: {fileID: 0}
3159
+ m_PrefabInstance: {fileID: 0}
3160
+ m_PrefabAsset: {fileID: 0}
3161
+ m_GameObject: {fileID: 3610125289599611591}
3162
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
3163
+ m_LocalPosition: {x: 0, y: 0, z: 0}
3164
+ m_LocalScale: {x: 1, y: 1, z: 1}
3165
+ m_Children: []
3166
+ m_Father: {fileID: 3610125288142581946}
3167
+ m_RootOrder: 0
3168
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3169
+ m_AnchorMin: {x: 0, y: 0}
3170
+ m_AnchorMax: {x: 1, y: 1}
3171
+ m_AnchoredPosition: {x: 1, y: 0}
3172
+ m_SizeDelta: {x: -28.1, y: 0}
3173
+ m_Pivot: {x: 0.5, y: 0.5}
3174
+ --- !u!222 &3610125289599611588
3175
+ CanvasRenderer:
3176
+ m_ObjectHideFlags: 0
3177
+ m_CorrespondingSourceObject: {fileID: 0}
3178
+ m_PrefabInstance: {fileID: 0}
3179
+ m_PrefabAsset: {fileID: 0}
3180
+ m_GameObject: {fileID: 3610125289599611591}
3181
+ m_CullTransparentMesh: 0
3182
+ --- !u!114 &3610125289599611589
3183
+ MonoBehaviour:
3184
+ m_ObjectHideFlags: 0
3185
+ m_CorrespondingSourceObject: {fileID: 0}
3186
+ m_PrefabInstance: {fileID: 0}
3187
+ m_PrefabAsset: {fileID: 0}
3188
+ m_GameObject: {fileID: 3610125289599611591}
3189
+ m_Enabled: 1
3190
+ m_EditorHideFlags: 0
3191
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
3192
+ m_Name:
3193
+ m_EditorClassIdentifier:
3194
+ m_Material: {fileID: 0}
3195
+ m_Color: {r: 0.20754719, g: 0.20754719, b: 0.20754719, a: 1}
3196
+ m_RaycastTarget: 1
3197
+ m_Maskable: 1
3198
+ m_OnCullStateChanged:
3199
+ m_PersistentCalls:
3200
+ m_Calls: []
3201
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
3202
+ m_Type: 1
3203
+ m_PreserveAspect: 0
3204
+ m_FillCenter: 1
3205
+ m_FillMethod: 4
3206
+ m_FillAmount: 1
3207
+ m_FillClockwise: 1
3208
+ m_FillOrigin: 0
3209
+ m_UseSpriteMesh: 0
3210
+ m_PixelsPerUnitMultiplier: 1