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,4783 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &5070097638365878683
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: 1199369238585354559}
12
+ - component: {fileID: 7944527142741719434}
13
+ - component: {fileID: 1374650894598426168}
14
+ m_Layer: 0
15
+ m_Name: BubbleParticlePrefab
16
+ m_TagString: Untagged
17
+ m_Icon: {fileID: 0}
18
+ m_NavMeshLayer: 0
19
+ m_StaticEditorFlags: 0
20
+ m_IsActive: 1
21
+ --- !u!4 &1199369238585354559
22
+ Transform:
23
+ m_ObjectHideFlags: 0
24
+ m_CorrespondingSourceObject: {fileID: 0}
25
+ m_PrefabInstance: {fileID: 0}
26
+ m_PrefabAsset: {fileID: 0}
27
+ m_GameObject: {fileID: 5070097638365878683}
28
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
29
+ m_LocalPosition: {x: -2.205, y: 1.771, z: -0.305}
30
+ m_LocalScale: {x: 5.060985, y: 5.0609856, z: 5.0609856}
31
+ m_Children: []
32
+ m_Father: {fileID: 0}
33
+ m_RootOrder: 0
34
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
+ --- !u!198 &7944527142741719434
36
+ ParticleSystem:
37
+ m_ObjectHideFlags: 0
38
+ m_CorrespondingSourceObject: {fileID: 0}
39
+ m_PrefabInstance: {fileID: 0}
40
+ m_PrefabAsset: {fileID: 0}
41
+ m_GameObject: {fileID: 5070097638365878683}
42
+ serializedVersion: 6
43
+ lengthInSec: 5
44
+ simulationSpeed: 1
45
+ stopAction: 0
46
+ cullingMode: 0
47
+ ringBufferMode: 0
48
+ ringBufferLoopRange: {x: 0, y: 1}
49
+ looping: 1
50
+ prewarm: 0
51
+ playOnAwake: 1
52
+ useUnscaledTime: 0
53
+ autoRandomSeed: 1
54
+ useRigidbodyForVelocity: 1
55
+ startDelay:
56
+ serializedVersion: 2
57
+ minMaxState: 0
58
+ scalar: 0
59
+ minScalar: 0
60
+ maxCurve:
61
+ serializedVersion: 2
62
+ m_Curve:
63
+ - serializedVersion: 3
64
+ time: 0
65
+ value: 0
66
+ inSlope: 0
67
+ outSlope: 0
68
+ tangentMode: 0
69
+ weightedMode: 0
70
+ inWeight: 0.33333334
71
+ outWeight: 0.33333334
72
+ - serializedVersion: 3
73
+ time: 1
74
+ value: 0
75
+ inSlope: 0
76
+ outSlope: 0
77
+ tangentMode: 0
78
+ weightedMode: 0
79
+ inWeight: 0.33333334
80
+ outWeight: 0.33333334
81
+ m_PreInfinity: 2
82
+ m_PostInfinity: 2
83
+ m_RotationOrder: 4
84
+ minCurve:
85
+ serializedVersion: 2
86
+ m_Curve:
87
+ - serializedVersion: 3
88
+ time: 0
89
+ value: 0
90
+ inSlope: 0
91
+ outSlope: 0
92
+ tangentMode: 0
93
+ weightedMode: 0
94
+ inWeight: 0.33333334
95
+ outWeight: 0.33333334
96
+ - serializedVersion: 3
97
+ time: 1
98
+ value: 0
99
+ inSlope: 0
100
+ outSlope: 0
101
+ tangentMode: 0
102
+ weightedMode: 0
103
+ inWeight: 0.33333334
104
+ outWeight: 0.33333334
105
+ m_PreInfinity: 2
106
+ m_PostInfinity: 2
107
+ m_RotationOrder: 4
108
+ moveWithTransform: 1
109
+ moveWithCustomTransform: {fileID: 0}
110
+ scalingMode: 1
111
+ randomSeed: 0
112
+ InitialModule:
113
+ serializedVersion: 3
114
+ enabled: 1
115
+ startLifetime:
116
+ serializedVersion: 2
117
+ minMaxState: 3
118
+ scalar: 1
119
+ minScalar: 0.5
120
+ maxCurve:
121
+ serializedVersion: 2
122
+ m_Curve:
123
+ - serializedVersion: 3
124
+ time: 0
125
+ value: 1
126
+ inSlope: 0
127
+ outSlope: 0
128
+ tangentMode: 0
129
+ weightedMode: 0
130
+ inWeight: 0.33333334
131
+ outWeight: 0.33333334
132
+ - serializedVersion: 3
133
+ time: 1
134
+ value: 1
135
+ inSlope: 0
136
+ outSlope: 0
137
+ tangentMode: 0
138
+ weightedMode: 0
139
+ inWeight: 0.33333334
140
+ outWeight: 0.33333334
141
+ m_PreInfinity: 2
142
+ m_PostInfinity: 2
143
+ m_RotationOrder: 4
144
+ minCurve:
145
+ serializedVersion: 2
146
+ m_Curve:
147
+ - serializedVersion: 3
148
+ time: 0
149
+ value: 1
150
+ inSlope: 0
151
+ outSlope: 0
152
+ tangentMode: 0
153
+ weightedMode: 0
154
+ inWeight: 0.33333334
155
+ outWeight: 0.33333334
156
+ - serializedVersion: 3
157
+ time: 1
158
+ value: 1
159
+ inSlope: 0
160
+ outSlope: 0
161
+ tangentMode: 0
162
+ weightedMode: 0
163
+ inWeight: 0.33333334
164
+ outWeight: 0.33333334
165
+ m_PreInfinity: 2
166
+ m_PostInfinity: 2
167
+ m_RotationOrder: 4
168
+ startSpeed:
169
+ serializedVersion: 2
170
+ minMaxState: 0
171
+ scalar: 5
172
+ minScalar: 5
173
+ maxCurve:
174
+ serializedVersion: 2
175
+ m_Curve:
176
+ - serializedVersion: 3
177
+ time: 0
178
+ value: 1
179
+ inSlope: 0
180
+ outSlope: 0
181
+ tangentMode: 0
182
+ weightedMode: 0
183
+ inWeight: 0.33333334
184
+ outWeight: 0.33333334
185
+ - serializedVersion: 3
186
+ time: 1
187
+ value: 1
188
+ inSlope: 0
189
+ outSlope: 0
190
+ tangentMode: 0
191
+ weightedMode: 0
192
+ inWeight: 0.33333334
193
+ outWeight: 0.33333334
194
+ m_PreInfinity: 2
195
+ m_PostInfinity: 2
196
+ m_RotationOrder: 4
197
+ minCurve:
198
+ serializedVersion: 2
199
+ m_Curve:
200
+ - serializedVersion: 3
201
+ time: 0
202
+ value: 1
203
+ inSlope: 0
204
+ outSlope: 0
205
+ tangentMode: 0
206
+ weightedMode: 0
207
+ inWeight: 0.33333334
208
+ outWeight: 0.33333334
209
+ - serializedVersion: 3
210
+ time: 1
211
+ value: 1
212
+ inSlope: 0
213
+ outSlope: 0
214
+ tangentMode: 0
215
+ weightedMode: 0
216
+ inWeight: 0.33333334
217
+ outWeight: 0.33333334
218
+ m_PreInfinity: 2
219
+ m_PostInfinity: 2
220
+ m_RotationOrder: 4
221
+ startColor:
222
+ serializedVersion: 2
223
+ minMaxState: 0
224
+ minColor: {r: 1, g: 1, b: 1, a: 1}
225
+ maxColor: {r: 1, g: 1, b: 1, a: 1}
226
+ maxGradient:
227
+ serializedVersion: 2
228
+ key0: {r: 1, g: 1, b: 1, a: 1}
229
+ key1: {r: 1, g: 1, b: 1, a: 1}
230
+ key2: {r: 0, g: 0, b: 0, a: 0}
231
+ key3: {r: 0, g: 0, b: 0, a: 0}
232
+ key4: {r: 0, g: 0, b: 0, a: 0}
233
+ key5: {r: 0, g: 0, b: 0, a: 0}
234
+ key6: {r: 0, g: 0, b: 0, a: 0}
235
+ key7: {r: 0, g: 0, b: 0, a: 0}
236
+ ctime0: 0
237
+ ctime1: 65535
238
+ ctime2: 0
239
+ ctime3: 0
240
+ ctime4: 0
241
+ ctime5: 0
242
+ ctime6: 0
243
+ ctime7: 0
244
+ atime0: 0
245
+ atime1: 65535
246
+ atime2: 0
247
+ atime3: 0
248
+ atime4: 0
249
+ atime5: 0
250
+ atime6: 0
251
+ atime7: 0
252
+ m_Mode: 0
253
+ m_NumColorKeys: 2
254
+ m_NumAlphaKeys: 2
255
+ minGradient:
256
+ serializedVersion: 2
257
+ key0: {r: 1, g: 1, b: 1, a: 1}
258
+ key1: {r: 1, g: 1, b: 1, a: 1}
259
+ key2: {r: 0, g: 0, b: 0, a: 0}
260
+ key3: {r: 0, g: 0, b: 0, a: 0}
261
+ key4: {r: 0, g: 0, b: 0, a: 0}
262
+ key5: {r: 0, g: 0, b: 0, a: 0}
263
+ key6: {r: 0, g: 0, b: 0, a: 0}
264
+ key7: {r: 0, g: 0, b: 0, a: 0}
265
+ ctime0: 0
266
+ ctime1: 65535
267
+ ctime2: 0
268
+ ctime3: 0
269
+ ctime4: 0
270
+ ctime5: 0
271
+ ctime6: 0
272
+ ctime7: 0
273
+ atime0: 0
274
+ atime1: 65535
275
+ atime2: 0
276
+ atime3: 0
277
+ atime4: 0
278
+ atime5: 0
279
+ atime6: 0
280
+ atime7: 0
281
+ m_Mode: 0
282
+ m_NumColorKeys: 2
283
+ m_NumAlphaKeys: 2
284
+ startSize:
285
+ serializedVersion: 2
286
+ minMaxState: 3
287
+ scalar: 0.5
288
+ minScalar: 0.05
289
+ maxCurve:
290
+ serializedVersion: 2
291
+ m_Curve:
292
+ - serializedVersion: 3
293
+ time: 0
294
+ value: 1
295
+ inSlope: 0
296
+ outSlope: 0
297
+ tangentMode: 0
298
+ weightedMode: 0
299
+ inWeight: 0.33333334
300
+ outWeight: 0.33333334
301
+ - serializedVersion: 3
302
+ time: 1
303
+ value: 1
304
+ inSlope: 0
305
+ outSlope: 0
306
+ tangentMode: 0
307
+ weightedMode: 0
308
+ inWeight: 0.33333334
309
+ outWeight: 0.33333334
310
+ m_PreInfinity: 2
311
+ m_PostInfinity: 2
312
+ m_RotationOrder: 4
313
+ minCurve:
314
+ serializedVersion: 2
315
+ m_Curve:
316
+ - serializedVersion: 3
317
+ time: 0
318
+ value: 1
319
+ inSlope: 0
320
+ outSlope: 0
321
+ tangentMode: 0
322
+ weightedMode: 0
323
+ inWeight: 0.33333334
324
+ outWeight: 0.33333334
325
+ - serializedVersion: 3
326
+ time: 1
327
+ value: 1
328
+ inSlope: 0
329
+ outSlope: 0
330
+ tangentMode: 0
331
+ weightedMode: 0
332
+ inWeight: 0.33333334
333
+ outWeight: 0.33333334
334
+ m_PreInfinity: 2
335
+ m_PostInfinity: 2
336
+ m_RotationOrder: 4
337
+ startSizeY:
338
+ serializedVersion: 2
339
+ minMaxState: 3
340
+ scalar: 1
341
+ minScalar: 1
342
+ maxCurve:
343
+ serializedVersion: 2
344
+ m_Curve:
345
+ - serializedVersion: 3
346
+ time: 0
347
+ value: 1
348
+ inSlope: 0
349
+ outSlope: 0
350
+ tangentMode: 0
351
+ weightedMode: 0
352
+ inWeight: 0.33333334
353
+ outWeight: 0.33333334
354
+ - serializedVersion: 3
355
+ time: 1
356
+ value: 1
357
+ inSlope: 0
358
+ outSlope: 0
359
+ tangentMode: 0
360
+ weightedMode: 0
361
+ inWeight: 0.33333334
362
+ outWeight: 0.33333334
363
+ m_PreInfinity: 2
364
+ m_PostInfinity: 2
365
+ m_RotationOrder: 4
366
+ minCurve:
367
+ serializedVersion: 2
368
+ m_Curve:
369
+ - serializedVersion: 3
370
+ time: 0
371
+ value: 1
372
+ inSlope: 0
373
+ outSlope: 0
374
+ tangentMode: 0
375
+ weightedMode: 0
376
+ inWeight: 0.33333334
377
+ outWeight: 0.33333334
378
+ - serializedVersion: 3
379
+ time: 1
380
+ value: 1
381
+ inSlope: 0
382
+ outSlope: 0
383
+ tangentMode: 0
384
+ weightedMode: 0
385
+ inWeight: 0.33333334
386
+ outWeight: 0.33333334
387
+ m_PreInfinity: 2
388
+ m_PostInfinity: 2
389
+ m_RotationOrder: 4
390
+ startSizeZ:
391
+ serializedVersion: 2
392
+ minMaxState: 3
393
+ scalar: 1
394
+ minScalar: 1
395
+ maxCurve:
396
+ serializedVersion: 2
397
+ m_Curve:
398
+ - serializedVersion: 3
399
+ time: 0
400
+ value: 1
401
+ inSlope: 0
402
+ outSlope: 0
403
+ tangentMode: 0
404
+ weightedMode: 0
405
+ inWeight: 0.33333334
406
+ outWeight: 0.33333334
407
+ - serializedVersion: 3
408
+ time: 1
409
+ value: 1
410
+ inSlope: 0
411
+ outSlope: 0
412
+ tangentMode: 0
413
+ weightedMode: 0
414
+ inWeight: 0.33333334
415
+ outWeight: 0.33333334
416
+ m_PreInfinity: 2
417
+ m_PostInfinity: 2
418
+ m_RotationOrder: 4
419
+ minCurve:
420
+ serializedVersion: 2
421
+ m_Curve:
422
+ - serializedVersion: 3
423
+ time: 0
424
+ value: 1
425
+ inSlope: 0
426
+ outSlope: 0
427
+ tangentMode: 0
428
+ weightedMode: 0
429
+ inWeight: 0.33333334
430
+ outWeight: 0.33333334
431
+ - serializedVersion: 3
432
+ time: 1
433
+ value: 1
434
+ inSlope: 0
435
+ outSlope: 0
436
+ tangentMode: 0
437
+ weightedMode: 0
438
+ inWeight: 0.33333334
439
+ outWeight: 0.33333334
440
+ m_PreInfinity: 2
441
+ m_PostInfinity: 2
442
+ m_RotationOrder: 4
443
+ startRotationX:
444
+ serializedVersion: 2
445
+ minMaxState: 0
446
+ scalar: 0
447
+ minScalar: 0
448
+ maxCurve:
449
+ serializedVersion: 2
450
+ m_Curve:
451
+ - serializedVersion: 3
452
+ time: 0
453
+ value: 0
454
+ inSlope: 0
455
+ outSlope: 0
456
+ tangentMode: 0
457
+ weightedMode: 0
458
+ inWeight: 0.33333334
459
+ outWeight: 0.33333334
460
+ - serializedVersion: 3
461
+ time: 1
462
+ value: 0
463
+ inSlope: 0
464
+ outSlope: 0
465
+ tangentMode: 0
466
+ weightedMode: 0
467
+ inWeight: 0.33333334
468
+ outWeight: 0.33333334
469
+ m_PreInfinity: 2
470
+ m_PostInfinity: 2
471
+ m_RotationOrder: 4
472
+ minCurve:
473
+ serializedVersion: 2
474
+ m_Curve:
475
+ - serializedVersion: 3
476
+ time: 0
477
+ value: 0
478
+ inSlope: 0
479
+ outSlope: 0
480
+ tangentMode: 0
481
+ weightedMode: 0
482
+ inWeight: 0.33333334
483
+ outWeight: 0.33333334
484
+ - serializedVersion: 3
485
+ time: 1
486
+ value: 0
487
+ inSlope: 0
488
+ outSlope: 0
489
+ tangentMode: 0
490
+ weightedMode: 0
491
+ inWeight: 0.33333334
492
+ outWeight: 0.33333334
493
+ m_PreInfinity: 2
494
+ m_PostInfinity: 2
495
+ m_RotationOrder: 4
496
+ startRotationY:
497
+ serializedVersion: 2
498
+ minMaxState: 0
499
+ scalar: 0
500
+ minScalar: 0
501
+ maxCurve:
502
+ serializedVersion: 2
503
+ m_Curve:
504
+ - serializedVersion: 3
505
+ time: 0
506
+ value: 0
507
+ inSlope: 0
508
+ outSlope: 0
509
+ tangentMode: 0
510
+ weightedMode: 0
511
+ inWeight: 0.33333334
512
+ outWeight: 0.33333334
513
+ - serializedVersion: 3
514
+ time: 1
515
+ value: 0
516
+ inSlope: 0
517
+ outSlope: 0
518
+ tangentMode: 0
519
+ weightedMode: 0
520
+ inWeight: 0.33333334
521
+ outWeight: 0.33333334
522
+ m_PreInfinity: 2
523
+ m_PostInfinity: 2
524
+ m_RotationOrder: 4
525
+ minCurve:
526
+ serializedVersion: 2
527
+ m_Curve:
528
+ - serializedVersion: 3
529
+ time: 0
530
+ value: 0
531
+ inSlope: 0
532
+ outSlope: 0
533
+ tangentMode: 0
534
+ weightedMode: 0
535
+ inWeight: 0.33333334
536
+ outWeight: 0.33333334
537
+ - serializedVersion: 3
538
+ time: 1
539
+ value: 0
540
+ inSlope: 0
541
+ outSlope: 0
542
+ tangentMode: 0
543
+ weightedMode: 0
544
+ inWeight: 0.33333334
545
+ outWeight: 0.33333334
546
+ m_PreInfinity: 2
547
+ m_PostInfinity: 2
548
+ m_RotationOrder: 4
549
+ startRotation:
550
+ serializedVersion: 2
551
+ minMaxState: 0
552
+ scalar: 0
553
+ minScalar: 0
554
+ maxCurve:
555
+ serializedVersion: 2
556
+ m_Curve:
557
+ - serializedVersion: 3
558
+ time: 0
559
+ value: 0
560
+ inSlope: 0
561
+ outSlope: 0
562
+ tangentMode: 0
563
+ weightedMode: 0
564
+ inWeight: 0.33333334
565
+ outWeight: 0.33333334
566
+ - serializedVersion: 3
567
+ time: 1
568
+ value: 0
569
+ inSlope: 0
570
+ outSlope: 0
571
+ tangentMode: 0
572
+ weightedMode: 0
573
+ inWeight: 0.33333334
574
+ outWeight: 0.33333334
575
+ m_PreInfinity: 2
576
+ m_PostInfinity: 2
577
+ m_RotationOrder: 4
578
+ minCurve:
579
+ serializedVersion: 2
580
+ m_Curve:
581
+ - serializedVersion: 3
582
+ time: 0
583
+ value: 0
584
+ inSlope: 0
585
+ outSlope: 0
586
+ tangentMode: 0
587
+ weightedMode: 0
588
+ inWeight: 0.33333334
589
+ outWeight: 0.33333334
590
+ - serializedVersion: 3
591
+ time: 1
592
+ value: 0
593
+ inSlope: 0
594
+ outSlope: 0
595
+ tangentMode: 0
596
+ weightedMode: 0
597
+ inWeight: 0.33333334
598
+ outWeight: 0.33333334
599
+ m_PreInfinity: 2
600
+ m_PostInfinity: 2
601
+ m_RotationOrder: 4
602
+ randomizeRotationDirection: 0
603
+ maxNumParticles: 1000
604
+ size3D: 0
605
+ rotation3D: 0
606
+ gravityModifier:
607
+ serializedVersion: 2
608
+ minMaxState: 0
609
+ scalar: -0.76
610
+ minScalar: 0
611
+ maxCurve:
612
+ serializedVersion: 2
613
+ m_Curve:
614
+ - serializedVersion: 3
615
+ time: 0
616
+ value: 0
617
+ inSlope: 0
618
+ outSlope: 0
619
+ tangentMode: 0
620
+ weightedMode: 0
621
+ inWeight: 0.33333334
622
+ outWeight: 0.33333334
623
+ - serializedVersion: 3
624
+ time: 1
625
+ value: 0
626
+ inSlope: 0
627
+ outSlope: 0
628
+ tangentMode: 0
629
+ weightedMode: 0
630
+ inWeight: 0.33333334
631
+ outWeight: 0.33333334
632
+ m_PreInfinity: 2
633
+ m_PostInfinity: 2
634
+ m_RotationOrder: 4
635
+ minCurve:
636
+ serializedVersion: 2
637
+ m_Curve:
638
+ - serializedVersion: 3
639
+ time: 0
640
+ value: 0
641
+ inSlope: 0
642
+ outSlope: 0
643
+ tangentMode: 0
644
+ weightedMode: 0
645
+ inWeight: 0.33333334
646
+ outWeight: 0.33333334
647
+ - serializedVersion: 3
648
+ time: 1
649
+ value: 0
650
+ inSlope: 0
651
+ outSlope: 0
652
+ tangentMode: 0
653
+ weightedMode: 0
654
+ inWeight: 0.33333334
655
+ outWeight: 0.33333334
656
+ m_PreInfinity: 2
657
+ m_PostInfinity: 2
658
+ m_RotationOrder: 4
659
+ ShapeModule:
660
+ serializedVersion: 6
661
+ enabled: 1
662
+ type: 4
663
+ angle: 15.33
664
+ length: 5
665
+ boxThickness: {x: 0, y: 0, z: 0}
666
+ radiusThickness: 1
667
+ donutRadius: 0.2
668
+ m_Position: {x: 0, y: 0, z: 0}
669
+ m_Rotation: {x: 0, y: 0, z: 0}
670
+ m_Scale: {x: 1, y: 1, z: 1}
671
+ placementMode: 0
672
+ m_MeshMaterialIndex: 0
673
+ m_MeshNormalOffset: 0
674
+ m_MeshSpawn:
675
+ mode: 0
676
+ spread: 0
677
+ speed:
678
+ serializedVersion: 2
679
+ minMaxState: 0
680
+ scalar: 1
681
+ minScalar: 1
682
+ maxCurve:
683
+ serializedVersion: 2
684
+ m_Curve:
685
+ - serializedVersion: 3
686
+ time: 0
687
+ value: 1
688
+ inSlope: 0
689
+ outSlope: 0
690
+ tangentMode: 0
691
+ weightedMode: 0
692
+ inWeight: 0.33333334
693
+ outWeight: 0.33333334
694
+ - serializedVersion: 3
695
+ time: 1
696
+ value: 1
697
+ inSlope: 0
698
+ outSlope: 0
699
+ tangentMode: 0
700
+ weightedMode: 0
701
+ inWeight: 0.33333334
702
+ outWeight: 0.33333334
703
+ m_PreInfinity: 2
704
+ m_PostInfinity: 2
705
+ m_RotationOrder: 4
706
+ minCurve:
707
+ serializedVersion: 2
708
+ m_Curve:
709
+ - serializedVersion: 3
710
+ time: 0
711
+ value: 1
712
+ inSlope: 0
713
+ outSlope: 0
714
+ tangentMode: 0
715
+ weightedMode: 0
716
+ inWeight: 0.33333334
717
+ outWeight: 0.33333334
718
+ - serializedVersion: 3
719
+ time: 1
720
+ value: 1
721
+ inSlope: 0
722
+ outSlope: 0
723
+ tangentMode: 0
724
+ weightedMode: 0
725
+ inWeight: 0.33333334
726
+ outWeight: 0.33333334
727
+ m_PreInfinity: 2
728
+ m_PostInfinity: 2
729
+ m_RotationOrder: 4
730
+ m_Mesh: {fileID: 0}
731
+ m_MeshRenderer: {fileID: 0}
732
+ m_SkinnedMeshRenderer: {fileID: 0}
733
+ m_Sprite: {fileID: 0}
734
+ m_SpriteRenderer: {fileID: 0}
735
+ m_UseMeshMaterialIndex: 0
736
+ m_UseMeshColors: 1
737
+ alignToDirection: 0
738
+ m_Texture: {fileID: 0}
739
+ m_TextureClipChannel: 3
740
+ m_TextureClipThreshold: 0
741
+ m_TextureUVChannel: 0
742
+ m_TextureColorAffectsParticles: 1
743
+ m_TextureAlphaAffectsParticles: 1
744
+ m_TextureBilinearFiltering: 0
745
+ randomDirectionAmount: 0
746
+ sphericalDirectionAmount: 0
747
+ randomPositionAmount: 0
748
+ radius:
749
+ value: 0.0001
750
+ mode: 0
751
+ spread: 0
752
+ speed:
753
+ serializedVersion: 2
754
+ minMaxState: 0
755
+ scalar: 1
756
+ minScalar: 1
757
+ maxCurve:
758
+ serializedVersion: 2
759
+ m_Curve:
760
+ - serializedVersion: 3
761
+ time: 0
762
+ value: 1
763
+ inSlope: 0
764
+ outSlope: 0
765
+ tangentMode: 0
766
+ weightedMode: 0
767
+ inWeight: 0.33333334
768
+ outWeight: 0.33333334
769
+ - serializedVersion: 3
770
+ time: 1
771
+ value: 1
772
+ inSlope: 0
773
+ outSlope: 0
774
+ tangentMode: 0
775
+ weightedMode: 0
776
+ inWeight: 0.33333334
777
+ outWeight: 0.33333334
778
+ m_PreInfinity: 2
779
+ m_PostInfinity: 2
780
+ m_RotationOrder: 4
781
+ minCurve:
782
+ serializedVersion: 2
783
+ m_Curve:
784
+ - serializedVersion: 3
785
+ time: 0
786
+ value: 1
787
+ inSlope: 0
788
+ outSlope: 0
789
+ tangentMode: 0
790
+ weightedMode: 0
791
+ inWeight: 0.33333334
792
+ outWeight: 0.33333334
793
+ - serializedVersion: 3
794
+ time: 1
795
+ value: 1
796
+ inSlope: 0
797
+ outSlope: 0
798
+ tangentMode: 0
799
+ weightedMode: 0
800
+ inWeight: 0.33333334
801
+ outWeight: 0.33333334
802
+ m_PreInfinity: 2
803
+ m_PostInfinity: 2
804
+ m_RotationOrder: 4
805
+ arc:
806
+ value: 360
807
+ mode: 0
808
+ spread: 0
809
+ speed:
810
+ serializedVersion: 2
811
+ minMaxState: 0
812
+ scalar: 1
813
+ minScalar: 1
814
+ maxCurve:
815
+ serializedVersion: 2
816
+ m_Curve:
817
+ - serializedVersion: 3
818
+ time: 0
819
+ value: 1
820
+ inSlope: 0
821
+ outSlope: 0
822
+ tangentMode: 0
823
+ weightedMode: 0
824
+ inWeight: 0.33333334
825
+ outWeight: 0.33333334
826
+ - serializedVersion: 3
827
+ time: 1
828
+ value: 1
829
+ inSlope: 0
830
+ outSlope: 0
831
+ tangentMode: 0
832
+ weightedMode: 0
833
+ inWeight: 0.33333334
834
+ outWeight: 0.33333334
835
+ m_PreInfinity: 2
836
+ m_PostInfinity: 2
837
+ m_RotationOrder: 4
838
+ minCurve:
839
+ serializedVersion: 2
840
+ m_Curve:
841
+ - serializedVersion: 3
842
+ time: 0
843
+ value: 1
844
+ inSlope: 0
845
+ outSlope: 0
846
+ tangentMode: 0
847
+ weightedMode: 0
848
+ inWeight: 0.33333334
849
+ outWeight: 0.33333334
850
+ - serializedVersion: 3
851
+ time: 1
852
+ value: 1
853
+ inSlope: 0
854
+ outSlope: 0
855
+ tangentMode: 0
856
+ weightedMode: 0
857
+ inWeight: 0.33333334
858
+ outWeight: 0.33333334
859
+ m_PreInfinity: 2
860
+ m_PostInfinity: 2
861
+ m_RotationOrder: 4
862
+ EmissionModule:
863
+ enabled: 1
864
+ serializedVersion: 4
865
+ rateOverTime:
866
+ serializedVersion: 2
867
+ minMaxState: 0
868
+ scalar: 1
869
+ minScalar: 10
870
+ maxCurve:
871
+ serializedVersion: 2
872
+ m_Curve:
873
+ - serializedVersion: 3
874
+ time: 0
875
+ value: 1
876
+ inSlope: 0
877
+ outSlope: 0
878
+ tangentMode: 0
879
+ weightedMode: 0
880
+ inWeight: 0.33333334
881
+ outWeight: 0.33333334
882
+ - serializedVersion: 3
883
+ time: 1
884
+ value: 1
885
+ inSlope: 0
886
+ outSlope: 0
887
+ tangentMode: 0
888
+ weightedMode: 0
889
+ inWeight: 0.33333334
890
+ outWeight: 0.33333334
891
+ m_PreInfinity: 2
892
+ m_PostInfinity: 2
893
+ m_RotationOrder: 4
894
+ minCurve:
895
+ serializedVersion: 2
896
+ m_Curve:
897
+ - serializedVersion: 3
898
+ time: 0
899
+ value: 1
900
+ inSlope: 0
901
+ outSlope: 0
902
+ tangentMode: 0
903
+ weightedMode: 0
904
+ inWeight: 0.33333334
905
+ outWeight: 0.33333334
906
+ - serializedVersion: 3
907
+ time: 1
908
+ value: 1
909
+ inSlope: 0
910
+ outSlope: 0
911
+ tangentMode: 0
912
+ weightedMode: 0
913
+ inWeight: 0.33333334
914
+ outWeight: 0.33333334
915
+ m_PreInfinity: 2
916
+ m_PostInfinity: 2
917
+ m_RotationOrder: 4
918
+ rateOverDistance:
919
+ serializedVersion: 2
920
+ minMaxState: 0
921
+ scalar: 0
922
+ minScalar: 0
923
+ maxCurve:
924
+ serializedVersion: 2
925
+ m_Curve:
926
+ - serializedVersion: 3
927
+ time: 0
928
+ value: 0
929
+ inSlope: 0
930
+ outSlope: 0
931
+ tangentMode: 0
932
+ weightedMode: 0
933
+ inWeight: 0.33333334
934
+ outWeight: 0.33333334
935
+ - serializedVersion: 3
936
+ time: 1
937
+ value: 0
938
+ inSlope: 0
939
+ outSlope: 0
940
+ tangentMode: 0
941
+ weightedMode: 0
942
+ inWeight: 0.33333334
943
+ outWeight: 0.33333334
944
+ m_PreInfinity: 2
945
+ m_PostInfinity: 2
946
+ m_RotationOrder: 4
947
+ minCurve:
948
+ serializedVersion: 2
949
+ m_Curve:
950
+ - serializedVersion: 3
951
+ time: 0
952
+ value: 0
953
+ inSlope: 0
954
+ outSlope: 0
955
+ tangentMode: 0
956
+ weightedMode: 0
957
+ inWeight: 0.33333334
958
+ outWeight: 0.33333334
959
+ - serializedVersion: 3
960
+ time: 1
961
+ value: 0
962
+ inSlope: 0
963
+ outSlope: 0
964
+ tangentMode: 0
965
+ weightedMode: 0
966
+ inWeight: 0.33333334
967
+ outWeight: 0.33333334
968
+ m_PreInfinity: 2
969
+ m_PostInfinity: 2
970
+ m_RotationOrder: 4
971
+ m_BurstCount: 0
972
+ m_Bursts: []
973
+ SizeModule:
974
+ enabled: 1
975
+ curve:
976
+ serializedVersion: 2
977
+ minMaxState: 1
978
+ scalar: 1
979
+ minScalar: 1
980
+ maxCurve:
981
+ serializedVersion: 2
982
+ m_Curve:
983
+ - serializedVersion: 3
984
+ time: 0.0016009999
985
+ value: 0.40189874
986
+ inSlope: 0
987
+ outSlope: 0
988
+ tangentMode: 0
989
+ weightedMode: 0
990
+ inWeight: 0.33333334
991
+ outWeight: 0.33333334
992
+ - serializedVersion: 3
993
+ time: 0.76278675
994
+ value: 0.4113949
995
+ inSlope: 0
996
+ outSlope: 0
997
+ tangentMode: 0
998
+ weightedMode: 0
999
+ inWeight: 0.33333334
1000
+ outWeight: 0.33333334
1001
+ - serializedVersion: 3
1002
+ time: 0.7900187
1003
+ value: 0.4092911
1004
+ inSlope: -0.016997484
1005
+ outSlope: -0.016997484
1006
+ tangentMode: 1
1007
+ weightedMode: 0
1008
+ inWeight: 0.33333334
1009
+ outWeight: 0.33333334
1010
+ - serializedVersion: 3
1011
+ time: 0.91344726
1012
+ value: 0.8417702
1013
+ inSlope: 0
1014
+ outSlope: 0
1015
+ tangentMode: 0
1016
+ weightedMode: 0
1017
+ inWeight: 0.33333334
1018
+ outWeight: 0.33333334
1019
+ - serializedVersion: 3
1020
+ time: 0.9871826
1021
+ value: 0.0063285828
1022
+ inSlope: 0
1023
+ outSlope: 0
1024
+ tangentMode: 0
1025
+ weightedMode: 0
1026
+ inWeight: 0.33333334
1027
+ outWeight: 0.33333334
1028
+ m_PreInfinity: 2
1029
+ m_PostInfinity: 2
1030
+ m_RotationOrder: 4
1031
+ minCurve:
1032
+ serializedVersion: 2
1033
+ m_Curve:
1034
+ - serializedVersion: 3
1035
+ time: 0
1036
+ value: 1
1037
+ inSlope: 0
1038
+ outSlope: 0
1039
+ tangentMode: 0
1040
+ weightedMode: 0
1041
+ inWeight: 0.33333334
1042
+ outWeight: 0.33333334
1043
+ - serializedVersion: 3
1044
+ time: 1
1045
+ value: 1
1046
+ inSlope: 0
1047
+ outSlope: 0
1048
+ tangentMode: 0
1049
+ weightedMode: 0
1050
+ inWeight: 0.33333334
1051
+ outWeight: 0.33333334
1052
+ m_PreInfinity: 2
1053
+ m_PostInfinity: 2
1054
+ m_RotationOrder: 4
1055
+ y:
1056
+ serializedVersion: 2
1057
+ minMaxState: 1
1058
+ scalar: 1
1059
+ minScalar: 1
1060
+ maxCurve:
1061
+ serializedVersion: 2
1062
+ m_Curve:
1063
+ - serializedVersion: 3
1064
+ time: 0
1065
+ value: 0
1066
+ inSlope: 0
1067
+ outSlope: 1
1068
+ tangentMode: 0
1069
+ weightedMode: 0
1070
+ inWeight: 0.33333334
1071
+ outWeight: 0.33333334
1072
+ - serializedVersion: 3
1073
+ time: 1
1074
+ value: 1
1075
+ inSlope: 1
1076
+ outSlope: 0
1077
+ tangentMode: 0
1078
+ weightedMode: 0
1079
+ inWeight: 0.33333334
1080
+ outWeight: 0.33333334
1081
+ m_PreInfinity: 2
1082
+ m_PostInfinity: 2
1083
+ m_RotationOrder: 4
1084
+ minCurve:
1085
+ serializedVersion: 2
1086
+ m_Curve:
1087
+ - serializedVersion: 3
1088
+ time: 0
1089
+ value: 1
1090
+ inSlope: 0
1091
+ outSlope: 0
1092
+ tangentMode: 0
1093
+ weightedMode: 0
1094
+ inWeight: 0.33333334
1095
+ outWeight: 0.33333334
1096
+ - serializedVersion: 3
1097
+ time: 1
1098
+ value: 1
1099
+ inSlope: 0
1100
+ outSlope: 0
1101
+ tangentMode: 0
1102
+ weightedMode: 0
1103
+ inWeight: 0.33333334
1104
+ outWeight: 0.33333334
1105
+ m_PreInfinity: 2
1106
+ m_PostInfinity: 2
1107
+ m_RotationOrder: 4
1108
+ z:
1109
+ serializedVersion: 2
1110
+ minMaxState: 1
1111
+ scalar: 1
1112
+ minScalar: 1
1113
+ maxCurve:
1114
+ serializedVersion: 2
1115
+ m_Curve:
1116
+ - serializedVersion: 3
1117
+ time: 0
1118
+ value: 0
1119
+ inSlope: 0
1120
+ outSlope: 1
1121
+ tangentMode: 0
1122
+ weightedMode: 0
1123
+ inWeight: 0.33333334
1124
+ outWeight: 0.33333334
1125
+ - serializedVersion: 3
1126
+ time: 1
1127
+ value: 1
1128
+ inSlope: 1
1129
+ outSlope: 0
1130
+ tangentMode: 0
1131
+ weightedMode: 0
1132
+ inWeight: 0.33333334
1133
+ outWeight: 0.33333334
1134
+ m_PreInfinity: 2
1135
+ m_PostInfinity: 2
1136
+ m_RotationOrder: 4
1137
+ minCurve:
1138
+ serializedVersion: 2
1139
+ m_Curve:
1140
+ - serializedVersion: 3
1141
+ time: 0
1142
+ value: 1
1143
+ inSlope: 0
1144
+ outSlope: 0
1145
+ tangentMode: 0
1146
+ weightedMode: 0
1147
+ inWeight: 0.33333334
1148
+ outWeight: 0.33333334
1149
+ - serializedVersion: 3
1150
+ time: 1
1151
+ value: 1
1152
+ inSlope: 0
1153
+ outSlope: 0
1154
+ tangentMode: 0
1155
+ weightedMode: 0
1156
+ inWeight: 0.33333334
1157
+ outWeight: 0.33333334
1158
+ m_PreInfinity: 2
1159
+ m_PostInfinity: 2
1160
+ m_RotationOrder: 4
1161
+ separateAxes: 0
1162
+ RotationModule:
1163
+ enabled: 0
1164
+ x:
1165
+ serializedVersion: 2
1166
+ minMaxState: 0
1167
+ scalar: 0
1168
+ minScalar: 0
1169
+ maxCurve:
1170
+ serializedVersion: 2
1171
+ m_Curve:
1172
+ - serializedVersion: 3
1173
+ time: 0
1174
+ value: 0
1175
+ inSlope: 0
1176
+ outSlope: 0
1177
+ tangentMode: 0
1178
+ weightedMode: 0
1179
+ inWeight: 0.33333334
1180
+ outWeight: 0.33333334
1181
+ - serializedVersion: 3
1182
+ time: 1
1183
+ value: 0
1184
+ inSlope: 0
1185
+ outSlope: 0
1186
+ tangentMode: 0
1187
+ weightedMode: 0
1188
+ inWeight: 0.33333334
1189
+ outWeight: 0.33333334
1190
+ m_PreInfinity: 2
1191
+ m_PostInfinity: 2
1192
+ m_RotationOrder: 4
1193
+ minCurve:
1194
+ serializedVersion: 2
1195
+ m_Curve:
1196
+ - serializedVersion: 3
1197
+ time: 0
1198
+ value: 0
1199
+ inSlope: 0
1200
+ outSlope: 0
1201
+ tangentMode: 0
1202
+ weightedMode: 0
1203
+ inWeight: 0.33333334
1204
+ outWeight: 0.33333334
1205
+ - serializedVersion: 3
1206
+ time: 1
1207
+ value: 0
1208
+ inSlope: 0
1209
+ outSlope: 0
1210
+ tangentMode: 0
1211
+ weightedMode: 0
1212
+ inWeight: 0.33333334
1213
+ outWeight: 0.33333334
1214
+ m_PreInfinity: 2
1215
+ m_PostInfinity: 2
1216
+ m_RotationOrder: 4
1217
+ y:
1218
+ serializedVersion: 2
1219
+ minMaxState: 0
1220
+ scalar: 0
1221
+ minScalar: 0
1222
+ maxCurve:
1223
+ serializedVersion: 2
1224
+ m_Curve:
1225
+ - serializedVersion: 3
1226
+ time: 0
1227
+ value: 0
1228
+ inSlope: 0
1229
+ outSlope: 0
1230
+ tangentMode: 0
1231
+ weightedMode: 0
1232
+ inWeight: 0.33333334
1233
+ outWeight: 0.33333334
1234
+ - serializedVersion: 3
1235
+ time: 1
1236
+ value: 0
1237
+ inSlope: 0
1238
+ outSlope: 0
1239
+ tangentMode: 0
1240
+ weightedMode: 0
1241
+ inWeight: 0.33333334
1242
+ outWeight: 0.33333334
1243
+ m_PreInfinity: 2
1244
+ m_PostInfinity: 2
1245
+ m_RotationOrder: 4
1246
+ minCurve:
1247
+ serializedVersion: 2
1248
+ m_Curve:
1249
+ - serializedVersion: 3
1250
+ time: 0
1251
+ value: 0
1252
+ inSlope: 0
1253
+ outSlope: 0
1254
+ tangentMode: 0
1255
+ weightedMode: 0
1256
+ inWeight: 0.33333334
1257
+ outWeight: 0.33333334
1258
+ - serializedVersion: 3
1259
+ time: 1
1260
+ value: 0
1261
+ inSlope: 0
1262
+ outSlope: 0
1263
+ tangentMode: 0
1264
+ weightedMode: 0
1265
+ inWeight: 0.33333334
1266
+ outWeight: 0.33333334
1267
+ m_PreInfinity: 2
1268
+ m_PostInfinity: 2
1269
+ m_RotationOrder: 4
1270
+ curve:
1271
+ serializedVersion: 2
1272
+ minMaxState: 0
1273
+ scalar: 0.7853982
1274
+ minScalar: 0.7853982
1275
+ maxCurve:
1276
+ serializedVersion: 2
1277
+ m_Curve:
1278
+ - serializedVersion: 3
1279
+ time: 0
1280
+ value: 1
1281
+ inSlope: 0
1282
+ outSlope: 0
1283
+ tangentMode: 0
1284
+ weightedMode: 0
1285
+ inWeight: 0.33333334
1286
+ outWeight: 0.33333334
1287
+ - serializedVersion: 3
1288
+ time: 1
1289
+ value: 1
1290
+ inSlope: 0
1291
+ outSlope: 0
1292
+ tangentMode: 0
1293
+ weightedMode: 0
1294
+ inWeight: 0.33333334
1295
+ outWeight: 0.33333334
1296
+ m_PreInfinity: 2
1297
+ m_PostInfinity: 2
1298
+ m_RotationOrder: 4
1299
+ minCurve:
1300
+ serializedVersion: 2
1301
+ m_Curve:
1302
+ - serializedVersion: 3
1303
+ time: 0
1304
+ value: 1
1305
+ inSlope: 0
1306
+ outSlope: 0
1307
+ tangentMode: 0
1308
+ weightedMode: 0
1309
+ inWeight: 0.33333334
1310
+ outWeight: 0.33333334
1311
+ - serializedVersion: 3
1312
+ time: 1
1313
+ value: 1
1314
+ inSlope: 0
1315
+ outSlope: 0
1316
+ tangentMode: 0
1317
+ weightedMode: 0
1318
+ inWeight: 0.33333334
1319
+ outWeight: 0.33333334
1320
+ m_PreInfinity: 2
1321
+ m_PostInfinity: 2
1322
+ m_RotationOrder: 4
1323
+ separateAxes: 0
1324
+ ColorModule:
1325
+ enabled: 0
1326
+ gradient:
1327
+ serializedVersion: 2
1328
+ minMaxState: 1
1329
+ minColor: {r: 1, g: 1, b: 1, a: 1}
1330
+ maxColor: {r: 1, g: 1, b: 1, a: 1}
1331
+ maxGradient:
1332
+ serializedVersion: 2
1333
+ key0: {r: 1, g: 1, b: 1, a: 1}
1334
+ key1: {r: 1, g: 1, b: 1, a: 1}
1335
+ key2: {r: 0, g: 0, b: 0, a: 0}
1336
+ key3: {r: 0, g: 0, b: 0, a: 0}
1337
+ key4: {r: 0, g: 0, b: 0, a: 0}
1338
+ key5: {r: 0, g: 0, b: 0, a: 0}
1339
+ key6: {r: 0, g: 0, b: 0, a: 0}
1340
+ key7: {r: 0, g: 0, b: 0, a: 0}
1341
+ ctime0: 0
1342
+ ctime1: 65535
1343
+ ctime2: 0
1344
+ ctime3: 0
1345
+ ctime4: 0
1346
+ ctime5: 0
1347
+ ctime6: 0
1348
+ ctime7: 0
1349
+ atime0: 0
1350
+ atime1: 65535
1351
+ atime2: 0
1352
+ atime3: 0
1353
+ atime4: 0
1354
+ atime5: 0
1355
+ atime6: 0
1356
+ atime7: 0
1357
+ m_Mode: 0
1358
+ m_NumColorKeys: 2
1359
+ m_NumAlphaKeys: 2
1360
+ minGradient:
1361
+ serializedVersion: 2
1362
+ key0: {r: 1, g: 1, b: 1, a: 1}
1363
+ key1: {r: 1, g: 1, b: 1, a: 1}
1364
+ key2: {r: 0, g: 0, b: 0, a: 0}
1365
+ key3: {r: 0, g: 0, b: 0, a: 0}
1366
+ key4: {r: 0, g: 0, b: 0, a: 0}
1367
+ key5: {r: 0, g: 0, b: 0, a: 0}
1368
+ key6: {r: 0, g: 0, b: 0, a: 0}
1369
+ key7: {r: 0, g: 0, b: 0, a: 0}
1370
+ ctime0: 0
1371
+ ctime1: 65535
1372
+ ctime2: 0
1373
+ ctime3: 0
1374
+ ctime4: 0
1375
+ ctime5: 0
1376
+ ctime6: 0
1377
+ ctime7: 0
1378
+ atime0: 0
1379
+ atime1: 65535
1380
+ atime2: 0
1381
+ atime3: 0
1382
+ atime4: 0
1383
+ atime5: 0
1384
+ atime6: 0
1385
+ atime7: 0
1386
+ m_Mode: 0
1387
+ m_NumColorKeys: 2
1388
+ m_NumAlphaKeys: 2
1389
+ UVModule:
1390
+ serializedVersion: 2
1391
+ enabled: 0
1392
+ mode: 0
1393
+ timeMode: 0
1394
+ fps: 30
1395
+ frameOverTime:
1396
+ serializedVersion: 2
1397
+ minMaxState: 1
1398
+ scalar: 0.9999
1399
+ minScalar: 0.9999
1400
+ maxCurve:
1401
+ serializedVersion: 2
1402
+ m_Curve:
1403
+ - serializedVersion: 3
1404
+ time: 0
1405
+ value: 0
1406
+ inSlope: 0
1407
+ outSlope: 1
1408
+ tangentMode: 0
1409
+ weightedMode: 0
1410
+ inWeight: 0.33333334
1411
+ outWeight: 0.33333334
1412
+ - serializedVersion: 3
1413
+ time: 1
1414
+ value: 1
1415
+ inSlope: 1
1416
+ outSlope: 0
1417
+ tangentMode: 0
1418
+ weightedMode: 0
1419
+ inWeight: 0.33333334
1420
+ outWeight: 0.33333334
1421
+ m_PreInfinity: 2
1422
+ m_PostInfinity: 2
1423
+ m_RotationOrder: 4
1424
+ minCurve:
1425
+ serializedVersion: 2
1426
+ m_Curve:
1427
+ - serializedVersion: 3
1428
+ time: 0
1429
+ value: 1
1430
+ inSlope: 0
1431
+ outSlope: 0
1432
+ tangentMode: 0
1433
+ weightedMode: 0
1434
+ inWeight: 0.33333334
1435
+ outWeight: 0.33333334
1436
+ - serializedVersion: 3
1437
+ time: 1
1438
+ value: 1
1439
+ inSlope: 0
1440
+ outSlope: 0
1441
+ tangentMode: 0
1442
+ weightedMode: 0
1443
+ inWeight: 0.33333334
1444
+ outWeight: 0.33333334
1445
+ m_PreInfinity: 2
1446
+ m_PostInfinity: 2
1447
+ m_RotationOrder: 4
1448
+ startFrame:
1449
+ serializedVersion: 2
1450
+ minMaxState: 0
1451
+ scalar: 0
1452
+ minScalar: 0
1453
+ maxCurve:
1454
+ serializedVersion: 2
1455
+ m_Curve:
1456
+ - serializedVersion: 3
1457
+ time: 0
1458
+ value: 0
1459
+ inSlope: 0
1460
+ outSlope: 0
1461
+ tangentMode: 0
1462
+ weightedMode: 0
1463
+ inWeight: 0.33333334
1464
+ outWeight: 0.33333334
1465
+ - serializedVersion: 3
1466
+ time: 1
1467
+ value: 0
1468
+ inSlope: 0
1469
+ outSlope: 0
1470
+ tangentMode: 0
1471
+ weightedMode: 0
1472
+ inWeight: 0.33333334
1473
+ outWeight: 0.33333334
1474
+ m_PreInfinity: 2
1475
+ m_PostInfinity: 2
1476
+ m_RotationOrder: 4
1477
+ minCurve:
1478
+ serializedVersion: 2
1479
+ m_Curve:
1480
+ - serializedVersion: 3
1481
+ time: 0
1482
+ value: 0
1483
+ inSlope: 0
1484
+ outSlope: 0
1485
+ tangentMode: 0
1486
+ weightedMode: 0
1487
+ inWeight: 0.33333334
1488
+ outWeight: 0.33333334
1489
+ - serializedVersion: 3
1490
+ time: 1
1491
+ value: 0
1492
+ inSlope: 0
1493
+ outSlope: 0
1494
+ tangentMode: 0
1495
+ weightedMode: 0
1496
+ inWeight: 0.33333334
1497
+ outWeight: 0.33333334
1498
+ m_PreInfinity: 2
1499
+ m_PostInfinity: 2
1500
+ m_RotationOrder: 4
1501
+ speedRange: {x: 0, y: 1}
1502
+ tilesX: 1
1503
+ tilesY: 1
1504
+ animationType: 0
1505
+ rowIndex: 0
1506
+ cycles: 1
1507
+ uvChannelMask: -1
1508
+ rowMode: 1
1509
+ sprites:
1510
+ - sprite: {fileID: 0}
1511
+ flipU: 0
1512
+ flipV: 0
1513
+ VelocityModule:
1514
+ enabled: 0
1515
+ x:
1516
+ serializedVersion: 2
1517
+ minMaxState: 0
1518
+ scalar: 0
1519
+ minScalar: 0
1520
+ maxCurve:
1521
+ serializedVersion: 2
1522
+ m_Curve:
1523
+ - serializedVersion: 3
1524
+ time: 0
1525
+ value: 0
1526
+ inSlope: 0
1527
+ outSlope: 0
1528
+ tangentMode: 0
1529
+ weightedMode: 0
1530
+ inWeight: 0.33333334
1531
+ outWeight: 0.33333334
1532
+ - serializedVersion: 3
1533
+ time: 1
1534
+ value: 0
1535
+ inSlope: 0
1536
+ outSlope: 0
1537
+ tangentMode: 0
1538
+ weightedMode: 0
1539
+ inWeight: 0.33333334
1540
+ outWeight: 0.33333334
1541
+ m_PreInfinity: 2
1542
+ m_PostInfinity: 2
1543
+ m_RotationOrder: 4
1544
+ minCurve:
1545
+ serializedVersion: 2
1546
+ m_Curve:
1547
+ - serializedVersion: 3
1548
+ time: 0
1549
+ value: 0
1550
+ inSlope: 0
1551
+ outSlope: 0
1552
+ tangentMode: 0
1553
+ weightedMode: 0
1554
+ inWeight: 0.33333334
1555
+ outWeight: 0.33333334
1556
+ - serializedVersion: 3
1557
+ time: 1
1558
+ value: 0
1559
+ inSlope: 0
1560
+ outSlope: 0
1561
+ tangentMode: 0
1562
+ weightedMode: 0
1563
+ inWeight: 0.33333334
1564
+ outWeight: 0.33333334
1565
+ m_PreInfinity: 2
1566
+ m_PostInfinity: 2
1567
+ m_RotationOrder: 4
1568
+ y:
1569
+ serializedVersion: 2
1570
+ minMaxState: 0
1571
+ scalar: 0
1572
+ minScalar: 0
1573
+ maxCurve:
1574
+ serializedVersion: 2
1575
+ m_Curve:
1576
+ - serializedVersion: 3
1577
+ time: 0
1578
+ value: 0
1579
+ inSlope: 0
1580
+ outSlope: 0
1581
+ tangentMode: 0
1582
+ weightedMode: 0
1583
+ inWeight: 0.33333334
1584
+ outWeight: 0.33333334
1585
+ - serializedVersion: 3
1586
+ time: 1
1587
+ value: 0
1588
+ inSlope: 0
1589
+ outSlope: 0
1590
+ tangentMode: 0
1591
+ weightedMode: 0
1592
+ inWeight: 0.33333334
1593
+ outWeight: 0.33333334
1594
+ m_PreInfinity: 2
1595
+ m_PostInfinity: 2
1596
+ m_RotationOrder: 4
1597
+ minCurve:
1598
+ serializedVersion: 2
1599
+ m_Curve:
1600
+ - serializedVersion: 3
1601
+ time: 0
1602
+ value: 0
1603
+ inSlope: 0
1604
+ outSlope: 0
1605
+ tangentMode: 0
1606
+ weightedMode: 0
1607
+ inWeight: 0.33333334
1608
+ outWeight: 0.33333334
1609
+ - serializedVersion: 3
1610
+ time: 1
1611
+ value: 0
1612
+ inSlope: 0
1613
+ outSlope: 0
1614
+ tangentMode: 0
1615
+ weightedMode: 0
1616
+ inWeight: 0.33333334
1617
+ outWeight: 0.33333334
1618
+ m_PreInfinity: 2
1619
+ m_PostInfinity: 2
1620
+ m_RotationOrder: 4
1621
+ z:
1622
+ serializedVersion: 2
1623
+ minMaxState: 0
1624
+ scalar: 0
1625
+ minScalar: 0
1626
+ maxCurve:
1627
+ serializedVersion: 2
1628
+ m_Curve:
1629
+ - serializedVersion: 3
1630
+ time: 0
1631
+ value: 0
1632
+ inSlope: 0
1633
+ outSlope: 0
1634
+ tangentMode: 0
1635
+ weightedMode: 0
1636
+ inWeight: 0.33333334
1637
+ outWeight: 0.33333334
1638
+ - serializedVersion: 3
1639
+ time: 1
1640
+ value: 0
1641
+ inSlope: 0
1642
+ outSlope: 0
1643
+ tangentMode: 0
1644
+ weightedMode: 0
1645
+ inWeight: 0.33333334
1646
+ outWeight: 0.33333334
1647
+ m_PreInfinity: 2
1648
+ m_PostInfinity: 2
1649
+ m_RotationOrder: 4
1650
+ minCurve:
1651
+ serializedVersion: 2
1652
+ m_Curve:
1653
+ - serializedVersion: 3
1654
+ time: 0
1655
+ value: 0
1656
+ inSlope: 0
1657
+ outSlope: 0
1658
+ tangentMode: 0
1659
+ weightedMode: 0
1660
+ inWeight: 0.33333334
1661
+ outWeight: 0.33333334
1662
+ - serializedVersion: 3
1663
+ time: 1
1664
+ value: 0
1665
+ inSlope: 0
1666
+ outSlope: 0
1667
+ tangentMode: 0
1668
+ weightedMode: 0
1669
+ inWeight: 0.33333334
1670
+ outWeight: 0.33333334
1671
+ m_PreInfinity: 2
1672
+ m_PostInfinity: 2
1673
+ m_RotationOrder: 4
1674
+ orbitalX:
1675
+ serializedVersion: 2
1676
+ minMaxState: 0
1677
+ scalar: 0
1678
+ minScalar: 0
1679
+ maxCurve:
1680
+ serializedVersion: 2
1681
+ m_Curve:
1682
+ - serializedVersion: 3
1683
+ time: 0
1684
+ value: 0
1685
+ inSlope: 0
1686
+ outSlope: 0
1687
+ tangentMode: 0
1688
+ weightedMode: 0
1689
+ inWeight: 0.33333334
1690
+ outWeight: 0.33333334
1691
+ - serializedVersion: 3
1692
+ time: 1
1693
+ value: 0
1694
+ inSlope: 0
1695
+ outSlope: 0
1696
+ tangentMode: 0
1697
+ weightedMode: 0
1698
+ inWeight: 0.33333334
1699
+ outWeight: 0.33333334
1700
+ m_PreInfinity: 2
1701
+ m_PostInfinity: 2
1702
+ m_RotationOrder: 4
1703
+ minCurve:
1704
+ serializedVersion: 2
1705
+ m_Curve:
1706
+ - serializedVersion: 3
1707
+ time: 0
1708
+ value: 0
1709
+ inSlope: 0
1710
+ outSlope: 0
1711
+ tangentMode: 0
1712
+ weightedMode: 0
1713
+ inWeight: 0.33333334
1714
+ outWeight: 0.33333334
1715
+ - serializedVersion: 3
1716
+ time: 1
1717
+ value: 0
1718
+ inSlope: 0
1719
+ outSlope: 0
1720
+ tangentMode: 0
1721
+ weightedMode: 0
1722
+ inWeight: 0.33333334
1723
+ outWeight: 0.33333334
1724
+ m_PreInfinity: 2
1725
+ m_PostInfinity: 2
1726
+ m_RotationOrder: 4
1727
+ orbitalY:
1728
+ serializedVersion: 2
1729
+ minMaxState: 0
1730
+ scalar: 0
1731
+ minScalar: 0
1732
+ maxCurve:
1733
+ serializedVersion: 2
1734
+ m_Curve:
1735
+ - serializedVersion: 3
1736
+ time: 0
1737
+ value: 0
1738
+ inSlope: 0
1739
+ outSlope: 0
1740
+ tangentMode: 0
1741
+ weightedMode: 0
1742
+ inWeight: 0.33333334
1743
+ outWeight: 0.33333334
1744
+ - serializedVersion: 3
1745
+ time: 1
1746
+ value: 0
1747
+ inSlope: 0
1748
+ outSlope: 0
1749
+ tangentMode: 0
1750
+ weightedMode: 0
1751
+ inWeight: 0.33333334
1752
+ outWeight: 0.33333334
1753
+ m_PreInfinity: 2
1754
+ m_PostInfinity: 2
1755
+ m_RotationOrder: 4
1756
+ minCurve:
1757
+ serializedVersion: 2
1758
+ m_Curve:
1759
+ - serializedVersion: 3
1760
+ time: 0
1761
+ value: 0
1762
+ inSlope: 0
1763
+ outSlope: 0
1764
+ tangentMode: 0
1765
+ weightedMode: 0
1766
+ inWeight: 0.33333334
1767
+ outWeight: 0.33333334
1768
+ - serializedVersion: 3
1769
+ time: 1
1770
+ value: 0
1771
+ inSlope: 0
1772
+ outSlope: 0
1773
+ tangentMode: 0
1774
+ weightedMode: 0
1775
+ inWeight: 0.33333334
1776
+ outWeight: 0.33333334
1777
+ m_PreInfinity: 2
1778
+ m_PostInfinity: 2
1779
+ m_RotationOrder: 4
1780
+ orbitalZ:
1781
+ serializedVersion: 2
1782
+ minMaxState: 0
1783
+ scalar: 0
1784
+ minScalar: 0
1785
+ maxCurve:
1786
+ serializedVersion: 2
1787
+ m_Curve:
1788
+ - serializedVersion: 3
1789
+ time: 0
1790
+ value: 0
1791
+ inSlope: 0
1792
+ outSlope: 0
1793
+ tangentMode: 0
1794
+ weightedMode: 0
1795
+ inWeight: 0.33333334
1796
+ outWeight: 0.33333334
1797
+ - serializedVersion: 3
1798
+ time: 1
1799
+ value: 0
1800
+ inSlope: 0
1801
+ outSlope: 0
1802
+ tangentMode: 0
1803
+ weightedMode: 0
1804
+ inWeight: 0.33333334
1805
+ outWeight: 0.33333334
1806
+ m_PreInfinity: 2
1807
+ m_PostInfinity: 2
1808
+ m_RotationOrder: 4
1809
+ minCurve:
1810
+ serializedVersion: 2
1811
+ m_Curve:
1812
+ - serializedVersion: 3
1813
+ time: 0
1814
+ value: 0
1815
+ inSlope: 0
1816
+ outSlope: 0
1817
+ tangentMode: 0
1818
+ weightedMode: 0
1819
+ inWeight: 0.33333334
1820
+ outWeight: 0.33333334
1821
+ - serializedVersion: 3
1822
+ time: 1
1823
+ value: 0
1824
+ inSlope: 0
1825
+ outSlope: 0
1826
+ tangentMode: 0
1827
+ weightedMode: 0
1828
+ inWeight: 0.33333334
1829
+ outWeight: 0.33333334
1830
+ m_PreInfinity: 2
1831
+ m_PostInfinity: 2
1832
+ m_RotationOrder: 4
1833
+ orbitalOffsetX:
1834
+ serializedVersion: 2
1835
+ minMaxState: 0
1836
+ scalar: 0
1837
+ minScalar: 0
1838
+ maxCurve:
1839
+ serializedVersion: 2
1840
+ m_Curve:
1841
+ - serializedVersion: 3
1842
+ time: 0
1843
+ value: 0
1844
+ inSlope: 0
1845
+ outSlope: 0
1846
+ tangentMode: 0
1847
+ weightedMode: 0
1848
+ inWeight: 0.33333334
1849
+ outWeight: 0.33333334
1850
+ - serializedVersion: 3
1851
+ time: 1
1852
+ value: 0
1853
+ inSlope: 0
1854
+ outSlope: 0
1855
+ tangentMode: 0
1856
+ weightedMode: 0
1857
+ inWeight: 0.33333334
1858
+ outWeight: 0.33333334
1859
+ m_PreInfinity: 2
1860
+ m_PostInfinity: 2
1861
+ m_RotationOrder: 4
1862
+ minCurve:
1863
+ serializedVersion: 2
1864
+ m_Curve:
1865
+ - serializedVersion: 3
1866
+ time: 0
1867
+ value: 0
1868
+ inSlope: 0
1869
+ outSlope: 0
1870
+ tangentMode: 0
1871
+ weightedMode: 0
1872
+ inWeight: 0.33333334
1873
+ outWeight: 0.33333334
1874
+ - serializedVersion: 3
1875
+ time: 1
1876
+ value: 0
1877
+ inSlope: 0
1878
+ outSlope: 0
1879
+ tangentMode: 0
1880
+ weightedMode: 0
1881
+ inWeight: 0.33333334
1882
+ outWeight: 0.33333334
1883
+ m_PreInfinity: 2
1884
+ m_PostInfinity: 2
1885
+ m_RotationOrder: 4
1886
+ orbitalOffsetY:
1887
+ serializedVersion: 2
1888
+ minMaxState: 0
1889
+ scalar: 0
1890
+ minScalar: 0
1891
+ maxCurve:
1892
+ serializedVersion: 2
1893
+ m_Curve:
1894
+ - serializedVersion: 3
1895
+ time: 0
1896
+ value: 0
1897
+ inSlope: 0
1898
+ outSlope: 0
1899
+ tangentMode: 0
1900
+ weightedMode: 0
1901
+ inWeight: 0.33333334
1902
+ outWeight: 0.33333334
1903
+ - serializedVersion: 3
1904
+ time: 1
1905
+ value: 0
1906
+ inSlope: 0
1907
+ outSlope: 0
1908
+ tangentMode: 0
1909
+ weightedMode: 0
1910
+ inWeight: 0.33333334
1911
+ outWeight: 0.33333334
1912
+ m_PreInfinity: 2
1913
+ m_PostInfinity: 2
1914
+ m_RotationOrder: 4
1915
+ minCurve:
1916
+ serializedVersion: 2
1917
+ m_Curve:
1918
+ - serializedVersion: 3
1919
+ time: 0
1920
+ value: 0
1921
+ inSlope: 0
1922
+ outSlope: 0
1923
+ tangentMode: 0
1924
+ weightedMode: 0
1925
+ inWeight: 0.33333334
1926
+ outWeight: 0.33333334
1927
+ - serializedVersion: 3
1928
+ time: 1
1929
+ value: 0
1930
+ inSlope: 0
1931
+ outSlope: 0
1932
+ tangentMode: 0
1933
+ weightedMode: 0
1934
+ inWeight: 0.33333334
1935
+ outWeight: 0.33333334
1936
+ m_PreInfinity: 2
1937
+ m_PostInfinity: 2
1938
+ m_RotationOrder: 4
1939
+ orbitalOffsetZ:
1940
+ serializedVersion: 2
1941
+ minMaxState: 0
1942
+ scalar: 0
1943
+ minScalar: 0
1944
+ maxCurve:
1945
+ serializedVersion: 2
1946
+ m_Curve:
1947
+ - serializedVersion: 3
1948
+ time: 0
1949
+ value: 0
1950
+ inSlope: 0
1951
+ outSlope: 0
1952
+ tangentMode: 0
1953
+ weightedMode: 0
1954
+ inWeight: 0.33333334
1955
+ outWeight: 0.33333334
1956
+ - serializedVersion: 3
1957
+ time: 1
1958
+ value: 0
1959
+ inSlope: 0
1960
+ outSlope: 0
1961
+ tangentMode: 0
1962
+ weightedMode: 0
1963
+ inWeight: 0.33333334
1964
+ outWeight: 0.33333334
1965
+ m_PreInfinity: 2
1966
+ m_PostInfinity: 2
1967
+ m_RotationOrder: 4
1968
+ minCurve:
1969
+ serializedVersion: 2
1970
+ m_Curve:
1971
+ - serializedVersion: 3
1972
+ time: 0
1973
+ value: 0
1974
+ inSlope: 0
1975
+ outSlope: 0
1976
+ tangentMode: 0
1977
+ weightedMode: 0
1978
+ inWeight: 0.33333334
1979
+ outWeight: 0.33333334
1980
+ - serializedVersion: 3
1981
+ time: 1
1982
+ value: 0
1983
+ inSlope: 0
1984
+ outSlope: 0
1985
+ tangentMode: 0
1986
+ weightedMode: 0
1987
+ inWeight: 0.33333334
1988
+ outWeight: 0.33333334
1989
+ m_PreInfinity: 2
1990
+ m_PostInfinity: 2
1991
+ m_RotationOrder: 4
1992
+ radial:
1993
+ serializedVersion: 2
1994
+ minMaxState: 0
1995
+ scalar: 0
1996
+ minScalar: 0
1997
+ maxCurve:
1998
+ serializedVersion: 2
1999
+ m_Curve:
2000
+ - serializedVersion: 3
2001
+ time: 0
2002
+ value: 0
2003
+ inSlope: 0
2004
+ outSlope: 0
2005
+ tangentMode: 0
2006
+ weightedMode: 0
2007
+ inWeight: 0.33333334
2008
+ outWeight: 0.33333334
2009
+ - serializedVersion: 3
2010
+ time: 1
2011
+ value: 0
2012
+ inSlope: 0
2013
+ outSlope: 0
2014
+ tangentMode: 0
2015
+ weightedMode: 0
2016
+ inWeight: 0.33333334
2017
+ outWeight: 0.33333334
2018
+ m_PreInfinity: 2
2019
+ m_PostInfinity: 2
2020
+ m_RotationOrder: 4
2021
+ minCurve:
2022
+ serializedVersion: 2
2023
+ m_Curve:
2024
+ - serializedVersion: 3
2025
+ time: 0
2026
+ value: 0
2027
+ inSlope: 0
2028
+ outSlope: 0
2029
+ tangentMode: 0
2030
+ weightedMode: 0
2031
+ inWeight: 0.33333334
2032
+ outWeight: 0.33333334
2033
+ - serializedVersion: 3
2034
+ time: 1
2035
+ value: 0
2036
+ inSlope: 0
2037
+ outSlope: 0
2038
+ tangentMode: 0
2039
+ weightedMode: 0
2040
+ inWeight: 0.33333334
2041
+ outWeight: 0.33333334
2042
+ m_PreInfinity: 2
2043
+ m_PostInfinity: 2
2044
+ m_RotationOrder: 4
2045
+ speedModifier:
2046
+ serializedVersion: 2
2047
+ minMaxState: 0
2048
+ scalar: 1
2049
+ minScalar: 1
2050
+ maxCurve:
2051
+ serializedVersion: 2
2052
+ m_Curve:
2053
+ - serializedVersion: 3
2054
+ time: 0
2055
+ value: 1
2056
+ inSlope: 0
2057
+ outSlope: 0
2058
+ tangentMode: 0
2059
+ weightedMode: 0
2060
+ inWeight: 0.33333334
2061
+ outWeight: 0.33333334
2062
+ - serializedVersion: 3
2063
+ time: 1
2064
+ value: 1
2065
+ inSlope: 0
2066
+ outSlope: 0
2067
+ tangentMode: 0
2068
+ weightedMode: 0
2069
+ inWeight: 0.33333334
2070
+ outWeight: 0.33333334
2071
+ m_PreInfinity: 2
2072
+ m_PostInfinity: 2
2073
+ m_RotationOrder: 4
2074
+ minCurve:
2075
+ serializedVersion: 2
2076
+ m_Curve:
2077
+ - serializedVersion: 3
2078
+ time: 0
2079
+ value: 1
2080
+ inSlope: 0
2081
+ outSlope: 0
2082
+ tangentMode: 0
2083
+ weightedMode: 0
2084
+ inWeight: 0.33333334
2085
+ outWeight: 0.33333334
2086
+ - serializedVersion: 3
2087
+ time: 1
2088
+ value: 1
2089
+ inSlope: 0
2090
+ outSlope: 0
2091
+ tangentMode: 0
2092
+ weightedMode: 0
2093
+ inWeight: 0.33333334
2094
+ outWeight: 0.33333334
2095
+ m_PreInfinity: 2
2096
+ m_PostInfinity: 2
2097
+ m_RotationOrder: 4
2098
+ inWorldSpace: 0
2099
+ InheritVelocityModule:
2100
+ enabled: 0
2101
+ m_Mode: 0
2102
+ m_Curve:
2103
+ serializedVersion: 2
2104
+ minMaxState: 0
2105
+ scalar: 0
2106
+ minScalar: 0
2107
+ maxCurve:
2108
+ serializedVersion: 2
2109
+ m_Curve:
2110
+ - serializedVersion: 3
2111
+ time: 0
2112
+ value: 0
2113
+ inSlope: 0
2114
+ outSlope: 0
2115
+ tangentMode: 0
2116
+ weightedMode: 0
2117
+ inWeight: 0.33333334
2118
+ outWeight: 0.33333334
2119
+ - serializedVersion: 3
2120
+ time: 1
2121
+ value: 0
2122
+ inSlope: 0
2123
+ outSlope: 0
2124
+ tangentMode: 0
2125
+ weightedMode: 0
2126
+ inWeight: 0.33333334
2127
+ outWeight: 0.33333334
2128
+ m_PreInfinity: 2
2129
+ m_PostInfinity: 2
2130
+ m_RotationOrder: 4
2131
+ minCurve:
2132
+ serializedVersion: 2
2133
+ m_Curve:
2134
+ - serializedVersion: 3
2135
+ time: 0
2136
+ value: 0
2137
+ inSlope: 0
2138
+ outSlope: 0
2139
+ tangentMode: 0
2140
+ weightedMode: 0
2141
+ inWeight: 0.33333334
2142
+ outWeight: 0.33333334
2143
+ - serializedVersion: 3
2144
+ time: 1
2145
+ value: 0
2146
+ inSlope: 0
2147
+ outSlope: 0
2148
+ tangentMode: 0
2149
+ weightedMode: 0
2150
+ inWeight: 0.33333334
2151
+ outWeight: 0.33333334
2152
+ m_PreInfinity: 2
2153
+ m_PostInfinity: 2
2154
+ m_RotationOrder: 4
2155
+ ForceModule:
2156
+ enabled: 0
2157
+ x:
2158
+ serializedVersion: 2
2159
+ minMaxState: 0
2160
+ scalar: 0
2161
+ minScalar: 0
2162
+ maxCurve:
2163
+ serializedVersion: 2
2164
+ m_Curve:
2165
+ - serializedVersion: 3
2166
+ time: 0
2167
+ value: 0
2168
+ inSlope: 0
2169
+ outSlope: 0
2170
+ tangentMode: 0
2171
+ weightedMode: 0
2172
+ inWeight: 0.33333334
2173
+ outWeight: 0.33333334
2174
+ - serializedVersion: 3
2175
+ time: 1
2176
+ value: 0
2177
+ inSlope: 0
2178
+ outSlope: 0
2179
+ tangentMode: 0
2180
+ weightedMode: 0
2181
+ inWeight: 0.33333334
2182
+ outWeight: 0.33333334
2183
+ m_PreInfinity: 2
2184
+ m_PostInfinity: 2
2185
+ m_RotationOrder: 4
2186
+ minCurve:
2187
+ serializedVersion: 2
2188
+ m_Curve:
2189
+ - serializedVersion: 3
2190
+ time: 0
2191
+ value: 0
2192
+ inSlope: 0
2193
+ outSlope: 0
2194
+ tangentMode: 0
2195
+ weightedMode: 0
2196
+ inWeight: 0.33333334
2197
+ outWeight: 0.33333334
2198
+ - serializedVersion: 3
2199
+ time: 1
2200
+ value: 0
2201
+ inSlope: 0
2202
+ outSlope: 0
2203
+ tangentMode: 0
2204
+ weightedMode: 0
2205
+ inWeight: 0.33333334
2206
+ outWeight: 0.33333334
2207
+ m_PreInfinity: 2
2208
+ m_PostInfinity: 2
2209
+ m_RotationOrder: 4
2210
+ y:
2211
+ serializedVersion: 2
2212
+ minMaxState: 0
2213
+ scalar: 0
2214
+ minScalar: 0
2215
+ maxCurve:
2216
+ serializedVersion: 2
2217
+ m_Curve:
2218
+ - serializedVersion: 3
2219
+ time: 0
2220
+ value: 0
2221
+ inSlope: 0
2222
+ outSlope: 0
2223
+ tangentMode: 0
2224
+ weightedMode: 0
2225
+ inWeight: 0.33333334
2226
+ outWeight: 0.33333334
2227
+ - serializedVersion: 3
2228
+ time: 1
2229
+ value: 0
2230
+ inSlope: 0
2231
+ outSlope: 0
2232
+ tangentMode: 0
2233
+ weightedMode: 0
2234
+ inWeight: 0.33333334
2235
+ outWeight: 0.33333334
2236
+ m_PreInfinity: 2
2237
+ m_PostInfinity: 2
2238
+ m_RotationOrder: 4
2239
+ minCurve:
2240
+ serializedVersion: 2
2241
+ m_Curve:
2242
+ - serializedVersion: 3
2243
+ time: 0
2244
+ value: 0
2245
+ inSlope: 0
2246
+ outSlope: 0
2247
+ tangentMode: 0
2248
+ weightedMode: 0
2249
+ inWeight: 0.33333334
2250
+ outWeight: 0.33333334
2251
+ - serializedVersion: 3
2252
+ time: 1
2253
+ value: 0
2254
+ inSlope: 0
2255
+ outSlope: 0
2256
+ tangentMode: 0
2257
+ weightedMode: 0
2258
+ inWeight: 0.33333334
2259
+ outWeight: 0.33333334
2260
+ m_PreInfinity: 2
2261
+ m_PostInfinity: 2
2262
+ m_RotationOrder: 4
2263
+ z:
2264
+ serializedVersion: 2
2265
+ minMaxState: 0
2266
+ scalar: 0
2267
+ minScalar: 0
2268
+ maxCurve:
2269
+ serializedVersion: 2
2270
+ m_Curve:
2271
+ - serializedVersion: 3
2272
+ time: 0
2273
+ value: 0
2274
+ inSlope: 0
2275
+ outSlope: 0
2276
+ tangentMode: 0
2277
+ weightedMode: 0
2278
+ inWeight: 0.33333334
2279
+ outWeight: 0.33333334
2280
+ - serializedVersion: 3
2281
+ time: 1
2282
+ value: 0
2283
+ inSlope: 0
2284
+ outSlope: 0
2285
+ tangentMode: 0
2286
+ weightedMode: 0
2287
+ inWeight: 0.33333334
2288
+ outWeight: 0.33333334
2289
+ m_PreInfinity: 2
2290
+ m_PostInfinity: 2
2291
+ m_RotationOrder: 4
2292
+ minCurve:
2293
+ serializedVersion: 2
2294
+ m_Curve:
2295
+ - serializedVersion: 3
2296
+ time: 0
2297
+ value: 0
2298
+ inSlope: 0
2299
+ outSlope: 0
2300
+ tangentMode: 0
2301
+ weightedMode: 0
2302
+ inWeight: 0.33333334
2303
+ outWeight: 0.33333334
2304
+ - serializedVersion: 3
2305
+ time: 1
2306
+ value: 0
2307
+ inSlope: 0
2308
+ outSlope: 0
2309
+ tangentMode: 0
2310
+ weightedMode: 0
2311
+ inWeight: 0.33333334
2312
+ outWeight: 0.33333334
2313
+ m_PreInfinity: 2
2314
+ m_PostInfinity: 2
2315
+ m_RotationOrder: 4
2316
+ inWorldSpace: 0
2317
+ randomizePerFrame: 0
2318
+ ExternalForcesModule:
2319
+ serializedVersion: 2
2320
+ enabled: 0
2321
+ multiplierCurve:
2322
+ serializedVersion: 2
2323
+ minMaxState: 0
2324
+ scalar: 1
2325
+ minScalar: 1
2326
+ maxCurve:
2327
+ serializedVersion: 2
2328
+ m_Curve:
2329
+ - serializedVersion: 3
2330
+ time: 0
2331
+ value: 1
2332
+ inSlope: 0
2333
+ outSlope: 0
2334
+ tangentMode: 0
2335
+ weightedMode: 0
2336
+ inWeight: 0.33333334
2337
+ outWeight: 0.33333334
2338
+ - serializedVersion: 3
2339
+ time: 1
2340
+ value: 1
2341
+ inSlope: 0
2342
+ outSlope: 0
2343
+ tangentMode: 0
2344
+ weightedMode: 0
2345
+ inWeight: 0.33333334
2346
+ outWeight: 0.33333334
2347
+ m_PreInfinity: 2
2348
+ m_PostInfinity: 2
2349
+ m_RotationOrder: 4
2350
+ minCurve:
2351
+ serializedVersion: 2
2352
+ m_Curve:
2353
+ - serializedVersion: 3
2354
+ time: 0
2355
+ value: 1
2356
+ inSlope: 0
2357
+ outSlope: 0
2358
+ tangentMode: 0
2359
+ weightedMode: 0
2360
+ inWeight: 0.33333334
2361
+ outWeight: 0.33333334
2362
+ - serializedVersion: 3
2363
+ time: 1
2364
+ value: 1
2365
+ inSlope: 0
2366
+ outSlope: 0
2367
+ tangentMode: 0
2368
+ weightedMode: 0
2369
+ inWeight: 0.33333334
2370
+ outWeight: 0.33333334
2371
+ m_PreInfinity: 2
2372
+ m_PostInfinity: 2
2373
+ m_RotationOrder: 4
2374
+ influenceFilter: 0
2375
+ influenceMask:
2376
+ serializedVersion: 2
2377
+ m_Bits: 4294967295
2378
+ influenceList: []
2379
+ ClampVelocityModule:
2380
+ enabled: 0
2381
+ x:
2382
+ serializedVersion: 2
2383
+ minMaxState: 0
2384
+ scalar: 1
2385
+ minScalar: 1
2386
+ maxCurve:
2387
+ serializedVersion: 2
2388
+ m_Curve:
2389
+ - serializedVersion: 3
2390
+ time: 0
2391
+ value: 1
2392
+ inSlope: 0
2393
+ outSlope: 0
2394
+ tangentMode: 0
2395
+ weightedMode: 0
2396
+ inWeight: 0.33333334
2397
+ outWeight: 0.33333334
2398
+ - serializedVersion: 3
2399
+ time: 1
2400
+ value: 1
2401
+ inSlope: 0
2402
+ outSlope: 0
2403
+ tangentMode: 0
2404
+ weightedMode: 0
2405
+ inWeight: 0.33333334
2406
+ outWeight: 0.33333334
2407
+ m_PreInfinity: 2
2408
+ m_PostInfinity: 2
2409
+ m_RotationOrder: 4
2410
+ minCurve:
2411
+ serializedVersion: 2
2412
+ m_Curve:
2413
+ - serializedVersion: 3
2414
+ time: 0
2415
+ value: 1
2416
+ inSlope: 0
2417
+ outSlope: 0
2418
+ tangentMode: 0
2419
+ weightedMode: 0
2420
+ inWeight: 0.33333334
2421
+ outWeight: 0.33333334
2422
+ - serializedVersion: 3
2423
+ time: 1
2424
+ value: 1
2425
+ inSlope: 0
2426
+ outSlope: 0
2427
+ tangentMode: 0
2428
+ weightedMode: 0
2429
+ inWeight: 0.33333334
2430
+ outWeight: 0.33333334
2431
+ m_PreInfinity: 2
2432
+ m_PostInfinity: 2
2433
+ m_RotationOrder: 4
2434
+ y:
2435
+ serializedVersion: 2
2436
+ minMaxState: 0
2437
+ scalar: 1
2438
+ minScalar: 1
2439
+ maxCurve:
2440
+ serializedVersion: 2
2441
+ m_Curve:
2442
+ - serializedVersion: 3
2443
+ time: 0
2444
+ value: 1
2445
+ inSlope: 0
2446
+ outSlope: 0
2447
+ tangentMode: 0
2448
+ weightedMode: 0
2449
+ inWeight: 0.33333334
2450
+ outWeight: 0.33333334
2451
+ - serializedVersion: 3
2452
+ time: 1
2453
+ value: 1
2454
+ inSlope: 0
2455
+ outSlope: 0
2456
+ tangentMode: 0
2457
+ weightedMode: 0
2458
+ inWeight: 0.33333334
2459
+ outWeight: 0.33333334
2460
+ m_PreInfinity: 2
2461
+ m_PostInfinity: 2
2462
+ m_RotationOrder: 4
2463
+ minCurve:
2464
+ serializedVersion: 2
2465
+ m_Curve:
2466
+ - serializedVersion: 3
2467
+ time: 0
2468
+ value: 1
2469
+ inSlope: 0
2470
+ outSlope: 0
2471
+ tangentMode: 0
2472
+ weightedMode: 0
2473
+ inWeight: 0.33333334
2474
+ outWeight: 0.33333334
2475
+ - serializedVersion: 3
2476
+ time: 1
2477
+ value: 1
2478
+ inSlope: 0
2479
+ outSlope: 0
2480
+ tangentMode: 0
2481
+ weightedMode: 0
2482
+ inWeight: 0.33333334
2483
+ outWeight: 0.33333334
2484
+ m_PreInfinity: 2
2485
+ m_PostInfinity: 2
2486
+ m_RotationOrder: 4
2487
+ z:
2488
+ serializedVersion: 2
2489
+ minMaxState: 0
2490
+ scalar: 1
2491
+ minScalar: 1
2492
+ maxCurve:
2493
+ serializedVersion: 2
2494
+ m_Curve:
2495
+ - serializedVersion: 3
2496
+ time: 0
2497
+ value: 1
2498
+ inSlope: 0
2499
+ outSlope: 0
2500
+ tangentMode: 0
2501
+ weightedMode: 0
2502
+ inWeight: 0.33333334
2503
+ outWeight: 0.33333334
2504
+ - serializedVersion: 3
2505
+ time: 1
2506
+ value: 1
2507
+ inSlope: 0
2508
+ outSlope: 0
2509
+ tangentMode: 0
2510
+ weightedMode: 0
2511
+ inWeight: 0.33333334
2512
+ outWeight: 0.33333334
2513
+ m_PreInfinity: 2
2514
+ m_PostInfinity: 2
2515
+ m_RotationOrder: 4
2516
+ minCurve:
2517
+ serializedVersion: 2
2518
+ m_Curve:
2519
+ - serializedVersion: 3
2520
+ time: 0
2521
+ value: 1
2522
+ inSlope: 0
2523
+ outSlope: 0
2524
+ tangentMode: 0
2525
+ weightedMode: 0
2526
+ inWeight: 0.33333334
2527
+ outWeight: 0.33333334
2528
+ - serializedVersion: 3
2529
+ time: 1
2530
+ value: 1
2531
+ inSlope: 0
2532
+ outSlope: 0
2533
+ tangentMode: 0
2534
+ weightedMode: 0
2535
+ inWeight: 0.33333334
2536
+ outWeight: 0.33333334
2537
+ m_PreInfinity: 2
2538
+ m_PostInfinity: 2
2539
+ m_RotationOrder: 4
2540
+ magnitude:
2541
+ serializedVersion: 2
2542
+ minMaxState: 0
2543
+ scalar: 1
2544
+ minScalar: 1
2545
+ maxCurve:
2546
+ serializedVersion: 2
2547
+ m_Curve:
2548
+ - serializedVersion: 3
2549
+ time: 0
2550
+ value: 1
2551
+ inSlope: 0
2552
+ outSlope: 0
2553
+ tangentMode: 0
2554
+ weightedMode: 0
2555
+ inWeight: 0.33333334
2556
+ outWeight: 0.33333334
2557
+ - serializedVersion: 3
2558
+ time: 1
2559
+ value: 1
2560
+ inSlope: 0
2561
+ outSlope: 0
2562
+ tangentMode: 0
2563
+ weightedMode: 0
2564
+ inWeight: 0.33333334
2565
+ outWeight: 0.33333334
2566
+ m_PreInfinity: 2
2567
+ m_PostInfinity: 2
2568
+ m_RotationOrder: 4
2569
+ minCurve:
2570
+ serializedVersion: 2
2571
+ m_Curve:
2572
+ - serializedVersion: 3
2573
+ time: 0
2574
+ value: 1
2575
+ inSlope: 0
2576
+ outSlope: 0
2577
+ tangentMode: 0
2578
+ weightedMode: 0
2579
+ inWeight: 0.33333334
2580
+ outWeight: 0.33333334
2581
+ - serializedVersion: 3
2582
+ time: 1
2583
+ value: 1
2584
+ inSlope: 0
2585
+ outSlope: 0
2586
+ tangentMode: 0
2587
+ weightedMode: 0
2588
+ inWeight: 0.33333334
2589
+ outWeight: 0.33333334
2590
+ m_PreInfinity: 2
2591
+ m_PostInfinity: 2
2592
+ m_RotationOrder: 4
2593
+ separateAxis: 0
2594
+ inWorldSpace: 0
2595
+ multiplyDragByParticleSize: 1
2596
+ multiplyDragByParticleVelocity: 1
2597
+ dampen: 0
2598
+ drag:
2599
+ serializedVersion: 2
2600
+ minMaxState: 0
2601
+ scalar: 0
2602
+ minScalar: 0
2603
+ maxCurve:
2604
+ serializedVersion: 2
2605
+ m_Curve:
2606
+ - serializedVersion: 3
2607
+ time: 0
2608
+ value: 0
2609
+ inSlope: 0
2610
+ outSlope: 0
2611
+ tangentMode: 0
2612
+ weightedMode: 0
2613
+ inWeight: 0.33333334
2614
+ outWeight: 0.33333334
2615
+ - serializedVersion: 3
2616
+ time: 1
2617
+ value: 0
2618
+ inSlope: 0
2619
+ outSlope: 0
2620
+ tangentMode: 0
2621
+ weightedMode: 0
2622
+ inWeight: 0.33333334
2623
+ outWeight: 0.33333334
2624
+ m_PreInfinity: 2
2625
+ m_PostInfinity: 2
2626
+ m_RotationOrder: 4
2627
+ minCurve:
2628
+ serializedVersion: 2
2629
+ m_Curve:
2630
+ - serializedVersion: 3
2631
+ time: 0
2632
+ value: 0
2633
+ inSlope: 0
2634
+ outSlope: 0
2635
+ tangentMode: 0
2636
+ weightedMode: 0
2637
+ inWeight: 0.33333334
2638
+ outWeight: 0.33333334
2639
+ - serializedVersion: 3
2640
+ time: 1
2641
+ value: 0
2642
+ inSlope: 0
2643
+ outSlope: 0
2644
+ tangentMode: 0
2645
+ weightedMode: 0
2646
+ inWeight: 0.33333334
2647
+ outWeight: 0.33333334
2648
+ m_PreInfinity: 2
2649
+ m_PostInfinity: 2
2650
+ m_RotationOrder: 4
2651
+ NoiseModule:
2652
+ enabled: 0
2653
+ strength:
2654
+ serializedVersion: 2
2655
+ minMaxState: 0
2656
+ scalar: 1
2657
+ minScalar: 1
2658
+ maxCurve:
2659
+ serializedVersion: 2
2660
+ m_Curve:
2661
+ - serializedVersion: 3
2662
+ time: 0
2663
+ value: 1
2664
+ inSlope: 0
2665
+ outSlope: 0
2666
+ tangentMode: 0
2667
+ weightedMode: 0
2668
+ inWeight: 0.33333334
2669
+ outWeight: 0.33333334
2670
+ - serializedVersion: 3
2671
+ time: 1
2672
+ value: 1
2673
+ inSlope: 0
2674
+ outSlope: 0
2675
+ tangentMode: 0
2676
+ weightedMode: 0
2677
+ inWeight: 0.33333334
2678
+ outWeight: 0.33333334
2679
+ m_PreInfinity: 2
2680
+ m_PostInfinity: 2
2681
+ m_RotationOrder: 4
2682
+ minCurve:
2683
+ serializedVersion: 2
2684
+ m_Curve:
2685
+ - serializedVersion: 3
2686
+ time: 0
2687
+ value: 1
2688
+ inSlope: 0
2689
+ outSlope: 0
2690
+ tangentMode: 0
2691
+ weightedMode: 0
2692
+ inWeight: 0.33333334
2693
+ outWeight: 0.33333334
2694
+ - serializedVersion: 3
2695
+ time: 1
2696
+ value: 1
2697
+ inSlope: 0
2698
+ outSlope: 0
2699
+ tangentMode: 0
2700
+ weightedMode: 0
2701
+ inWeight: 0.33333334
2702
+ outWeight: 0.33333334
2703
+ m_PreInfinity: 2
2704
+ m_PostInfinity: 2
2705
+ m_RotationOrder: 4
2706
+ strengthY:
2707
+ serializedVersion: 2
2708
+ minMaxState: 0
2709
+ scalar: 1
2710
+ minScalar: 1
2711
+ maxCurve:
2712
+ serializedVersion: 2
2713
+ m_Curve:
2714
+ - serializedVersion: 3
2715
+ time: 0
2716
+ value: 1
2717
+ inSlope: 0
2718
+ outSlope: 0
2719
+ tangentMode: 0
2720
+ weightedMode: 0
2721
+ inWeight: 0.33333334
2722
+ outWeight: 0.33333334
2723
+ - serializedVersion: 3
2724
+ time: 1
2725
+ value: 1
2726
+ inSlope: 0
2727
+ outSlope: 0
2728
+ tangentMode: 0
2729
+ weightedMode: 0
2730
+ inWeight: 0.33333334
2731
+ outWeight: 0.33333334
2732
+ m_PreInfinity: 2
2733
+ m_PostInfinity: 2
2734
+ m_RotationOrder: 4
2735
+ minCurve:
2736
+ serializedVersion: 2
2737
+ m_Curve:
2738
+ - serializedVersion: 3
2739
+ time: 0
2740
+ value: 1
2741
+ inSlope: 0
2742
+ outSlope: 0
2743
+ tangentMode: 0
2744
+ weightedMode: 0
2745
+ inWeight: 0.33333334
2746
+ outWeight: 0.33333334
2747
+ - serializedVersion: 3
2748
+ time: 1
2749
+ value: 1
2750
+ inSlope: 0
2751
+ outSlope: 0
2752
+ tangentMode: 0
2753
+ weightedMode: 0
2754
+ inWeight: 0.33333334
2755
+ outWeight: 0.33333334
2756
+ m_PreInfinity: 2
2757
+ m_PostInfinity: 2
2758
+ m_RotationOrder: 4
2759
+ strengthZ:
2760
+ serializedVersion: 2
2761
+ minMaxState: 0
2762
+ scalar: 1
2763
+ minScalar: 1
2764
+ maxCurve:
2765
+ serializedVersion: 2
2766
+ m_Curve:
2767
+ - serializedVersion: 3
2768
+ time: 0
2769
+ value: 1
2770
+ inSlope: 0
2771
+ outSlope: 0
2772
+ tangentMode: 0
2773
+ weightedMode: 0
2774
+ inWeight: 0.33333334
2775
+ outWeight: 0.33333334
2776
+ - serializedVersion: 3
2777
+ time: 1
2778
+ value: 1
2779
+ inSlope: 0
2780
+ outSlope: 0
2781
+ tangentMode: 0
2782
+ weightedMode: 0
2783
+ inWeight: 0.33333334
2784
+ outWeight: 0.33333334
2785
+ m_PreInfinity: 2
2786
+ m_PostInfinity: 2
2787
+ m_RotationOrder: 4
2788
+ minCurve:
2789
+ serializedVersion: 2
2790
+ m_Curve:
2791
+ - serializedVersion: 3
2792
+ time: 0
2793
+ value: 1
2794
+ inSlope: 0
2795
+ outSlope: 0
2796
+ tangentMode: 0
2797
+ weightedMode: 0
2798
+ inWeight: 0.33333334
2799
+ outWeight: 0.33333334
2800
+ - serializedVersion: 3
2801
+ time: 1
2802
+ value: 1
2803
+ inSlope: 0
2804
+ outSlope: 0
2805
+ tangentMode: 0
2806
+ weightedMode: 0
2807
+ inWeight: 0.33333334
2808
+ outWeight: 0.33333334
2809
+ m_PreInfinity: 2
2810
+ m_PostInfinity: 2
2811
+ m_RotationOrder: 4
2812
+ separateAxes: 0
2813
+ frequency: 0.5
2814
+ damping: 1
2815
+ octaves: 1
2816
+ octaveMultiplier: 0.5
2817
+ octaveScale: 2
2818
+ quality: 2
2819
+ scrollSpeed:
2820
+ serializedVersion: 2
2821
+ minMaxState: 0
2822
+ scalar: 0
2823
+ minScalar: 0
2824
+ maxCurve:
2825
+ serializedVersion: 2
2826
+ m_Curve:
2827
+ - serializedVersion: 3
2828
+ time: 0
2829
+ value: 0
2830
+ inSlope: 0
2831
+ outSlope: 0
2832
+ tangentMode: 0
2833
+ weightedMode: 0
2834
+ inWeight: 0.33333334
2835
+ outWeight: 0.33333334
2836
+ - serializedVersion: 3
2837
+ time: 1
2838
+ value: 0
2839
+ inSlope: 0
2840
+ outSlope: 0
2841
+ tangentMode: 0
2842
+ weightedMode: 0
2843
+ inWeight: 0.33333334
2844
+ outWeight: 0.33333334
2845
+ m_PreInfinity: 2
2846
+ m_PostInfinity: 2
2847
+ m_RotationOrder: 4
2848
+ minCurve:
2849
+ serializedVersion: 2
2850
+ m_Curve:
2851
+ - serializedVersion: 3
2852
+ time: 0
2853
+ value: 0
2854
+ inSlope: 0
2855
+ outSlope: 0
2856
+ tangentMode: 0
2857
+ weightedMode: 0
2858
+ inWeight: 0.33333334
2859
+ outWeight: 0.33333334
2860
+ - serializedVersion: 3
2861
+ time: 1
2862
+ value: 0
2863
+ inSlope: 0
2864
+ outSlope: 0
2865
+ tangentMode: 0
2866
+ weightedMode: 0
2867
+ inWeight: 0.33333334
2868
+ outWeight: 0.33333334
2869
+ m_PreInfinity: 2
2870
+ m_PostInfinity: 2
2871
+ m_RotationOrder: 4
2872
+ remap:
2873
+ serializedVersion: 2
2874
+ minMaxState: 1
2875
+ scalar: 1
2876
+ minScalar: 1
2877
+ maxCurve:
2878
+ serializedVersion: 2
2879
+ m_Curve:
2880
+ - serializedVersion: 3
2881
+ time: 0
2882
+ value: 0
2883
+ inSlope: 0
2884
+ outSlope: 1
2885
+ tangentMode: 0
2886
+ weightedMode: 0
2887
+ inWeight: 0.33333334
2888
+ outWeight: 0.33333334
2889
+ - serializedVersion: 3
2890
+ time: 1
2891
+ value: 1
2892
+ inSlope: 1
2893
+ outSlope: 0
2894
+ tangentMode: 0
2895
+ weightedMode: 0
2896
+ inWeight: 0.33333334
2897
+ outWeight: 0.33333334
2898
+ m_PreInfinity: 2
2899
+ m_PostInfinity: 2
2900
+ m_RotationOrder: 4
2901
+ minCurve:
2902
+ serializedVersion: 2
2903
+ m_Curve:
2904
+ - serializedVersion: 3
2905
+ time: 0
2906
+ value: 1
2907
+ inSlope: 0
2908
+ outSlope: 0
2909
+ tangentMode: 0
2910
+ weightedMode: 0
2911
+ inWeight: 0.33333334
2912
+ outWeight: 0.33333334
2913
+ - serializedVersion: 3
2914
+ time: 1
2915
+ value: 1
2916
+ inSlope: 0
2917
+ outSlope: 0
2918
+ tangentMode: 0
2919
+ weightedMode: 0
2920
+ inWeight: 0.33333334
2921
+ outWeight: 0.33333334
2922
+ m_PreInfinity: 2
2923
+ m_PostInfinity: 2
2924
+ m_RotationOrder: 4
2925
+ remapY:
2926
+ serializedVersion: 2
2927
+ minMaxState: 1
2928
+ scalar: 1
2929
+ minScalar: 1
2930
+ maxCurve:
2931
+ serializedVersion: 2
2932
+ m_Curve:
2933
+ - serializedVersion: 3
2934
+ time: 0
2935
+ value: 0
2936
+ inSlope: 0
2937
+ outSlope: 1
2938
+ tangentMode: 0
2939
+ weightedMode: 0
2940
+ inWeight: 0.33333334
2941
+ outWeight: 0.33333334
2942
+ - serializedVersion: 3
2943
+ time: 1
2944
+ value: 1
2945
+ inSlope: 1
2946
+ outSlope: 0
2947
+ tangentMode: 0
2948
+ weightedMode: 0
2949
+ inWeight: 0.33333334
2950
+ outWeight: 0.33333334
2951
+ m_PreInfinity: 2
2952
+ m_PostInfinity: 2
2953
+ m_RotationOrder: 4
2954
+ minCurve:
2955
+ serializedVersion: 2
2956
+ m_Curve:
2957
+ - serializedVersion: 3
2958
+ time: 0
2959
+ value: 1
2960
+ inSlope: 0
2961
+ outSlope: 0
2962
+ tangentMode: 0
2963
+ weightedMode: 0
2964
+ inWeight: 0.33333334
2965
+ outWeight: 0.33333334
2966
+ - serializedVersion: 3
2967
+ time: 1
2968
+ value: 1
2969
+ inSlope: 0
2970
+ outSlope: 0
2971
+ tangentMode: 0
2972
+ weightedMode: 0
2973
+ inWeight: 0.33333334
2974
+ outWeight: 0.33333334
2975
+ m_PreInfinity: 2
2976
+ m_PostInfinity: 2
2977
+ m_RotationOrder: 4
2978
+ remapZ:
2979
+ serializedVersion: 2
2980
+ minMaxState: 1
2981
+ scalar: 1
2982
+ minScalar: 1
2983
+ maxCurve:
2984
+ serializedVersion: 2
2985
+ m_Curve:
2986
+ - serializedVersion: 3
2987
+ time: 0
2988
+ value: 0
2989
+ inSlope: 0
2990
+ outSlope: 1
2991
+ tangentMode: 0
2992
+ weightedMode: 0
2993
+ inWeight: 0.33333334
2994
+ outWeight: 0.33333334
2995
+ - serializedVersion: 3
2996
+ time: 1
2997
+ value: 1
2998
+ inSlope: 1
2999
+ outSlope: 0
3000
+ tangentMode: 0
3001
+ weightedMode: 0
3002
+ inWeight: 0.33333334
3003
+ outWeight: 0.33333334
3004
+ m_PreInfinity: 2
3005
+ m_PostInfinity: 2
3006
+ m_RotationOrder: 4
3007
+ minCurve:
3008
+ serializedVersion: 2
3009
+ m_Curve:
3010
+ - serializedVersion: 3
3011
+ time: 0
3012
+ value: 1
3013
+ inSlope: 0
3014
+ outSlope: 0
3015
+ tangentMode: 0
3016
+ weightedMode: 0
3017
+ inWeight: 0.33333334
3018
+ outWeight: 0.33333334
3019
+ - serializedVersion: 3
3020
+ time: 1
3021
+ value: 1
3022
+ inSlope: 0
3023
+ outSlope: 0
3024
+ tangentMode: 0
3025
+ weightedMode: 0
3026
+ inWeight: 0.33333334
3027
+ outWeight: 0.33333334
3028
+ m_PreInfinity: 2
3029
+ m_PostInfinity: 2
3030
+ m_RotationOrder: 4
3031
+ remapEnabled: 0
3032
+ positionAmount:
3033
+ serializedVersion: 2
3034
+ minMaxState: 0
3035
+ scalar: 1
3036
+ minScalar: 1
3037
+ maxCurve:
3038
+ serializedVersion: 2
3039
+ m_Curve:
3040
+ - serializedVersion: 3
3041
+ time: 0
3042
+ value: 1
3043
+ inSlope: 0
3044
+ outSlope: 0
3045
+ tangentMode: 0
3046
+ weightedMode: 0
3047
+ inWeight: 0.33333334
3048
+ outWeight: 0.33333334
3049
+ - serializedVersion: 3
3050
+ time: 1
3051
+ value: 1
3052
+ inSlope: 0
3053
+ outSlope: 0
3054
+ tangentMode: 0
3055
+ weightedMode: 0
3056
+ inWeight: 0.33333334
3057
+ outWeight: 0.33333334
3058
+ m_PreInfinity: 2
3059
+ m_PostInfinity: 2
3060
+ m_RotationOrder: 4
3061
+ minCurve:
3062
+ serializedVersion: 2
3063
+ m_Curve:
3064
+ - serializedVersion: 3
3065
+ time: 0
3066
+ value: 1
3067
+ inSlope: 0
3068
+ outSlope: 0
3069
+ tangentMode: 0
3070
+ weightedMode: 0
3071
+ inWeight: 0.33333334
3072
+ outWeight: 0.33333334
3073
+ - serializedVersion: 3
3074
+ time: 1
3075
+ value: 1
3076
+ inSlope: 0
3077
+ outSlope: 0
3078
+ tangentMode: 0
3079
+ weightedMode: 0
3080
+ inWeight: 0.33333334
3081
+ outWeight: 0.33333334
3082
+ m_PreInfinity: 2
3083
+ m_PostInfinity: 2
3084
+ m_RotationOrder: 4
3085
+ rotationAmount:
3086
+ serializedVersion: 2
3087
+ minMaxState: 0
3088
+ scalar: 0
3089
+ minScalar: 0
3090
+ maxCurve:
3091
+ serializedVersion: 2
3092
+ m_Curve:
3093
+ - serializedVersion: 3
3094
+ time: 0
3095
+ value: 0
3096
+ inSlope: 0
3097
+ outSlope: 0
3098
+ tangentMode: 0
3099
+ weightedMode: 0
3100
+ inWeight: 0.33333334
3101
+ outWeight: 0.33333334
3102
+ - serializedVersion: 3
3103
+ time: 1
3104
+ value: 0
3105
+ inSlope: 0
3106
+ outSlope: 0
3107
+ tangentMode: 0
3108
+ weightedMode: 0
3109
+ inWeight: 0.33333334
3110
+ outWeight: 0.33333334
3111
+ m_PreInfinity: 2
3112
+ m_PostInfinity: 2
3113
+ m_RotationOrder: 4
3114
+ minCurve:
3115
+ serializedVersion: 2
3116
+ m_Curve:
3117
+ - serializedVersion: 3
3118
+ time: 0
3119
+ value: 0
3120
+ inSlope: 0
3121
+ outSlope: 0
3122
+ tangentMode: 0
3123
+ weightedMode: 0
3124
+ inWeight: 0.33333334
3125
+ outWeight: 0.33333334
3126
+ - serializedVersion: 3
3127
+ time: 1
3128
+ value: 0
3129
+ inSlope: 0
3130
+ outSlope: 0
3131
+ tangentMode: 0
3132
+ weightedMode: 0
3133
+ inWeight: 0.33333334
3134
+ outWeight: 0.33333334
3135
+ m_PreInfinity: 2
3136
+ m_PostInfinity: 2
3137
+ m_RotationOrder: 4
3138
+ sizeAmount:
3139
+ serializedVersion: 2
3140
+ minMaxState: 0
3141
+ scalar: 0
3142
+ minScalar: 0
3143
+ maxCurve:
3144
+ serializedVersion: 2
3145
+ m_Curve:
3146
+ - serializedVersion: 3
3147
+ time: 0
3148
+ value: 0
3149
+ inSlope: 0
3150
+ outSlope: 0
3151
+ tangentMode: 0
3152
+ weightedMode: 0
3153
+ inWeight: 0.33333334
3154
+ outWeight: 0.33333334
3155
+ - serializedVersion: 3
3156
+ time: 1
3157
+ value: 0
3158
+ inSlope: 0
3159
+ outSlope: 0
3160
+ tangentMode: 0
3161
+ weightedMode: 0
3162
+ inWeight: 0.33333334
3163
+ outWeight: 0.33333334
3164
+ m_PreInfinity: 2
3165
+ m_PostInfinity: 2
3166
+ m_RotationOrder: 4
3167
+ minCurve:
3168
+ serializedVersion: 2
3169
+ m_Curve:
3170
+ - serializedVersion: 3
3171
+ time: 0
3172
+ value: 0
3173
+ inSlope: 0
3174
+ outSlope: 0
3175
+ tangentMode: 0
3176
+ weightedMode: 0
3177
+ inWeight: 0.33333334
3178
+ outWeight: 0.33333334
3179
+ - serializedVersion: 3
3180
+ time: 1
3181
+ value: 0
3182
+ inSlope: 0
3183
+ outSlope: 0
3184
+ tangentMode: 0
3185
+ weightedMode: 0
3186
+ inWeight: 0.33333334
3187
+ outWeight: 0.33333334
3188
+ m_PreInfinity: 2
3189
+ m_PostInfinity: 2
3190
+ m_RotationOrder: 4
3191
+ SizeBySpeedModule:
3192
+ enabled: 0
3193
+ curve:
3194
+ serializedVersion: 2
3195
+ minMaxState: 1
3196
+ scalar: 1
3197
+ minScalar: 1
3198
+ maxCurve:
3199
+ serializedVersion: 2
3200
+ m_Curve:
3201
+ - serializedVersion: 3
3202
+ time: 0
3203
+ value: 0
3204
+ inSlope: 0
3205
+ outSlope: 1
3206
+ tangentMode: 0
3207
+ weightedMode: 0
3208
+ inWeight: 0.33333334
3209
+ outWeight: 0.33333334
3210
+ - serializedVersion: 3
3211
+ time: 1
3212
+ value: 1
3213
+ inSlope: 1
3214
+ outSlope: 0
3215
+ tangentMode: 0
3216
+ weightedMode: 0
3217
+ inWeight: 0.33333334
3218
+ outWeight: 0.33333334
3219
+ m_PreInfinity: 2
3220
+ m_PostInfinity: 2
3221
+ m_RotationOrder: 4
3222
+ minCurve:
3223
+ serializedVersion: 2
3224
+ m_Curve:
3225
+ - serializedVersion: 3
3226
+ time: 0
3227
+ value: 1
3228
+ inSlope: 0
3229
+ outSlope: 0
3230
+ tangentMode: 0
3231
+ weightedMode: 0
3232
+ inWeight: 0.33333334
3233
+ outWeight: 0.33333334
3234
+ - serializedVersion: 3
3235
+ time: 1
3236
+ value: 1
3237
+ inSlope: 0
3238
+ outSlope: 0
3239
+ tangentMode: 0
3240
+ weightedMode: 0
3241
+ inWeight: 0.33333334
3242
+ outWeight: 0.33333334
3243
+ m_PreInfinity: 2
3244
+ m_PostInfinity: 2
3245
+ m_RotationOrder: 4
3246
+ y:
3247
+ serializedVersion: 2
3248
+ minMaxState: 1
3249
+ scalar: 1
3250
+ minScalar: 1
3251
+ maxCurve:
3252
+ serializedVersion: 2
3253
+ m_Curve:
3254
+ - serializedVersion: 3
3255
+ time: 0
3256
+ value: 0
3257
+ inSlope: 0
3258
+ outSlope: 1
3259
+ tangentMode: 0
3260
+ weightedMode: 0
3261
+ inWeight: 0.33333334
3262
+ outWeight: 0.33333334
3263
+ - serializedVersion: 3
3264
+ time: 1
3265
+ value: 1
3266
+ inSlope: 1
3267
+ outSlope: 0
3268
+ tangentMode: 0
3269
+ weightedMode: 0
3270
+ inWeight: 0.33333334
3271
+ outWeight: 0.33333334
3272
+ m_PreInfinity: 2
3273
+ m_PostInfinity: 2
3274
+ m_RotationOrder: 4
3275
+ minCurve:
3276
+ serializedVersion: 2
3277
+ m_Curve:
3278
+ - serializedVersion: 3
3279
+ time: 0
3280
+ value: 1
3281
+ inSlope: 0
3282
+ outSlope: 0
3283
+ tangentMode: 0
3284
+ weightedMode: 0
3285
+ inWeight: 0.33333334
3286
+ outWeight: 0.33333334
3287
+ - serializedVersion: 3
3288
+ time: 1
3289
+ value: 1
3290
+ inSlope: 0
3291
+ outSlope: 0
3292
+ tangentMode: 0
3293
+ weightedMode: 0
3294
+ inWeight: 0.33333334
3295
+ outWeight: 0.33333334
3296
+ m_PreInfinity: 2
3297
+ m_PostInfinity: 2
3298
+ m_RotationOrder: 4
3299
+ z:
3300
+ serializedVersion: 2
3301
+ minMaxState: 1
3302
+ scalar: 1
3303
+ minScalar: 1
3304
+ maxCurve:
3305
+ serializedVersion: 2
3306
+ m_Curve:
3307
+ - serializedVersion: 3
3308
+ time: 0
3309
+ value: 0
3310
+ inSlope: 0
3311
+ outSlope: 1
3312
+ tangentMode: 0
3313
+ weightedMode: 0
3314
+ inWeight: 0.33333334
3315
+ outWeight: 0.33333334
3316
+ - serializedVersion: 3
3317
+ time: 1
3318
+ value: 1
3319
+ inSlope: 1
3320
+ outSlope: 0
3321
+ tangentMode: 0
3322
+ weightedMode: 0
3323
+ inWeight: 0.33333334
3324
+ outWeight: 0.33333334
3325
+ m_PreInfinity: 2
3326
+ m_PostInfinity: 2
3327
+ m_RotationOrder: 4
3328
+ minCurve:
3329
+ serializedVersion: 2
3330
+ m_Curve:
3331
+ - serializedVersion: 3
3332
+ time: 0
3333
+ value: 1
3334
+ inSlope: 0
3335
+ outSlope: 0
3336
+ tangentMode: 0
3337
+ weightedMode: 0
3338
+ inWeight: 0.33333334
3339
+ outWeight: 0.33333334
3340
+ - serializedVersion: 3
3341
+ time: 1
3342
+ value: 1
3343
+ inSlope: 0
3344
+ outSlope: 0
3345
+ tangentMode: 0
3346
+ weightedMode: 0
3347
+ inWeight: 0.33333334
3348
+ outWeight: 0.33333334
3349
+ m_PreInfinity: 2
3350
+ m_PostInfinity: 2
3351
+ m_RotationOrder: 4
3352
+ range: {x: 0, y: 1}
3353
+ separateAxes: 0
3354
+ RotationBySpeedModule:
3355
+ enabled: 0
3356
+ x:
3357
+ serializedVersion: 2
3358
+ minMaxState: 0
3359
+ scalar: 0
3360
+ minScalar: 0
3361
+ maxCurve:
3362
+ serializedVersion: 2
3363
+ m_Curve:
3364
+ - serializedVersion: 3
3365
+ time: 0
3366
+ value: 0
3367
+ inSlope: 0
3368
+ outSlope: 0
3369
+ tangentMode: 0
3370
+ weightedMode: 0
3371
+ inWeight: 0.33333334
3372
+ outWeight: 0.33333334
3373
+ - serializedVersion: 3
3374
+ time: 1
3375
+ value: 0
3376
+ inSlope: 0
3377
+ outSlope: 0
3378
+ tangentMode: 0
3379
+ weightedMode: 0
3380
+ inWeight: 0.33333334
3381
+ outWeight: 0.33333334
3382
+ m_PreInfinity: 2
3383
+ m_PostInfinity: 2
3384
+ m_RotationOrder: 4
3385
+ minCurve:
3386
+ serializedVersion: 2
3387
+ m_Curve:
3388
+ - serializedVersion: 3
3389
+ time: 0
3390
+ value: 0
3391
+ inSlope: 0
3392
+ outSlope: 0
3393
+ tangentMode: 0
3394
+ weightedMode: 0
3395
+ inWeight: 0.33333334
3396
+ outWeight: 0.33333334
3397
+ - serializedVersion: 3
3398
+ time: 1
3399
+ value: 0
3400
+ inSlope: 0
3401
+ outSlope: 0
3402
+ tangentMode: 0
3403
+ weightedMode: 0
3404
+ inWeight: 0.33333334
3405
+ outWeight: 0.33333334
3406
+ m_PreInfinity: 2
3407
+ m_PostInfinity: 2
3408
+ m_RotationOrder: 4
3409
+ y:
3410
+ serializedVersion: 2
3411
+ minMaxState: 0
3412
+ scalar: 0
3413
+ minScalar: 0
3414
+ maxCurve:
3415
+ serializedVersion: 2
3416
+ m_Curve:
3417
+ - serializedVersion: 3
3418
+ time: 0
3419
+ value: 0
3420
+ inSlope: 0
3421
+ outSlope: 0
3422
+ tangentMode: 0
3423
+ weightedMode: 0
3424
+ inWeight: 0.33333334
3425
+ outWeight: 0.33333334
3426
+ - serializedVersion: 3
3427
+ time: 1
3428
+ value: 0
3429
+ inSlope: 0
3430
+ outSlope: 0
3431
+ tangentMode: 0
3432
+ weightedMode: 0
3433
+ inWeight: 0.33333334
3434
+ outWeight: 0.33333334
3435
+ m_PreInfinity: 2
3436
+ m_PostInfinity: 2
3437
+ m_RotationOrder: 4
3438
+ minCurve:
3439
+ serializedVersion: 2
3440
+ m_Curve:
3441
+ - serializedVersion: 3
3442
+ time: 0
3443
+ value: 0
3444
+ inSlope: 0
3445
+ outSlope: 0
3446
+ tangentMode: 0
3447
+ weightedMode: 0
3448
+ inWeight: 0.33333334
3449
+ outWeight: 0.33333334
3450
+ - serializedVersion: 3
3451
+ time: 1
3452
+ value: 0
3453
+ inSlope: 0
3454
+ outSlope: 0
3455
+ tangentMode: 0
3456
+ weightedMode: 0
3457
+ inWeight: 0.33333334
3458
+ outWeight: 0.33333334
3459
+ m_PreInfinity: 2
3460
+ m_PostInfinity: 2
3461
+ m_RotationOrder: 4
3462
+ curve:
3463
+ serializedVersion: 2
3464
+ minMaxState: 0
3465
+ scalar: 0.7853982
3466
+ minScalar: 0.7853982
3467
+ maxCurve:
3468
+ serializedVersion: 2
3469
+ m_Curve:
3470
+ - serializedVersion: 3
3471
+ time: 0
3472
+ value: 1
3473
+ inSlope: 0
3474
+ outSlope: 0
3475
+ tangentMode: 0
3476
+ weightedMode: 0
3477
+ inWeight: 0.33333334
3478
+ outWeight: 0.33333334
3479
+ - serializedVersion: 3
3480
+ time: 1
3481
+ value: 1
3482
+ inSlope: 0
3483
+ outSlope: 0
3484
+ tangentMode: 0
3485
+ weightedMode: 0
3486
+ inWeight: 0.33333334
3487
+ outWeight: 0.33333334
3488
+ m_PreInfinity: 2
3489
+ m_PostInfinity: 2
3490
+ m_RotationOrder: 4
3491
+ minCurve:
3492
+ serializedVersion: 2
3493
+ m_Curve:
3494
+ - serializedVersion: 3
3495
+ time: 0
3496
+ value: 1
3497
+ inSlope: 0
3498
+ outSlope: 0
3499
+ tangentMode: 0
3500
+ weightedMode: 0
3501
+ inWeight: 0.33333334
3502
+ outWeight: 0.33333334
3503
+ - serializedVersion: 3
3504
+ time: 1
3505
+ value: 1
3506
+ inSlope: 0
3507
+ outSlope: 0
3508
+ tangentMode: 0
3509
+ weightedMode: 0
3510
+ inWeight: 0.33333334
3511
+ outWeight: 0.33333334
3512
+ m_PreInfinity: 2
3513
+ m_PostInfinity: 2
3514
+ m_RotationOrder: 4
3515
+ separateAxes: 0
3516
+ range: {x: 0, y: 1}
3517
+ ColorBySpeedModule:
3518
+ enabled: 0
3519
+ gradient:
3520
+ serializedVersion: 2
3521
+ minMaxState: 1
3522
+ minColor: {r: 1, g: 1, b: 1, a: 1}
3523
+ maxColor: {r: 1, g: 1, b: 1, a: 1}
3524
+ maxGradient:
3525
+ serializedVersion: 2
3526
+ key0: {r: 1, g: 1, b: 1, a: 1}
3527
+ key1: {r: 1, g: 1, b: 1, a: 1}
3528
+ key2: {r: 0, g: 0, b: 0, a: 0}
3529
+ key3: {r: 0, g: 0, b: 0, a: 0}
3530
+ key4: {r: 0, g: 0, b: 0, a: 0}
3531
+ key5: {r: 0, g: 0, b: 0, a: 0}
3532
+ key6: {r: 0, g: 0, b: 0, a: 0}
3533
+ key7: {r: 0, g: 0, b: 0, a: 0}
3534
+ ctime0: 0
3535
+ ctime1: 65535
3536
+ ctime2: 0
3537
+ ctime3: 0
3538
+ ctime4: 0
3539
+ ctime5: 0
3540
+ ctime6: 0
3541
+ ctime7: 0
3542
+ atime0: 0
3543
+ atime1: 65535
3544
+ atime2: 0
3545
+ atime3: 0
3546
+ atime4: 0
3547
+ atime5: 0
3548
+ atime6: 0
3549
+ atime7: 0
3550
+ m_Mode: 0
3551
+ m_NumColorKeys: 2
3552
+ m_NumAlphaKeys: 2
3553
+ minGradient:
3554
+ serializedVersion: 2
3555
+ key0: {r: 1, g: 1, b: 1, a: 1}
3556
+ key1: {r: 1, g: 1, b: 1, a: 1}
3557
+ key2: {r: 0, g: 0, b: 0, a: 0}
3558
+ key3: {r: 0, g: 0, b: 0, a: 0}
3559
+ key4: {r: 0, g: 0, b: 0, a: 0}
3560
+ key5: {r: 0, g: 0, b: 0, a: 0}
3561
+ key6: {r: 0, g: 0, b: 0, a: 0}
3562
+ key7: {r: 0, g: 0, b: 0, a: 0}
3563
+ ctime0: 0
3564
+ ctime1: 65535
3565
+ ctime2: 0
3566
+ ctime3: 0
3567
+ ctime4: 0
3568
+ ctime5: 0
3569
+ ctime6: 0
3570
+ ctime7: 0
3571
+ atime0: 0
3572
+ atime1: 65535
3573
+ atime2: 0
3574
+ atime3: 0
3575
+ atime4: 0
3576
+ atime5: 0
3577
+ atime6: 0
3578
+ atime7: 0
3579
+ m_Mode: 0
3580
+ m_NumColorKeys: 2
3581
+ m_NumAlphaKeys: 2
3582
+ range: {x: 0, y: 1}
3583
+ CollisionModule:
3584
+ enabled: 0
3585
+ serializedVersion: 3
3586
+ type: 0
3587
+ collisionMode: 0
3588
+ colliderForce: 0
3589
+ multiplyColliderForceByParticleSize: 0
3590
+ multiplyColliderForceByParticleSpeed: 0
3591
+ multiplyColliderForceByCollisionAngle: 1
3592
+ plane0: {fileID: 0}
3593
+ plane1: {fileID: 0}
3594
+ plane2: {fileID: 0}
3595
+ plane3: {fileID: 0}
3596
+ plane4: {fileID: 0}
3597
+ plane5: {fileID: 0}
3598
+ m_Dampen:
3599
+ serializedVersion: 2
3600
+ minMaxState: 0
3601
+ scalar: 0
3602
+ minScalar: 0
3603
+ maxCurve:
3604
+ serializedVersion: 2
3605
+ m_Curve:
3606
+ - serializedVersion: 3
3607
+ time: 0
3608
+ value: 0
3609
+ inSlope: 0
3610
+ outSlope: 0
3611
+ tangentMode: 0
3612
+ weightedMode: 0
3613
+ inWeight: 0.33333334
3614
+ outWeight: 0.33333334
3615
+ - serializedVersion: 3
3616
+ time: 1
3617
+ value: 0
3618
+ inSlope: 0
3619
+ outSlope: 0
3620
+ tangentMode: 0
3621
+ weightedMode: 0
3622
+ inWeight: 0.33333334
3623
+ outWeight: 0.33333334
3624
+ m_PreInfinity: 2
3625
+ m_PostInfinity: 2
3626
+ m_RotationOrder: 4
3627
+ minCurve:
3628
+ serializedVersion: 2
3629
+ m_Curve:
3630
+ - serializedVersion: 3
3631
+ time: 0
3632
+ value: 0
3633
+ inSlope: 0
3634
+ outSlope: 0
3635
+ tangentMode: 0
3636
+ weightedMode: 0
3637
+ inWeight: 0.33333334
3638
+ outWeight: 0.33333334
3639
+ - serializedVersion: 3
3640
+ time: 1
3641
+ value: 0
3642
+ inSlope: 0
3643
+ outSlope: 0
3644
+ tangentMode: 0
3645
+ weightedMode: 0
3646
+ inWeight: 0.33333334
3647
+ outWeight: 0.33333334
3648
+ m_PreInfinity: 2
3649
+ m_PostInfinity: 2
3650
+ m_RotationOrder: 4
3651
+ m_Bounce:
3652
+ serializedVersion: 2
3653
+ minMaxState: 0
3654
+ scalar: 1
3655
+ minScalar: 1
3656
+ maxCurve:
3657
+ serializedVersion: 2
3658
+ m_Curve:
3659
+ - serializedVersion: 3
3660
+ time: 0
3661
+ value: 1
3662
+ inSlope: 0
3663
+ outSlope: 0
3664
+ tangentMode: 0
3665
+ weightedMode: 0
3666
+ inWeight: 0.33333334
3667
+ outWeight: 0.33333334
3668
+ - serializedVersion: 3
3669
+ time: 1
3670
+ value: 1
3671
+ inSlope: 0
3672
+ outSlope: 0
3673
+ tangentMode: 0
3674
+ weightedMode: 0
3675
+ inWeight: 0.33333334
3676
+ outWeight: 0.33333334
3677
+ m_PreInfinity: 2
3678
+ m_PostInfinity: 2
3679
+ m_RotationOrder: 4
3680
+ minCurve:
3681
+ serializedVersion: 2
3682
+ m_Curve:
3683
+ - serializedVersion: 3
3684
+ time: 0
3685
+ value: 1
3686
+ inSlope: 0
3687
+ outSlope: 0
3688
+ tangentMode: 0
3689
+ weightedMode: 0
3690
+ inWeight: 0.33333334
3691
+ outWeight: 0.33333334
3692
+ - serializedVersion: 3
3693
+ time: 1
3694
+ value: 1
3695
+ inSlope: 0
3696
+ outSlope: 0
3697
+ tangentMode: 0
3698
+ weightedMode: 0
3699
+ inWeight: 0.33333334
3700
+ outWeight: 0.33333334
3701
+ m_PreInfinity: 2
3702
+ m_PostInfinity: 2
3703
+ m_RotationOrder: 4
3704
+ m_EnergyLossOnCollision:
3705
+ serializedVersion: 2
3706
+ minMaxState: 0
3707
+ scalar: 0
3708
+ minScalar: 0
3709
+ maxCurve:
3710
+ serializedVersion: 2
3711
+ m_Curve:
3712
+ - serializedVersion: 3
3713
+ time: 0
3714
+ value: 0
3715
+ inSlope: 0
3716
+ outSlope: 0
3717
+ tangentMode: 0
3718
+ weightedMode: 0
3719
+ inWeight: 0.33333334
3720
+ outWeight: 0.33333334
3721
+ - serializedVersion: 3
3722
+ time: 1
3723
+ value: 0
3724
+ inSlope: 0
3725
+ outSlope: 0
3726
+ tangentMode: 0
3727
+ weightedMode: 0
3728
+ inWeight: 0.33333334
3729
+ outWeight: 0.33333334
3730
+ m_PreInfinity: 2
3731
+ m_PostInfinity: 2
3732
+ m_RotationOrder: 4
3733
+ minCurve:
3734
+ serializedVersion: 2
3735
+ m_Curve:
3736
+ - serializedVersion: 3
3737
+ time: 0
3738
+ value: 0
3739
+ inSlope: 0
3740
+ outSlope: 0
3741
+ tangentMode: 0
3742
+ weightedMode: 0
3743
+ inWeight: 0.33333334
3744
+ outWeight: 0.33333334
3745
+ - serializedVersion: 3
3746
+ time: 1
3747
+ value: 0
3748
+ inSlope: 0
3749
+ outSlope: 0
3750
+ tangentMode: 0
3751
+ weightedMode: 0
3752
+ inWeight: 0.33333334
3753
+ outWeight: 0.33333334
3754
+ m_PreInfinity: 2
3755
+ m_PostInfinity: 2
3756
+ m_RotationOrder: 4
3757
+ minKillSpeed: 0
3758
+ maxKillSpeed: 10000
3759
+ radiusScale: 1
3760
+ collidesWith:
3761
+ serializedVersion: 2
3762
+ m_Bits: 4294967295
3763
+ maxCollisionShapes: 256
3764
+ quality: 0
3765
+ voxelSize: 0.5
3766
+ collisionMessages: 0
3767
+ collidesWithDynamic: 1
3768
+ interiorCollisions: 0
3769
+ TriggerModule:
3770
+ enabled: 0
3771
+ collisionShape0: {fileID: 0}
3772
+ collisionShape1: {fileID: 0}
3773
+ collisionShape2: {fileID: 0}
3774
+ collisionShape3: {fileID: 0}
3775
+ collisionShape4: {fileID: 0}
3776
+ collisionShape5: {fileID: 0}
3777
+ inside: 1
3778
+ outside: 0
3779
+ enter: 0
3780
+ exit: 0
3781
+ radiusScale: 1
3782
+ SubModule:
3783
+ serializedVersion: 2
3784
+ enabled: 0
3785
+ subEmitters:
3786
+ - serializedVersion: 3
3787
+ emitter: {fileID: 0}
3788
+ type: 0
3789
+ properties: 0
3790
+ emitProbability: 1
3791
+ LightsModule:
3792
+ enabled: 0
3793
+ ratio: 0
3794
+ light: {fileID: 0}
3795
+ randomDistribution: 1
3796
+ color: 1
3797
+ range: 1
3798
+ intensity: 1
3799
+ rangeCurve:
3800
+ serializedVersion: 2
3801
+ minMaxState: 0
3802
+ scalar: 1
3803
+ minScalar: 1
3804
+ maxCurve:
3805
+ serializedVersion: 2
3806
+ m_Curve:
3807
+ - serializedVersion: 3
3808
+ time: 0
3809
+ value: 1
3810
+ inSlope: 0
3811
+ outSlope: 0
3812
+ tangentMode: 0
3813
+ weightedMode: 0
3814
+ inWeight: 0.33333334
3815
+ outWeight: 0.33333334
3816
+ - serializedVersion: 3
3817
+ time: 1
3818
+ value: 1
3819
+ inSlope: 0
3820
+ outSlope: 0
3821
+ tangentMode: 0
3822
+ weightedMode: 0
3823
+ inWeight: 0.33333334
3824
+ outWeight: 0.33333334
3825
+ m_PreInfinity: 2
3826
+ m_PostInfinity: 2
3827
+ m_RotationOrder: 4
3828
+ minCurve:
3829
+ serializedVersion: 2
3830
+ m_Curve:
3831
+ - serializedVersion: 3
3832
+ time: 0
3833
+ value: 1
3834
+ inSlope: 0
3835
+ outSlope: 0
3836
+ tangentMode: 0
3837
+ weightedMode: 0
3838
+ inWeight: 0.33333334
3839
+ outWeight: 0.33333334
3840
+ - serializedVersion: 3
3841
+ time: 1
3842
+ value: 1
3843
+ inSlope: 0
3844
+ outSlope: 0
3845
+ tangentMode: 0
3846
+ weightedMode: 0
3847
+ inWeight: 0.33333334
3848
+ outWeight: 0.33333334
3849
+ m_PreInfinity: 2
3850
+ m_PostInfinity: 2
3851
+ m_RotationOrder: 4
3852
+ intensityCurve:
3853
+ serializedVersion: 2
3854
+ minMaxState: 0
3855
+ scalar: 1
3856
+ minScalar: 1
3857
+ maxCurve:
3858
+ serializedVersion: 2
3859
+ m_Curve:
3860
+ - serializedVersion: 3
3861
+ time: 0
3862
+ value: 1
3863
+ inSlope: 0
3864
+ outSlope: 0
3865
+ tangentMode: 0
3866
+ weightedMode: 0
3867
+ inWeight: 0.33333334
3868
+ outWeight: 0.33333334
3869
+ - serializedVersion: 3
3870
+ time: 1
3871
+ value: 1
3872
+ inSlope: 0
3873
+ outSlope: 0
3874
+ tangentMode: 0
3875
+ weightedMode: 0
3876
+ inWeight: 0.33333334
3877
+ outWeight: 0.33333334
3878
+ m_PreInfinity: 2
3879
+ m_PostInfinity: 2
3880
+ m_RotationOrder: 4
3881
+ minCurve:
3882
+ serializedVersion: 2
3883
+ m_Curve:
3884
+ - serializedVersion: 3
3885
+ time: 0
3886
+ value: 1
3887
+ inSlope: 0
3888
+ outSlope: 0
3889
+ tangentMode: 0
3890
+ weightedMode: 0
3891
+ inWeight: 0.33333334
3892
+ outWeight: 0.33333334
3893
+ - serializedVersion: 3
3894
+ time: 1
3895
+ value: 1
3896
+ inSlope: 0
3897
+ outSlope: 0
3898
+ tangentMode: 0
3899
+ weightedMode: 0
3900
+ inWeight: 0.33333334
3901
+ outWeight: 0.33333334
3902
+ m_PreInfinity: 2
3903
+ m_PostInfinity: 2
3904
+ m_RotationOrder: 4
3905
+ maxLights: 20
3906
+ TrailModule:
3907
+ enabled: 0
3908
+ mode: 0
3909
+ ratio: 1
3910
+ lifetime:
3911
+ serializedVersion: 2
3912
+ minMaxState: 0
3913
+ scalar: 1
3914
+ minScalar: 1
3915
+ maxCurve:
3916
+ serializedVersion: 2
3917
+ m_Curve:
3918
+ - serializedVersion: 3
3919
+ time: 0
3920
+ value: 1
3921
+ inSlope: 0
3922
+ outSlope: 0
3923
+ tangentMode: 0
3924
+ weightedMode: 0
3925
+ inWeight: 0.33333334
3926
+ outWeight: 0.33333334
3927
+ - serializedVersion: 3
3928
+ time: 1
3929
+ value: 1
3930
+ inSlope: 0
3931
+ outSlope: 0
3932
+ tangentMode: 0
3933
+ weightedMode: 0
3934
+ inWeight: 0.33333334
3935
+ outWeight: 0.33333334
3936
+ m_PreInfinity: 2
3937
+ m_PostInfinity: 2
3938
+ m_RotationOrder: 4
3939
+ minCurve:
3940
+ serializedVersion: 2
3941
+ m_Curve:
3942
+ - serializedVersion: 3
3943
+ time: 0
3944
+ value: 1
3945
+ inSlope: 0
3946
+ outSlope: 0
3947
+ tangentMode: 0
3948
+ weightedMode: 0
3949
+ inWeight: 0.33333334
3950
+ outWeight: 0.33333334
3951
+ - serializedVersion: 3
3952
+ time: 1
3953
+ value: 1
3954
+ inSlope: 0
3955
+ outSlope: 0
3956
+ tangentMode: 0
3957
+ weightedMode: 0
3958
+ inWeight: 0.33333334
3959
+ outWeight: 0.33333334
3960
+ m_PreInfinity: 2
3961
+ m_PostInfinity: 2
3962
+ m_RotationOrder: 4
3963
+ minVertexDistance: 0.2
3964
+ textureMode: 0
3965
+ ribbonCount: 1
3966
+ shadowBias: 0.5
3967
+ worldSpace: 0
3968
+ dieWithParticles: 1
3969
+ sizeAffectsWidth: 1
3970
+ sizeAffectsLifetime: 0
3971
+ inheritParticleColor: 1
3972
+ generateLightingData: 0
3973
+ splitSubEmitterRibbons: 0
3974
+ attachRibbonsToTransform: 0
3975
+ colorOverLifetime:
3976
+ serializedVersion: 2
3977
+ minMaxState: 0
3978
+ minColor: {r: 1, g: 1, b: 1, a: 1}
3979
+ maxColor: {r: 1, g: 1, b: 1, a: 1}
3980
+ maxGradient:
3981
+ serializedVersion: 2
3982
+ key0: {r: 1, g: 1, b: 1, a: 1}
3983
+ key1: {r: 1, g: 1, b: 1, a: 1}
3984
+ key2: {r: 0, g: 0, b: 0, a: 0}
3985
+ key3: {r: 0, g: 0, b: 0, a: 0}
3986
+ key4: {r: 0, g: 0, b: 0, a: 0}
3987
+ key5: {r: 0, g: 0, b: 0, a: 0}
3988
+ key6: {r: 0, g: 0, b: 0, a: 0}
3989
+ key7: {r: 0, g: 0, b: 0, a: 0}
3990
+ ctime0: 0
3991
+ ctime1: 65535
3992
+ ctime2: 0
3993
+ ctime3: 0
3994
+ ctime4: 0
3995
+ ctime5: 0
3996
+ ctime6: 0
3997
+ ctime7: 0
3998
+ atime0: 0
3999
+ atime1: 65535
4000
+ atime2: 0
4001
+ atime3: 0
4002
+ atime4: 0
4003
+ atime5: 0
4004
+ atime6: 0
4005
+ atime7: 0
4006
+ m_Mode: 0
4007
+ m_NumColorKeys: 2
4008
+ m_NumAlphaKeys: 2
4009
+ minGradient:
4010
+ serializedVersion: 2
4011
+ key0: {r: 1, g: 1, b: 1, a: 1}
4012
+ key1: {r: 1, g: 1, b: 1, a: 1}
4013
+ key2: {r: 0, g: 0, b: 0, a: 0}
4014
+ key3: {r: 0, g: 0, b: 0, a: 0}
4015
+ key4: {r: 0, g: 0, b: 0, a: 0}
4016
+ key5: {r: 0, g: 0, b: 0, a: 0}
4017
+ key6: {r: 0, g: 0, b: 0, a: 0}
4018
+ key7: {r: 0, g: 0, b: 0, a: 0}
4019
+ ctime0: 0
4020
+ ctime1: 65535
4021
+ ctime2: 0
4022
+ ctime3: 0
4023
+ ctime4: 0
4024
+ ctime5: 0
4025
+ ctime6: 0
4026
+ ctime7: 0
4027
+ atime0: 0
4028
+ atime1: 65535
4029
+ atime2: 0
4030
+ atime3: 0
4031
+ atime4: 0
4032
+ atime5: 0
4033
+ atime6: 0
4034
+ atime7: 0
4035
+ m_Mode: 0
4036
+ m_NumColorKeys: 2
4037
+ m_NumAlphaKeys: 2
4038
+ widthOverTrail:
4039
+ serializedVersion: 2
4040
+ minMaxState: 0
4041
+ scalar: 1
4042
+ minScalar: 1
4043
+ maxCurve:
4044
+ serializedVersion: 2
4045
+ m_Curve:
4046
+ - serializedVersion: 3
4047
+ time: 0
4048
+ value: 1
4049
+ inSlope: 0
4050
+ outSlope: 0
4051
+ tangentMode: 0
4052
+ weightedMode: 0
4053
+ inWeight: 0.33333334
4054
+ outWeight: 0.33333334
4055
+ - serializedVersion: 3
4056
+ time: 1
4057
+ value: 1
4058
+ inSlope: 0
4059
+ outSlope: 0
4060
+ tangentMode: 0
4061
+ weightedMode: 0
4062
+ inWeight: 0.33333334
4063
+ outWeight: 0.33333334
4064
+ m_PreInfinity: 2
4065
+ m_PostInfinity: 2
4066
+ m_RotationOrder: 4
4067
+ minCurve:
4068
+ serializedVersion: 2
4069
+ m_Curve:
4070
+ - serializedVersion: 3
4071
+ time: 0
4072
+ value: 1
4073
+ inSlope: 0
4074
+ outSlope: 0
4075
+ tangentMode: 0
4076
+ weightedMode: 0
4077
+ inWeight: 0.33333334
4078
+ outWeight: 0.33333334
4079
+ - serializedVersion: 3
4080
+ time: 1
4081
+ value: 1
4082
+ inSlope: 0
4083
+ outSlope: 0
4084
+ tangentMode: 0
4085
+ weightedMode: 0
4086
+ inWeight: 0.33333334
4087
+ outWeight: 0.33333334
4088
+ m_PreInfinity: 2
4089
+ m_PostInfinity: 2
4090
+ m_RotationOrder: 4
4091
+ colorOverTrail:
4092
+ serializedVersion: 2
4093
+ minMaxState: 0
4094
+ minColor: {r: 1, g: 1, b: 1, a: 1}
4095
+ maxColor: {r: 1, g: 1, b: 1, a: 1}
4096
+ maxGradient:
4097
+ serializedVersion: 2
4098
+ key0: {r: 1, g: 1, b: 1, a: 1}
4099
+ key1: {r: 1, g: 1, b: 1, a: 1}
4100
+ key2: {r: 0, g: 0, b: 0, a: 0}
4101
+ key3: {r: 0, g: 0, b: 0, a: 0}
4102
+ key4: {r: 0, g: 0, b: 0, a: 0}
4103
+ key5: {r: 0, g: 0, b: 0, a: 0}
4104
+ key6: {r: 0, g: 0, b: 0, a: 0}
4105
+ key7: {r: 0, g: 0, b: 0, a: 0}
4106
+ ctime0: 0
4107
+ ctime1: 65535
4108
+ ctime2: 0
4109
+ ctime3: 0
4110
+ ctime4: 0
4111
+ ctime5: 0
4112
+ ctime6: 0
4113
+ ctime7: 0
4114
+ atime0: 0
4115
+ atime1: 65535
4116
+ atime2: 0
4117
+ atime3: 0
4118
+ atime4: 0
4119
+ atime5: 0
4120
+ atime6: 0
4121
+ atime7: 0
4122
+ m_Mode: 0
4123
+ m_NumColorKeys: 2
4124
+ m_NumAlphaKeys: 2
4125
+ minGradient:
4126
+ serializedVersion: 2
4127
+ key0: {r: 1, g: 1, b: 1, a: 1}
4128
+ key1: {r: 1, g: 1, b: 1, a: 1}
4129
+ key2: {r: 0, g: 0, b: 0, a: 0}
4130
+ key3: {r: 0, g: 0, b: 0, a: 0}
4131
+ key4: {r: 0, g: 0, b: 0, a: 0}
4132
+ key5: {r: 0, g: 0, b: 0, a: 0}
4133
+ key6: {r: 0, g: 0, b: 0, a: 0}
4134
+ key7: {r: 0, g: 0, b: 0, a: 0}
4135
+ ctime0: 0
4136
+ ctime1: 65535
4137
+ ctime2: 0
4138
+ ctime3: 0
4139
+ ctime4: 0
4140
+ ctime5: 0
4141
+ ctime6: 0
4142
+ ctime7: 0
4143
+ atime0: 0
4144
+ atime1: 65535
4145
+ atime2: 0
4146
+ atime3: 0
4147
+ atime4: 0
4148
+ atime5: 0
4149
+ atime6: 0
4150
+ atime7: 0
4151
+ m_Mode: 0
4152
+ m_NumColorKeys: 2
4153
+ m_NumAlphaKeys: 2
4154
+ CustomDataModule:
4155
+ enabled: 0
4156
+ mode0: 0
4157
+ vectorComponentCount0: 4
4158
+ color0:
4159
+ serializedVersion: 2
4160
+ minMaxState: 0
4161
+ minColor: {r: 1, g: 1, b: 1, a: 1}
4162
+ maxColor: {r: 1, g: 1, b: 1, a: 1}
4163
+ maxGradient:
4164
+ serializedVersion: 2
4165
+ key0: {r: 1, g: 1, b: 1, a: 1}
4166
+ key1: {r: 1, g: 1, b: 1, a: 1}
4167
+ key2: {r: 0, g: 0, b: 0, a: 0}
4168
+ key3: {r: 0, g: 0, b: 0, a: 0}
4169
+ key4: {r: 0, g: 0, b: 0, a: 0}
4170
+ key5: {r: 0, g: 0, b: 0, a: 0}
4171
+ key6: {r: 0, g: 0, b: 0, a: 0}
4172
+ key7: {r: 0, g: 0, b: 0, a: 0}
4173
+ ctime0: 0
4174
+ ctime1: 65535
4175
+ ctime2: 0
4176
+ ctime3: 0
4177
+ ctime4: 0
4178
+ ctime5: 0
4179
+ ctime6: 0
4180
+ ctime7: 0
4181
+ atime0: 0
4182
+ atime1: 65535
4183
+ atime2: 0
4184
+ atime3: 0
4185
+ atime4: 0
4186
+ atime5: 0
4187
+ atime6: 0
4188
+ atime7: 0
4189
+ m_Mode: 0
4190
+ m_NumColorKeys: 2
4191
+ m_NumAlphaKeys: 2
4192
+ minGradient:
4193
+ serializedVersion: 2
4194
+ key0: {r: 1, g: 1, b: 1, a: 1}
4195
+ key1: {r: 1, g: 1, b: 1, a: 1}
4196
+ key2: {r: 0, g: 0, b: 0, a: 0}
4197
+ key3: {r: 0, g: 0, b: 0, a: 0}
4198
+ key4: {r: 0, g: 0, b: 0, a: 0}
4199
+ key5: {r: 0, g: 0, b: 0, a: 0}
4200
+ key6: {r: 0, g: 0, b: 0, a: 0}
4201
+ key7: {r: 0, g: 0, b: 0, a: 0}
4202
+ ctime0: 0
4203
+ ctime1: 65535
4204
+ ctime2: 0
4205
+ ctime3: 0
4206
+ ctime4: 0
4207
+ ctime5: 0
4208
+ ctime6: 0
4209
+ ctime7: 0
4210
+ atime0: 0
4211
+ atime1: 65535
4212
+ atime2: 0
4213
+ atime3: 0
4214
+ atime4: 0
4215
+ atime5: 0
4216
+ atime6: 0
4217
+ atime7: 0
4218
+ m_Mode: 0
4219
+ m_NumColorKeys: 2
4220
+ m_NumAlphaKeys: 2
4221
+ colorLabel0: Color
4222
+ vector0_0:
4223
+ serializedVersion: 2
4224
+ minMaxState: 0
4225
+ scalar: 0
4226
+ minScalar: 0
4227
+ maxCurve:
4228
+ serializedVersion: 2
4229
+ m_Curve:
4230
+ - serializedVersion: 3
4231
+ time: 0
4232
+ value: 0
4233
+ inSlope: 0
4234
+ outSlope: 0
4235
+ tangentMode: 0
4236
+ weightedMode: 0
4237
+ inWeight: 0.33333334
4238
+ outWeight: 0.33333334
4239
+ - serializedVersion: 3
4240
+ time: 1
4241
+ value: 0
4242
+ inSlope: 0
4243
+ outSlope: 0
4244
+ tangentMode: 0
4245
+ weightedMode: 0
4246
+ inWeight: 0.33333334
4247
+ outWeight: 0.33333334
4248
+ m_PreInfinity: 2
4249
+ m_PostInfinity: 2
4250
+ m_RotationOrder: 4
4251
+ minCurve:
4252
+ serializedVersion: 2
4253
+ m_Curve:
4254
+ - serializedVersion: 3
4255
+ time: 0
4256
+ value: 0
4257
+ inSlope: 0
4258
+ outSlope: 0
4259
+ tangentMode: 0
4260
+ weightedMode: 0
4261
+ inWeight: 0.33333334
4262
+ outWeight: 0.33333334
4263
+ - serializedVersion: 3
4264
+ time: 1
4265
+ value: 0
4266
+ inSlope: 0
4267
+ outSlope: 0
4268
+ tangentMode: 0
4269
+ weightedMode: 0
4270
+ inWeight: 0.33333334
4271
+ outWeight: 0.33333334
4272
+ m_PreInfinity: 2
4273
+ m_PostInfinity: 2
4274
+ m_RotationOrder: 4
4275
+ vectorLabel0_0: X
4276
+ vector0_1:
4277
+ serializedVersion: 2
4278
+ minMaxState: 0
4279
+ scalar: 0
4280
+ minScalar: 0
4281
+ maxCurve:
4282
+ serializedVersion: 2
4283
+ m_Curve:
4284
+ - serializedVersion: 3
4285
+ time: 0
4286
+ value: 0
4287
+ inSlope: 0
4288
+ outSlope: 0
4289
+ tangentMode: 0
4290
+ weightedMode: 0
4291
+ inWeight: 0.33333334
4292
+ outWeight: 0.33333334
4293
+ - serializedVersion: 3
4294
+ time: 1
4295
+ value: 0
4296
+ inSlope: 0
4297
+ outSlope: 0
4298
+ tangentMode: 0
4299
+ weightedMode: 0
4300
+ inWeight: 0.33333334
4301
+ outWeight: 0.33333334
4302
+ m_PreInfinity: 2
4303
+ m_PostInfinity: 2
4304
+ m_RotationOrder: 4
4305
+ minCurve:
4306
+ serializedVersion: 2
4307
+ m_Curve:
4308
+ - serializedVersion: 3
4309
+ time: 0
4310
+ value: 0
4311
+ inSlope: 0
4312
+ outSlope: 0
4313
+ tangentMode: 0
4314
+ weightedMode: 0
4315
+ inWeight: 0.33333334
4316
+ outWeight: 0.33333334
4317
+ - serializedVersion: 3
4318
+ time: 1
4319
+ value: 0
4320
+ inSlope: 0
4321
+ outSlope: 0
4322
+ tangentMode: 0
4323
+ weightedMode: 0
4324
+ inWeight: 0.33333334
4325
+ outWeight: 0.33333334
4326
+ m_PreInfinity: 2
4327
+ m_PostInfinity: 2
4328
+ m_RotationOrder: 4
4329
+ vectorLabel0_1: Y
4330
+ vector0_2:
4331
+ serializedVersion: 2
4332
+ minMaxState: 0
4333
+ scalar: 0
4334
+ minScalar: 0
4335
+ maxCurve:
4336
+ serializedVersion: 2
4337
+ m_Curve:
4338
+ - serializedVersion: 3
4339
+ time: 0
4340
+ value: 0
4341
+ inSlope: 0
4342
+ outSlope: 0
4343
+ tangentMode: 0
4344
+ weightedMode: 0
4345
+ inWeight: 0.33333334
4346
+ outWeight: 0.33333334
4347
+ - serializedVersion: 3
4348
+ time: 1
4349
+ value: 0
4350
+ inSlope: 0
4351
+ outSlope: 0
4352
+ tangentMode: 0
4353
+ weightedMode: 0
4354
+ inWeight: 0.33333334
4355
+ outWeight: 0.33333334
4356
+ m_PreInfinity: 2
4357
+ m_PostInfinity: 2
4358
+ m_RotationOrder: 4
4359
+ minCurve:
4360
+ serializedVersion: 2
4361
+ m_Curve:
4362
+ - serializedVersion: 3
4363
+ time: 0
4364
+ value: 0
4365
+ inSlope: 0
4366
+ outSlope: 0
4367
+ tangentMode: 0
4368
+ weightedMode: 0
4369
+ inWeight: 0.33333334
4370
+ outWeight: 0.33333334
4371
+ - serializedVersion: 3
4372
+ time: 1
4373
+ value: 0
4374
+ inSlope: 0
4375
+ outSlope: 0
4376
+ tangentMode: 0
4377
+ weightedMode: 0
4378
+ inWeight: 0.33333334
4379
+ outWeight: 0.33333334
4380
+ m_PreInfinity: 2
4381
+ m_PostInfinity: 2
4382
+ m_RotationOrder: 4
4383
+ vectorLabel0_2: Z
4384
+ vector0_3:
4385
+ serializedVersion: 2
4386
+ minMaxState: 0
4387
+ scalar: 0
4388
+ minScalar: 0
4389
+ maxCurve:
4390
+ serializedVersion: 2
4391
+ m_Curve:
4392
+ - serializedVersion: 3
4393
+ time: 0
4394
+ value: 0
4395
+ inSlope: 0
4396
+ outSlope: 0
4397
+ tangentMode: 0
4398
+ weightedMode: 0
4399
+ inWeight: 0.33333334
4400
+ outWeight: 0.33333334
4401
+ - serializedVersion: 3
4402
+ time: 1
4403
+ value: 0
4404
+ inSlope: 0
4405
+ outSlope: 0
4406
+ tangentMode: 0
4407
+ weightedMode: 0
4408
+ inWeight: 0.33333334
4409
+ outWeight: 0.33333334
4410
+ m_PreInfinity: 2
4411
+ m_PostInfinity: 2
4412
+ m_RotationOrder: 4
4413
+ minCurve:
4414
+ serializedVersion: 2
4415
+ m_Curve:
4416
+ - serializedVersion: 3
4417
+ time: 0
4418
+ value: 0
4419
+ inSlope: 0
4420
+ outSlope: 0
4421
+ tangentMode: 0
4422
+ weightedMode: 0
4423
+ inWeight: 0.33333334
4424
+ outWeight: 0.33333334
4425
+ - serializedVersion: 3
4426
+ time: 1
4427
+ value: 0
4428
+ inSlope: 0
4429
+ outSlope: 0
4430
+ tangentMode: 0
4431
+ weightedMode: 0
4432
+ inWeight: 0.33333334
4433
+ outWeight: 0.33333334
4434
+ m_PreInfinity: 2
4435
+ m_PostInfinity: 2
4436
+ m_RotationOrder: 4
4437
+ vectorLabel0_3: W
4438
+ mode1: 0
4439
+ vectorComponentCount1: 4
4440
+ color1:
4441
+ serializedVersion: 2
4442
+ minMaxState: 0
4443
+ minColor: {r: 1, g: 1, b: 1, a: 1}
4444
+ maxColor: {r: 1, g: 1, b: 1, a: 1}
4445
+ maxGradient:
4446
+ serializedVersion: 2
4447
+ key0: {r: 1, g: 1, b: 1, a: 1}
4448
+ key1: {r: 1, g: 1, b: 1, a: 1}
4449
+ key2: {r: 0, g: 0, b: 0, a: 0}
4450
+ key3: {r: 0, g: 0, b: 0, a: 0}
4451
+ key4: {r: 0, g: 0, b: 0, a: 0}
4452
+ key5: {r: 0, g: 0, b: 0, a: 0}
4453
+ key6: {r: 0, g: 0, b: 0, a: 0}
4454
+ key7: {r: 0, g: 0, b: 0, a: 0}
4455
+ ctime0: 0
4456
+ ctime1: 65535
4457
+ ctime2: 0
4458
+ ctime3: 0
4459
+ ctime4: 0
4460
+ ctime5: 0
4461
+ ctime6: 0
4462
+ ctime7: 0
4463
+ atime0: 0
4464
+ atime1: 65535
4465
+ atime2: 0
4466
+ atime3: 0
4467
+ atime4: 0
4468
+ atime5: 0
4469
+ atime6: 0
4470
+ atime7: 0
4471
+ m_Mode: 0
4472
+ m_NumColorKeys: 2
4473
+ m_NumAlphaKeys: 2
4474
+ minGradient:
4475
+ serializedVersion: 2
4476
+ key0: {r: 1, g: 1, b: 1, a: 1}
4477
+ key1: {r: 1, g: 1, b: 1, a: 1}
4478
+ key2: {r: 0, g: 0, b: 0, a: 0}
4479
+ key3: {r: 0, g: 0, b: 0, a: 0}
4480
+ key4: {r: 0, g: 0, b: 0, a: 0}
4481
+ key5: {r: 0, g: 0, b: 0, a: 0}
4482
+ key6: {r: 0, g: 0, b: 0, a: 0}
4483
+ key7: {r: 0, g: 0, b: 0, a: 0}
4484
+ ctime0: 0
4485
+ ctime1: 65535
4486
+ ctime2: 0
4487
+ ctime3: 0
4488
+ ctime4: 0
4489
+ ctime5: 0
4490
+ ctime6: 0
4491
+ ctime7: 0
4492
+ atime0: 0
4493
+ atime1: 65535
4494
+ atime2: 0
4495
+ atime3: 0
4496
+ atime4: 0
4497
+ atime5: 0
4498
+ atime6: 0
4499
+ atime7: 0
4500
+ m_Mode: 0
4501
+ m_NumColorKeys: 2
4502
+ m_NumAlphaKeys: 2
4503
+ colorLabel1: Color
4504
+ vector1_0:
4505
+ serializedVersion: 2
4506
+ minMaxState: 0
4507
+ scalar: 0
4508
+ minScalar: 0
4509
+ maxCurve:
4510
+ serializedVersion: 2
4511
+ m_Curve:
4512
+ - serializedVersion: 3
4513
+ time: 0
4514
+ value: 0
4515
+ inSlope: 0
4516
+ outSlope: 0
4517
+ tangentMode: 0
4518
+ weightedMode: 0
4519
+ inWeight: 0.33333334
4520
+ outWeight: 0.33333334
4521
+ - serializedVersion: 3
4522
+ time: 1
4523
+ value: 0
4524
+ inSlope: 0
4525
+ outSlope: 0
4526
+ tangentMode: 0
4527
+ weightedMode: 0
4528
+ inWeight: 0.33333334
4529
+ outWeight: 0.33333334
4530
+ m_PreInfinity: 2
4531
+ m_PostInfinity: 2
4532
+ m_RotationOrder: 4
4533
+ minCurve:
4534
+ serializedVersion: 2
4535
+ m_Curve:
4536
+ - serializedVersion: 3
4537
+ time: 0
4538
+ value: 0
4539
+ inSlope: 0
4540
+ outSlope: 0
4541
+ tangentMode: 0
4542
+ weightedMode: 0
4543
+ inWeight: 0.33333334
4544
+ outWeight: 0.33333334
4545
+ - serializedVersion: 3
4546
+ time: 1
4547
+ value: 0
4548
+ inSlope: 0
4549
+ outSlope: 0
4550
+ tangentMode: 0
4551
+ weightedMode: 0
4552
+ inWeight: 0.33333334
4553
+ outWeight: 0.33333334
4554
+ m_PreInfinity: 2
4555
+ m_PostInfinity: 2
4556
+ m_RotationOrder: 4
4557
+ vectorLabel1_0: X
4558
+ vector1_1:
4559
+ serializedVersion: 2
4560
+ minMaxState: 0
4561
+ scalar: 0
4562
+ minScalar: 0
4563
+ maxCurve:
4564
+ serializedVersion: 2
4565
+ m_Curve:
4566
+ - serializedVersion: 3
4567
+ time: 0
4568
+ value: 0
4569
+ inSlope: 0
4570
+ outSlope: 0
4571
+ tangentMode: 0
4572
+ weightedMode: 0
4573
+ inWeight: 0.33333334
4574
+ outWeight: 0.33333334
4575
+ - serializedVersion: 3
4576
+ time: 1
4577
+ value: 0
4578
+ inSlope: 0
4579
+ outSlope: 0
4580
+ tangentMode: 0
4581
+ weightedMode: 0
4582
+ inWeight: 0.33333334
4583
+ outWeight: 0.33333334
4584
+ m_PreInfinity: 2
4585
+ m_PostInfinity: 2
4586
+ m_RotationOrder: 4
4587
+ minCurve:
4588
+ serializedVersion: 2
4589
+ m_Curve:
4590
+ - serializedVersion: 3
4591
+ time: 0
4592
+ value: 0
4593
+ inSlope: 0
4594
+ outSlope: 0
4595
+ tangentMode: 0
4596
+ weightedMode: 0
4597
+ inWeight: 0.33333334
4598
+ outWeight: 0.33333334
4599
+ - serializedVersion: 3
4600
+ time: 1
4601
+ value: 0
4602
+ inSlope: 0
4603
+ outSlope: 0
4604
+ tangentMode: 0
4605
+ weightedMode: 0
4606
+ inWeight: 0.33333334
4607
+ outWeight: 0.33333334
4608
+ m_PreInfinity: 2
4609
+ m_PostInfinity: 2
4610
+ m_RotationOrder: 4
4611
+ vectorLabel1_1: Y
4612
+ vector1_2:
4613
+ serializedVersion: 2
4614
+ minMaxState: 0
4615
+ scalar: 0
4616
+ minScalar: 0
4617
+ maxCurve:
4618
+ serializedVersion: 2
4619
+ m_Curve:
4620
+ - serializedVersion: 3
4621
+ time: 0
4622
+ value: 0
4623
+ inSlope: 0
4624
+ outSlope: 0
4625
+ tangentMode: 0
4626
+ weightedMode: 0
4627
+ inWeight: 0.33333334
4628
+ outWeight: 0.33333334
4629
+ - serializedVersion: 3
4630
+ time: 1
4631
+ value: 0
4632
+ inSlope: 0
4633
+ outSlope: 0
4634
+ tangentMode: 0
4635
+ weightedMode: 0
4636
+ inWeight: 0.33333334
4637
+ outWeight: 0.33333334
4638
+ m_PreInfinity: 2
4639
+ m_PostInfinity: 2
4640
+ m_RotationOrder: 4
4641
+ minCurve:
4642
+ serializedVersion: 2
4643
+ m_Curve:
4644
+ - serializedVersion: 3
4645
+ time: 0
4646
+ value: 0
4647
+ inSlope: 0
4648
+ outSlope: 0
4649
+ tangentMode: 0
4650
+ weightedMode: 0
4651
+ inWeight: 0.33333334
4652
+ outWeight: 0.33333334
4653
+ - serializedVersion: 3
4654
+ time: 1
4655
+ value: 0
4656
+ inSlope: 0
4657
+ outSlope: 0
4658
+ tangentMode: 0
4659
+ weightedMode: 0
4660
+ inWeight: 0.33333334
4661
+ outWeight: 0.33333334
4662
+ m_PreInfinity: 2
4663
+ m_PostInfinity: 2
4664
+ m_RotationOrder: 4
4665
+ vectorLabel1_2: Z
4666
+ vector1_3:
4667
+ serializedVersion: 2
4668
+ minMaxState: 0
4669
+ scalar: 0
4670
+ minScalar: 0
4671
+ maxCurve:
4672
+ serializedVersion: 2
4673
+ m_Curve:
4674
+ - serializedVersion: 3
4675
+ time: 0
4676
+ value: 0
4677
+ inSlope: 0
4678
+ outSlope: 0
4679
+ tangentMode: 0
4680
+ weightedMode: 0
4681
+ inWeight: 0.33333334
4682
+ outWeight: 0.33333334
4683
+ - serializedVersion: 3
4684
+ time: 1
4685
+ value: 0
4686
+ inSlope: 0
4687
+ outSlope: 0
4688
+ tangentMode: 0
4689
+ weightedMode: 0
4690
+ inWeight: 0.33333334
4691
+ outWeight: 0.33333334
4692
+ m_PreInfinity: 2
4693
+ m_PostInfinity: 2
4694
+ m_RotationOrder: 4
4695
+ minCurve:
4696
+ serializedVersion: 2
4697
+ m_Curve:
4698
+ - serializedVersion: 3
4699
+ time: 0
4700
+ value: 0
4701
+ inSlope: 0
4702
+ outSlope: 0
4703
+ tangentMode: 0
4704
+ weightedMode: 0
4705
+ inWeight: 0.33333334
4706
+ outWeight: 0.33333334
4707
+ - serializedVersion: 3
4708
+ time: 1
4709
+ value: 0
4710
+ inSlope: 0
4711
+ outSlope: 0
4712
+ tangentMode: 0
4713
+ weightedMode: 0
4714
+ inWeight: 0.33333334
4715
+ outWeight: 0.33333334
4716
+ m_PreInfinity: 2
4717
+ m_PostInfinity: 2
4718
+ m_RotationOrder: 4
4719
+ vectorLabel1_3: W
4720
+ --- !u!199 &1374650894598426168
4721
+ ParticleSystemRenderer:
4722
+ serializedVersion: 6
4723
+ m_ObjectHideFlags: 0
4724
+ m_CorrespondingSourceObject: {fileID: 0}
4725
+ m_PrefabInstance: {fileID: 0}
4726
+ m_PrefabAsset: {fileID: 0}
4727
+ m_GameObject: {fileID: 5070097638365878683}
4728
+ m_Enabled: 1
4729
+ m_CastShadows: 0
4730
+ m_ReceiveShadows: 0
4731
+ m_DynamicOccludee: 1
4732
+ m_MotionVectors: 1
4733
+ m_LightProbeUsage: 0
4734
+ m_ReflectionProbeUsage: 0
4735
+ m_RayTracingMode: 0
4736
+ m_RenderingLayerMask: 1
4737
+ m_RendererPriority: 0
4738
+ m_Materials:
4739
+ - {fileID: 2100000, guid: 31f2a6c9612b6df4fa0628514df7b8e0, type: 2}
4740
+ - {fileID: 0}
4741
+ m_StaticBatchInfo:
4742
+ firstSubMesh: 0
4743
+ subMeshCount: 0
4744
+ m_StaticBatchRoot: {fileID: 0}
4745
+ m_ProbeAnchor: {fileID: 0}
4746
+ m_LightProbeVolumeOverride: {fileID: 0}
4747
+ m_ScaleInLightmap: 1
4748
+ m_ReceiveGI: 1
4749
+ m_PreserveUVs: 0
4750
+ m_IgnoreNormalsForChartDetection: 0
4751
+ m_ImportantGI: 0
4752
+ m_StitchLightmapSeams: 1
4753
+ m_SelectedEditorRenderState: 3
4754
+ m_MinimumChartSize: 4
4755
+ m_AutoUVMaxDistance: 0.5
4756
+ m_AutoUVMaxAngle: 89
4757
+ m_LightmapParameters: {fileID: 0}
4758
+ m_SortingLayerID: 0
4759
+ m_SortingLayer: 0
4760
+ m_SortingOrder: 0
4761
+ m_RenderMode: 4
4762
+ m_SortMode: 0
4763
+ m_MinParticleSize: 0
4764
+ m_MaxParticleSize: 0.5
4765
+ m_CameraVelocityScale: 0
4766
+ m_VelocityScale: 0
4767
+ m_LengthScale: 2
4768
+ m_SortingFudge: 0
4769
+ m_NormalDirection: 1
4770
+ m_ShadowBias: 0
4771
+ m_RenderAlignment: 0
4772
+ m_Pivot: {x: 0, y: 0, z: 0}
4773
+ m_Flip: {x: 0, y: 0, z: 0}
4774
+ m_UseCustomVertexStreams: 0
4775
+ m_EnableGPUInstancing: 1
4776
+ m_ApplyActiveColorSpace: 1
4777
+ m_AllowRoll: 1
4778
+ m_VertexStreams: 00010304
4779
+ m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
4780
+ m_Mesh1: {fileID: 0}
4781
+ m_Mesh2: {fileID: 0}
4782
+ m_Mesh3: {fileID: 0}
4783
+ m_MaskInteraction: 0