From cafc40dc2b8c8afa77d5176bf661bd143bd4d350 Mon Sep 17 00:00:00 2001 From: Ali Sharoz Date: Mon, 3 Feb 2025 19:16:48 +0500 Subject: [PATCH] Freeze Ball and Fixed UI Anchor Point --- Assets/3rd.meta | 8 + Assets/3rd/Epic Toon FX.meta | 8 + Assets/3rd/Epic Toon FX/Materials.meta | 8 + Assets/3rd/Epic Toon FX/Materials/Basics.meta | 8 + .../Materials/Basics/circle_AB.mat | 71 + .../Materials/Basics/circle_AB.mat.meta | 8 + .../Materials/Basics/glow1_ADD.mat | 71 + .../Materials/Basics/glow1_ADD.mat.meta | 8 + Assets/3rd/Epic Toon FX/Materials/Misc.meta | 8 + .../Materials/Misc/Explosions.meta | 8 + .../Explosions/nova_3x3_spritesheet_ADD.mat | 74 + .../nova_3x3_spritesheet_ADD.mat.meta | 8 + .../Epic Toon FX/Materials/Misc/Stars.meta | 8 + .../Materials/Misc/Stars/star_AB.mat | 73 + .../Materials/Misc/Stars/star_AB.mat.meta | 8 + Assets/3rd/Epic Toon FX/Textures.meta | 8 + Assets/3rd/Epic Toon FX/Textures/circle.png | Bin 0 -> 6439 bytes .../3rd/Epic Toon FX/Textures/circle.png.meta | 134 + Assets/3rd/Epic Toon FX/Textures/glow1.png | Bin 0 -> 65262 bytes .../3rd/Epic Toon FX/Textures/glow1.png.meta | 146 + .../Textures/nova_3x3_spritesheet.png | Bin 0 -> 84831 bytes .../Textures/nova_3x3_spritesheet.png.meta | 134 + Assets/3rd/Epic Toon FX/Textures/star.png | Bin 0 -> 9539 bytes .../3rd/Epic Toon FX/Textures/star.png.meta | 134 + .../JMO Assets/Toony Colors Pro/Shaders.meta | 8 + .../Toony Colors Pro/Shaders/Legacy.meta | 8 + .../Shaders/Legacy/Include.meta | 8 + .../Shaders/Legacy/Include/TCP2_Include.cginc | 216 + .../Legacy/Include/TCP2_Include.cginc.meta | 7 + .../Shaders/Legacy/Variants.meta | 8 + .../Variants/TCP2_Mobile_Rim_Outline.shader | 134 + .../TCP2_Mobile_Rim_Outline.shader.meta | 10 + Assets/Materials.meta | 8 + Assets/Materials/Colors.meta | 8 + Assets/Materials/Colors/Yellow.mat | 153 + Assets/Materials/Colors/Yellow.mat.meta | 8 + .../Abilities/FreezeThrowPrefab.prefab | 121 +- Assets/Source.meta | 8 + Assets/Source/Prefabs.meta | 8 + Assets/Source/Prefabs/Projectiles.meta | 8 + .../Projectiles/Pistol Bullet Orange 1.prefab | 23995 ++++++++++++++++ .../Pistol Bullet Orange 1.prefab.meta | 7 + 42 files changed, 25650 insertions(+), 6 deletions(-) create mode 100644 Assets/3rd.meta create mode 100644 Assets/3rd/Epic Toon FX.meta create mode 100644 Assets/3rd/Epic Toon FX/Materials.meta create mode 100644 Assets/3rd/Epic Toon FX/Materials/Basics.meta create mode 100644 Assets/3rd/Epic Toon FX/Materials/Basics/circle_AB.mat create mode 100644 Assets/3rd/Epic Toon FX/Materials/Basics/circle_AB.mat.meta create mode 100644 Assets/3rd/Epic Toon FX/Materials/Basics/glow1_ADD.mat create mode 100644 Assets/3rd/Epic Toon FX/Materials/Basics/glow1_ADD.mat.meta create mode 100644 Assets/3rd/Epic Toon FX/Materials/Misc.meta create mode 100644 Assets/3rd/Epic Toon FX/Materials/Misc/Explosions.meta create mode 100644 Assets/3rd/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat create mode 100644 Assets/3rd/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat.meta create mode 100644 Assets/3rd/Epic Toon FX/Materials/Misc/Stars.meta create mode 100644 Assets/3rd/Epic Toon FX/Materials/Misc/Stars/star_AB.mat create mode 100644 Assets/3rd/Epic Toon FX/Materials/Misc/Stars/star_AB.mat.meta create mode 100644 Assets/3rd/Epic Toon FX/Textures.meta create mode 100644 Assets/3rd/Epic Toon FX/Textures/circle.png create mode 100644 Assets/3rd/Epic Toon FX/Textures/circle.png.meta create mode 100644 Assets/3rd/Epic Toon FX/Textures/glow1.png create mode 100644 Assets/3rd/Epic Toon FX/Textures/glow1.png.meta create mode 100644 Assets/3rd/Epic Toon FX/Textures/nova_3x3_spritesheet.png create mode 100644 Assets/3rd/Epic Toon FX/Textures/nova_3x3_spritesheet.png.meta create mode 100644 Assets/3rd/Epic Toon FX/Textures/star.png create mode 100644 Assets/3rd/Epic Toon FX/Textures/star.png.meta create mode 100644 Assets/JMO Assets/Toony Colors Pro/Shaders.meta create mode 100644 Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy.meta create mode 100644 Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include.meta create mode 100644 Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include/TCP2_Include.cginc create mode 100644 Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include/TCP2_Include.cginc.meta create mode 100644 Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants.meta create mode 100644 Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants/TCP2_Mobile_Rim_Outline.shader create mode 100644 Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants/TCP2_Mobile_Rim_Outline.shader.meta create mode 100644 Assets/Materials.meta create mode 100644 Assets/Materials/Colors.meta create mode 100644 Assets/Materials/Colors/Yellow.mat create mode 100644 Assets/Materials/Colors/Yellow.mat.meta create mode 100644 Assets/Source.meta create mode 100644 Assets/Source/Prefabs.meta create mode 100644 Assets/Source/Prefabs/Projectiles.meta create mode 100644 Assets/Source/Prefabs/Projectiles/Pistol Bullet Orange 1.prefab create mode 100644 Assets/Source/Prefabs/Projectiles/Pistol Bullet Orange 1.prefab.meta diff --git a/Assets/3rd.meta b/Assets/3rd.meta new file mode 100644 index 00000000..e28e0a7d --- /dev/null +++ b/Assets/3rd.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 035cb8f7bbb90df4dbe77f8766c1020d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX.meta b/Assets/3rd/Epic Toon FX.meta new file mode 100644 index 00000000..06959d2f --- /dev/null +++ b/Assets/3rd/Epic Toon FX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e687dc6e1a2d3ec4ab6e3a9a2959e368 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Materials.meta b/Assets/3rd/Epic Toon FX/Materials.meta new file mode 100644 index 00000000..bf389522 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 71d40ae916c2eae4db33e3c8caa19ef5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Materials/Basics.meta b/Assets/3rd/Epic Toon FX/Materials/Basics.meta new file mode 100644 index 00000000..9d4af855 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Basics.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d207a657a5b9ab049be039b883071aad +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Materials/Basics/circle_AB.mat b/Assets/3rd/Epic Toon FX/Materials/Basics/circle_AB.mat new file mode 100644 index 00000000..763e1914 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Basics/circle_AB.mat @@ -0,0 +1,71 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: circle_AB + m_Shader: {fileID: 211, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: + - _ALPHABLEND_ON + - _FADING_ON + m_InvalidKeywords: [] + m_LightmapFlags: 0 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - GRABPASS + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 155f67fd8750f8e4e83c8efb1731f3a0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BlendOp: 0 + - _BumpScale: 1 + - _CameraFadingEnabled: 0 + - _CameraFarFadeDistance: 2 + - _CameraNearFadeDistance: 1 + - _ColorMode: 0 + - _Cull: 0 + - _Cutoff: 0.5 + - _DistortionBlend: 0.5 + - _DistortionEnabled: 0 + - _DistortionStrength: 1 + - _DistortionStrengthScaled: 0 + - _DstBlend: 10 + - _EmissionEnabled: 0 + - _FlipbookMode: 0 + - _InvFade: 3 + - _LightingEnabled: 0 + - _Mode: 2 + - _SoftParticlesEnabled: 1 + - _SoftParticlesFarFadeDistance: 0.15 + - _SoftParticlesNearFadeDistance: 0 + - _SrcBlend: 5 + - _ZWrite: 0 + m_Colors: + - _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _ColorAddSubDiff: {r: 0, g: 0, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SoftParticleFadeParams: {r: 0, g: 6.6666665, b: 0, a: 0} + - _TintColor: {r: 0.5019608, g: 0.5019608, b: 0.5019608, a: 0.5019608} + m_BuildTextureStacks: [] diff --git a/Assets/3rd/Epic Toon FX/Materials/Basics/circle_AB.mat.meta b/Assets/3rd/Epic Toon FX/Materials/Basics/circle_AB.mat.meta new file mode 100644 index 00000000..7d9e94c6 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Basics/circle_AB.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 150aee38b5d848b42b75593618992bb7 +timeCreated: 1445700447 +licenseType: Store +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Materials/Basics/glow1_ADD.mat b/Assets/3rd/Epic Toon FX/Materials/Basics/glow1_ADD.mat new file mode 100644 index 00000000..229e2184 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Basics/glow1_ADD.mat @@ -0,0 +1,71 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: glow1_ADD + m_Shader: {fileID: 211, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: + - _ALPHABLEND_ON + - _FADING_ON + m_InvalidKeywords: [] + m_LightmapFlags: 0 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - GRABPASS + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 75c822b01a637d547abc69e6f1f590b4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BlendOp: 0 + - _BumpScale: 1 + - _CameraFadingEnabled: 0 + - _CameraFarFadeDistance: 2 + - _CameraNearFadeDistance: 1 + - _ColorMode: 0 + - _Cull: 0 + - _Cutoff: 0.5 + - _DistortionBlend: 0.5 + - _DistortionEnabled: 0 + - _DistortionStrength: 1 + - _DistortionStrengthScaled: 0 + - _DstBlend: 1 + - _EmissionEnabled: 0 + - _FlipbookMode: 0 + - _InvFade: 1.5 + - _LightingEnabled: 0 + - _Mode: 4 + - _SoftParticlesEnabled: 1 + - _SoftParticlesFarFadeDistance: 0.4 + - _SoftParticlesNearFadeDistance: 0 + - _SrcBlend: 5 + - _ZWrite: 0 + m_Colors: + - _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _ColorAddSubDiff: {r: 0, g: 0, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SoftParticleFadeParams: {r: 0, g: 2.5, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/3rd/Epic Toon FX/Materials/Basics/glow1_ADD.mat.meta b/Assets/3rd/Epic Toon FX/Materials/Basics/glow1_ADD.mat.meta new file mode 100644 index 00000000..f69e1023 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Basics/glow1_ADD.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e653836c30661fe419b8992e230ca189 +timeCreated: 1445967777 +licenseType: Store +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Materials/Misc.meta b/Assets/3rd/Epic Toon FX/Materials/Misc.meta new file mode 100644 index 00000000..6f734c08 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Misc.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2d5cc26b7891b2b4f8f7cc0cc612c6a1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Materials/Misc/Explosions.meta b/Assets/3rd/Epic Toon FX/Materials/Misc/Explosions.meta new file mode 100644 index 00000000..5f4512d0 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Misc/Explosions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3150b931b339b824090721bc9ee5cc33 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat b/Assets/3rd/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat new file mode 100644 index 00000000..0ee82d67 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat @@ -0,0 +1,74 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: nova_3x3_spritesheet_ADD + m_Shader: {fileID: 211, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHABLEND_ON + - _FADING_ON + m_InvalidKeywords: [] + m_LightmapFlags: 0 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - GRABPASS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 9cc42a00498da1940afe6a3f05099fa5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BlendOp: 0 + - _BumpScale: 1 + - _CameraFadingEnabled: 0 + - _CameraFarFadeDistance: 2 + - _CameraNearFadeDistance: 1 + - _ColorMode: 0 + - _Cull: 0 + - _Cutoff: 0.5 + - _DistortionBlend: 0.5 + - _DistortionEnabled: 0 + - _DistortionStrength: 1 + - _DistortionStrengthScaled: 0 + - _DstBlend: 1 + - _EmissionEnabled: 0 + - _FlipbookMode: 0 + - _InvFade: 3 + - _LightingEnabled: 0 + - _Mode: 4 + - _SoftParticlesEnabled: 1 + - _SoftParticlesFarFadeDistance: 0.5 + - _SoftParticlesNearFadeDistance: 0 + - _SrcBlend: 5 + - _ZWrite: 0 + m_Colors: + - _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _ColorAddSubDiff: {r: 0, g: 0, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SoftParticleFadeParams: {r: 0, g: 2, b: 0, a: 0} + - _TintColor: {r: 0.5019608, g: 0.5019608, b: 0.5019608, a: 0.5294118} + m_BuildTextureStacks: [] diff --git a/Assets/3rd/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat.meta b/Assets/3rd/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat.meta new file mode 100644 index 00000000..fa3efbfe --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: da7ddd9092467374182355e1178b192e +timeCreated: 1518541746 +licenseType: Store +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Materials/Misc/Stars.meta b/Assets/3rd/Epic Toon FX/Materials/Misc/Stars.meta new file mode 100644 index 00000000..5c210b61 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Misc/Stars.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0478d0b38b3283c4e90fa48cf43a506c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Materials/Misc/Stars/star_AB.mat b/Assets/3rd/Epic Toon FX/Materials/Misc/Stars/star_AB.mat new file mode 100644 index 00000000..963b9d27 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Misc/Stars/star_AB.mat @@ -0,0 +1,73 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: star_AB + m_Shader: {fileID: 211, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHABLEND_ON + m_InvalidKeywords: [] + m_LightmapFlags: 0 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - GRABPASS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 93f8abb6df8f9f348910ec6328660560, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BlendOp: 0 + - _BumpScale: 1 + - _CameraFadingEnabled: 0 + - _CameraFarFadeDistance: 2 + - _CameraNearFadeDistance: 1 + - _ColorMode: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DistortionBlend: 0.5 + - _DistortionEnabled: 0 + - _DistortionStrength: 1 + - _DistortionStrengthScaled: 0 + - _DstBlend: 10 + - _EmissionEnabled: 0 + - _FlipbookMode: 0 + - _InvFade: 1 + - _LightingEnabled: 0 + - _Mode: 2 + - _SoftParticlesEnabled: 0 + - _SoftParticlesFarFadeDistance: 1 + - _SoftParticlesNearFadeDistance: 0 + - _SrcBlend: 5 + - _ZWrite: 0 + m_Colors: + - _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _ColorAddSubDiff: {r: 0, g: 0, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/3rd/Epic Toon FX/Materials/Misc/Stars/star_AB.mat.meta b/Assets/3rd/Epic Toon FX/Materials/Misc/Stars/star_AB.mat.meta new file mode 100644 index 00000000..0163aa83 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Materials/Misc/Stars/star_AB.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d05bd487e32791148ab238ebabb0154b +timeCreated: 1455892385 +licenseType: Store +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Textures.meta b/Assets/3rd/Epic Toon FX/Textures.meta new file mode 100644 index 00000000..bab83526 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 702d42fd7698f5b4fa2806cff2edbd5f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Textures/circle.png b/Assets/3rd/Epic Toon FX/Textures/circle.png new file mode 100644 index 0000000000000000000000000000000000000000..db571f56c8c108645b3bf034b2179f278b2d2ee8 GIT binary patch literal 6439 zcma)A2U8PF*WDyQD4~cnDGJhiuhJvZK`GK9bQA(XX@Wp#Ql$ve5mb6F5;}w~pdd=G zLBI$IsEDAn*XIv>^Ud6yv$H#M?%X?b=G@)*+eX^dl&q8h0BT*GndPgLXpZfCoV=1 zkc0r#TW;y6gS)VBHg&5eyYy#Y-d z$5D&WbN4<6yv3Q<>_a)sdP4Pu|ya2%*HM)H!7EcRZe? zV`#+s%v)(xFtmRi$zSvebVg8+XuKuA?8vnc2XRWUeV5kPvqeoiDS5P zT|Z4$N75w0jMH3)61=v$&84`J1SF%W@KBrJZto=S5zNd z{3LTzn2Pc~Jb1&Zk|g(%_@T;!b|FO-IV^$y$^w@j@RAT4>ep;g5TQtS9&5N>ji?%8 zt-o6h>xe&eo@fXpp^wnQQ^=77YH~VW)zGmtur!*}Dd%M8k-4-$Ax{B|zSGBlJ-uB2 z4PX1EKLadIQj)QjIwIUN^eLCc=|bX=1M)od@klBDwp6HYL$TRM`j59hdYf=>iB#mt z=&*99k1V)&Ho_G%L^y@t#%vU9^lwOSux)Vtw4p3;Qui%BHvKGMGJ0R{$|l{W%qE#@ zwv>kX>s*uN@|R|pWK*m)YhL0^>h8prUzYLDReT@Cq^n<2^XmC0Ru5*6qkDB<{n{@r zKfh{}^}*uf*p~L!tgoziAj3@!zMk!SobP8uK@=#3XbXY4^=~=?|vg2l8k9XN#_KR+N>c=5*_q+P!{vc&PZW7b-9THB=Z>*-rhZ_y^*8?s&JSw|0{ zhhFoM@p19#8*Ur!<(e3_l?s;LFt}kb{QlkhSMO(XWb;%cXQhaF#Jt(O)fSX>khKV| z9M|fq+qhv}YPE;!^p3Gsv?{SQx3+7#RZ~#IJJV6qQFf`U%_!Zd>cxzEfBg^K2(F^# zO8w>>*jcVc#L8LaK!OYce#Z4Z5VrUIvqou{edu;vJR_~rqF(p{yM-0}Q9 zwa~#|nOoxSmJ@UnbJFX$%VUBA_X8m#nUWmX6su@0xORk_nB3Ht3D`PS6x?@Uy)j|a(E|?Z+Y7?X58=d!XaiA z8P0v-auIwn3Cgg%5O-L7ghqr7^yE1BF;`Ern$n`{@5cFEjijPB4MvTW$ePH_-Wo2C zx8G80xQ>X~<7wmfXku=MeVzFLcl_d**dK=AkBN=3c%qh!iL+##l+2P1oLoXaT)p}C zX6DV6JahUqx>ZTBy30b|v!F^%Vg-ia;ZSD(X2JeyLhNv%XFahj!H&8!7xh2V|u zt`=@R@8d@mGpk+*zu$e=G`g57pTA#tu}j}azxE7Q@GT){bZ90$6R7biO%^~K7({9tQC%Pw1M{2e4m0QP|CuqAGBed`CFzh4j z49-o1n{At#=J=>$W|A@^yrWGse69PuU_VflT8`TMY5ve>Zp_U`8(T*dt4CLg3G!O7N-n;x*cQ8D*oJcBoUJx24_GbyT_zD+7bRJ*5PwTVaPUpAwQR^a+c%$>ixb4qYzn_hZo0lzG zEpqFW9MIc-+sfzZpNxk)@;h>C+iX4C_JX^bL)?zG*j~twFaPR#^n>YQX8MJq%5v91 zu+P!p(cvo7a@Yg@v+=Qx`9S`?noi?RhhOTu8uQ5I*l9JJ^QF1{rSSXsz@mf6CG8`! zn5c>Kw8IoyBxy=c%GeX?Cp#|`R23CJt35c|IxRy^xJ>Z9U_O6!K32=jBp!A=y)!#L znLYV3>t|Ma5BhP***1RXO5Ng6-_X_WksxVF`(JlYc6$St0y*|yuhJTCJmw4+xbXPX zaA^9W>?Hk4din(kEc@WpSz2`Q-@M7`tYcybKrk-=*eC%0T>Qf=0Q@BY*hT@Mlnns0 z&ohU?TL93Q=-$*Y3tITL9PUB%=fM9cTOH{|NoI@CWQ;gHc<`V>ASp4CYEZ%`<8z;c z7(=f_!hirmO9K(fNw2j<&{4{uq2=8o2qq$B-kVOP99wZg*xmX5zp2Wj#ffwb(g1_$a!Gc|7R52+TFYKW`<6J zBm5ei5BFzP9LoH8Us`?jx-1a57UEp?BCaO|7J}79RhRa(K}EnrNrilP=I5RpKF>3V zl*S~ZD+1rGP!6X#$!f@)(DAT$3~t!@;{#^Yw2%z&*x`$S;SKTU$2IniiUbi1SrE4y zl@t(QjW0O6OZY%Dv|VCFVgxC3zHQk=!2;TkMZ?{{9m~6BkIO51DO?UWf*#0G!_;jI zfi||^Hosu@O@)IKn3PwDvfbt<-t9;lZtqnWOD#fZ- zlHi}%4^per=C=0BPIFFd-$N#bP=t+_5KgL&2zbPa(`en_8mM+eA#98(7Qz|Rg{O_^ zz}his)3f2J@Dmu`SCAquQ~c}bc$Lj{h3^X8dNN?jg+7R-HE*xGWy0=S5X~_~t%3|N zbCC&K51%#bDSz49gm*rsoCNhqWORHNf4NU!!FDrLSu-zC6{}qzkCoZ zTdzm;f)BesXAbn4KPp3Joahw1!Pm^mxgYy)Xvq~IkMn4{rM@`<1@hC}--Vs8cdbae zwT4$1{B}k0{rIYYFuS3fUTm~^kT(DeCE0s3APLGLy;F$T$2mm zE86TpEUJo~F#(8PL3kpV4K{IjqswVdB$NgQu1h+%<-Y0P!;n{VDDK&){U z+Nq<`*k6JAaRHMd4NedwL3+4t%Xp_ZMKElR#t{(C%j@|4AAQua&Sb|@%yq`{ zfX7eP5fZEITc!ID|2}$WGSU364OW+s5)j5)&yVZUmB#w5o(@`I6I#IIhAD%hDFjNn z^eiB3Gc~4L?ljSRm?MSS?0W^G&yK|b_(^o*khm0;rtEJtAC+np;4TM0BNknUMJk<9(DYyzv zg85u>yC|u(g4FV_ZS_@1V;$!HOglO^(E3TiT4OMg2~++KTuVw*IY8p(+*fJzvi>_d zIfQK3KB|%n9~uz06<+FG`1K~41X<_qoI`LSBSDGPo-hA8EU0f>-0pYck9eFrNROTk z>!|kGLducXkuopjLX__lvs6Edv8u`!jUZ4$VJ96E4u3sD31oe{{WYWDYV(2qHBa)O zR`eCTeV?})4Ev^8gzyRf2j>E4=l_(TT_I0xMLymnt7i*>^IsJ2&VgFeO#KPa?L*AM zp_#vwqQvb){pt+fb3T!BO7I|M#8L5ynqYDXErsu{K~S zkrYUS3Ou4HL05hCLjU~^%;J&}jZrS-@yximthd1Lt_>tMbS5TaKoy3aviqb+g1xt+ zAtViB@uSC(A2VMCLM8Pyk0T|xvUyO+cWQ8nd3UL5EC8u*;cU88JT? zAgHMaS&b5IAoU$!r3T!Y9T_oc3=q7by2;firX*Oq{|@W~p;#i&189qt2;P$g@l=;i?*zRH;0$uP|Z_TrmD1%I{nV3h>p3 zoV=2l)vD{@oh7YFAPjp2n=yoU=#DaiYPRwo7Y3Q8P8F+S7-8OHb=P5*gYoJW_lOk) zgXGFR(xCposjTL@h0;LBRVmLDD0qhIY`Ow-1E_Z}JiFe$ctI38`y~Sc@*C}oZ<)=^ zRw6)I4Rgh%@bc|&vrRe_;uu~FPu-q^tLkbUJuu6GR1;i^%vzevf&`80KGPDFv1V_N zd$zd%p5Z&rpJ)0@FiLC|fw~$9*YnS*Xgrv`1b~sHv5BbAzKuC81n@=l*jSiss%j0w zf6SyoL;$f`xWa^3zQ(X;Z+PuD>5l$rkMXo53ASF~tDUl_Wo4fdhMKYaqV5LF5@L^A zDc0+>)h5LTD)LuZhW z0R`n92lCG$;2UgZ;8SFA%~x3A%Lvb-U}}{QBAAcC&v6?()XQ!2W@Nxo1;6?ZTAXtB zyC)*y=&WoU#L@aK{e6C3w{GZvUMda9-AOxRd`ODN<~ghX+IVc!{$>rslM=EIMeJr8 z_-=$JAVA;UwU%`?UQ%Ja|J0iu@hk-DK;v3NcgfMC;;r#QAsF^MAHk>9^me4gRv>JR zTK#o!{MA<4Q+#k1=kJ)X1hpmo;}2z+_lX^F*lq1K1eAzi&8wpmh&%5{1VvG{%Y5k&)>LGl~)r9i^ z55rOU55N@t&hw?PhT_mz^tJm9>G;`)eaFh@}lCYh4W}fhtoyE{mqMHUTV9d#HCysGxJ*fN%IJxZUMQkR{w&%#rd- zuJ8A$$)L5h{>Nf_EZY|vWg_MlA)Yp`*CR&;u)c(ppz`vc67a{DT5m7F_Zh7T%ubcf zs6|sJss>Sefgk-xlw!xcQCNDLBs8XC3jUSR9zrE~nA;>Oq_J=j^RWjTELtAN+qW^6 zgf^khiAQ@^{DN;a7i(rZ3k8hhDss`?+cw_){lBcuB!wHCj23U1r+;dATJvTzB3QJl zNVczgrwmyBsZUva+ z)e)R3Y7qvadHcoJMl=^*JnAcbF)yd)QU_yH)K_@6m4UXl@e{)3%;VHN>bM!(^|JAg z-r;Ieepq@5SJ?&4i6J1WUpc=kW17)+S(ealiq4gi*ggOHR}TD3Bj=51`^m8e!_Jjv z_`d&}K6zvI?%2$(*=bz$pj_(VNEaFQud;S))q9G*Jw?Wy^ENSN&4~a!)bS&crth~= z^P*Gr<#*4ML!=1G6wSQaO?2nfW;XkkD$+$@eY5rXd!C_+!YVC7jR2{%N=Ek{hs* z(w;j!q_%F{ZF-&Q%(3D{ln37iCHM$~73m7frh<=a%cGygW zvu|~ei!Te;AVnhF zl59Z&Zt%+0m}7J}gT(_@ASKC8gm)*(GflfDV`OF<6jrhzoceI*yWh?8CD^Bw9Gk}P zD79J*gWKoIy_X1Los&Tw;}CH$%(2P_7Ess8qWbY~27RrhqYsXf*Sirg^+ZERAblol zU})Qqoa2X)7@9%^D3D@}!gCSsE`*y*(yv86HEme0TOdJzb`N?5umt^9cKRua7}12k zhLy)q)k4%4rI?6_--Cr)$I=<|#Balrr-(I~<@w`|%Ryvd8s+njsWv&nQQ3_uq}(U| zC+nKssj{QwxR=2eGxp$aJVgBu%i8D2VhXVyJ>QLI$!8kOtqPabVukk*;Mv09!GEUr fe?;;1vp^sv>yrFyBTehyOBCp88QrYaL`D7&vQ*9Y literal 0 HcmV?d00001 diff --git a/Assets/3rd/Epic Toon FX/Textures/circle.png.meta b/Assets/3rd/Epic Toon FX/Textures/circle.png.meta new file mode 100644 index 00000000..21aee344 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Textures/circle.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 155f67fd8750f8e4e83c8efb1731f3a0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 2 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 64 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: 47 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 1 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Textures/glow1.png b/Assets/3rd/Epic Toon FX/Textures/glow1.png new file mode 100644 index 0000000000000000000000000000000000000000..54b1a9b83f3c5eb59fe17c80e5a1c56f8c580cbd GIT binary patch literal 65262 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 UJ*D*l0kA)H6>a58MfmIg16blX%>V!Z literal 0 HcmV?d00001 diff --git a/Assets/3rd/Epic Toon FX/Textures/glow1.png.meta b/Assets/3rd/Epic Toon FX/Textures/glow1.png.meta new file mode 100644 index 00000000..c9517b15 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Textures/glow1.png.meta @@ -0,0 +1,146 @@ +fileFormatVersion: 2 +guid: 75c822b01a637d547abc69e6f1f590b4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 64 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: 47 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 1 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Textures/nova_3x3_spritesheet.png b/Assets/3rd/Epic Toon FX/Textures/nova_3x3_spritesheet.png new file mode 100644 index 0000000000000000000000000000000000000000..ae16983719d0d84f59e6c15268ef27c1f16c3839 GIT binary patch literal 84831 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%0DR&M@Dh1tK)SIi6M&*|2~(U@Hh2md3Y}BJ*}5R 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 IZraKJ3!J-wZ~y=R literal 0 HcmV?d00001 diff --git a/Assets/3rd/Epic Toon FX/Textures/nova_3x3_spritesheet.png.meta b/Assets/3rd/Epic Toon FX/Textures/nova_3x3_spritesheet.png.meta new file mode 100644 index 00000000..7cd8f735 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Textures/nova_3x3_spritesheet.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 9cc42a00498da1940afe6a3f05099fa5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: 47 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 1 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/3rd/Epic Toon FX/Textures/star.png b/Assets/3rd/Epic Toon FX/Textures/star.png new file mode 100644 index 0000000000000000000000000000000000000000..712810f76dc17e719f38ec493c0724cbdedcdfc7 GIT binary patch literal 9539 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 literal 0 HcmV?d00001 diff --git a/Assets/3rd/Epic Toon FX/Textures/star.png.meta b/Assets/3rd/Epic Toon FX/Textures/star.png.meta new file mode 100644 index 00000000..6355da18 --- /dev/null +++ b/Assets/3rd/Epic Toon FX/Textures/star.png.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 93f8abb6df8f9f348910ec6328660560 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: 47 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 1 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/JMO Assets/Toony Colors Pro/Shaders.meta b/Assets/JMO Assets/Toony Colors Pro/Shaders.meta new file mode 100644 index 00000000..9289f5da --- /dev/null +++ b/Assets/JMO Assets/Toony Colors Pro/Shaders.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 283d849e2d5c654428acf5d4de408d38 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy.meta b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy.meta new file mode 100644 index 00000000..e0946c25 --- /dev/null +++ b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 82642002a746a8e43bce85df9b7504c5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include.meta b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include.meta new file mode 100644 index 00000000..b8d65c46 --- /dev/null +++ b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a4c9dd44261a17846a29827c59d100a6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include/TCP2_Include.cginc b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include/TCP2_Include.cginc new file mode 100644 index 00000000..04247394 --- /dev/null +++ b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include/TCP2_Include.cginc @@ -0,0 +1,216 @@ +// Toony Colors Pro+Mobile Shaders +// (c) 2014-2019 Jean Moreno + +#ifndef TOONYCOLORS_INCLUDED + #define TOONYCOLORS_INCLUDED + + #if TCP2_RAMPTEXT + //Lighting Ramp + sampler2D _Ramp; + #else + float _RampThreshold; + float _RampSmooth; + #endif + + #if TCP2_SPEC_TOON + fixed _SpecSmooth; + #endif + + //Highlight/Shadow Colors + fixed4 _HColor; + fixed4 _SColor; + +#endif + +//================================================================================================================================ +// FORWARD PATH +//-------------------------------------------------------------------------------------------------------------------------------- +// TOONY COLORS -- REGULAR +inline half4 LightingToonyColors (SurfaceOutput s, half3 lightDir, half atten) +{ +#if TCP2_DISABLE_WRAPPED_LIGHT + fixed ndl = max(0, dot(s.Normal, lightDir)); +#else + fixed ndl = max(0, dot(s.Normal, lightDir)*0.5 + 0.5); +#endif +#if TCP2_RAMPTEXT + fixed3 ramp = tex2D(_Ramp, fixed2(ndl,ndl)); +#else + fixed3 ramp = smoothstep(_RampThreshold-_RampSmooth*0.5, _RampThreshold+_RampSmooth*0.5, ndl); +#endif +#if !(POINT) && !(SPOT) + ramp *= atten; +#endif + _SColor = lerp(_HColor, _SColor, _SColor.a); //Shadows intensity through alpha + ramp = lerp(_SColor.rgb,_HColor.rgb,ramp); + fixed4 c; + c.rgb = s.Albedo * _LightColor0.rgb * ramp; +#if (POINT || SPOT) + c.rgb *= atten; +#endif + c.a = s.Alpha; + return c; +} +//-------------------------------------------------------------------------------------------------------------------------------- +// TOONY COLORS -- REGULAR + SPECULAR +inline half4 LightingToonyColorsSpec (SurfaceOutput s, half3 lightDir, half3 viewDir, half atten) +{ + s.Normal = normalize(s.Normal); +#if TCP2_DISABLE_WRAPPED_LIGHT + fixed ndl = max(0, dot(s.Normal, lightDir)); +#else + fixed ndl = max(0, dot(s.Normal, lightDir)*0.5 + 0.5); +#endif +#if TCP2_RAMPTEXT + fixed3 ramp = tex2D(_Ramp, fixed2(ndl,ndl)); +#else + fixed3 ramp = smoothstep(_RampThreshold-_RampSmooth*0.5, _RampThreshold+_RampSmooth*0.5, ndl); +#endif +#if !(POINT) && !(SPOT) + ramp *= atten; +#endif + _SColor = lerp(_HColor, _SColor, _SColor.a); //Shadows intensity through alpha + ramp = lerp(_SColor.rgb,_HColor.rgb,ramp); + //Specular + half3 h = normalize(lightDir + viewDir); + float ndh = max(0, dot(s.Normal, h)); + float spec = pow(ndh, s.Specular*128.0) * s.Gloss * 2.0; +#if TCP2_SPEC_TOON + spec = smoothstep(0.5-_SpecSmooth*0.5, 0.5+_SpecSmooth*0.5, spec); +#endif + spec *= atten; + fixed4 c; + c.rgb = s.Albedo * _LightColor0.rgb * ramp; +#if (POINT || SPOT) + c.rgb *= atten; +#endif + c.rgb += _LightColor0.rgb * _SpecColor.rgb * spec; + c.a = s.Alpha + _LightColor0.a * _SpecColor.a * spec; + + return c; +} +//-------------------------------------------------------------------------------------------------------------------------------- +// TOONY COLORS -- REGULAR LIGHTMAPS +#if TCP2_LIGHTMAP + inline fixed4 LightingToonyColors_SingleLightmap (SurfaceOutput s, fixed4 color) + { + half3 lm = DecodeLightmap(color); + + float lum = Luminance(lm); + #if TCP2_RAMPTEXT + fixed3 ramp = tex2D(_Ramp, fixed2(lum,lum)); + #else + fixed3 ramp = smoothstep(_RampThreshold-_RampSmooth*0.5, _RampThreshold+_RampSmooth*0.5, lum); + #endif + _SColor = lerp(_HColor, _SColor, _SColor.a); //Shadows intensity through alpha + ramp = lerp(_SColor.rgb,_HColor.rgb,ramp); + lm *= ramp * 2; + + return fixed4(lm, 0); + } + + inline fixed4 LightingToonyColors_DualLightmap (SurfaceOutput s, fixed4 totalColor, fixed4 indirectOnlyColor, half indirectFade) + { + half3 lm = lerp(DecodeLightmap(indirectOnlyColor), DecodeLightmap(totalColor), indirectFade); + + float lum = Luminance(lm); + #if TCP2_RAMPTEXT + fixed3 ramp = tex2D(_Ramp, fixed2(lum,lum)); + #else + fixed3 ramp = smoothstep(_RampThreshold-_RampSmooth*0.5, _RampThreshold+_RampSmooth*0.5, lum); + #endif + _SColor = lerp(_HColor, _SColor, _SColor.a); //Shadows intensity through alpha + ramp = lerp(_SColor.rgb,_HColor.rgb,ramp); + lm *= ramp * 2; + + return fixed4(lm, 0); + } + + inline fixed4 LightingToonyColors_DirLightmap (SurfaceOutput s, fixed4 color, fixed4 scale, bool surfFuncWritesNormal) + { + UNITY_DIRBASIS + half3 scalePerBasisVector; + + half3 lm = DirLightmapDiffuse(unity_DirBasis, color, scale, s.Normal, surfFuncWritesNormal, scalePerBasisVector); + + float lum = Luminance(lm); + #if TCP2_RAMPTEXT + fixed3 ramp = tex2D(_Ramp, fixed2(lum,lum)); + #else + fixed3 ramp = smoothstep(_RampThreshold-_RampSmooth*0.5, _RampThreshold+_RampSmooth*0.5, lum); + #endif + _SColor = lerp(_HColor, _SColor, _SColor.a); //Shadows intensity through alpha + ramp = lerp(_SColor.rgb,_HColor.rgb,ramp); + lm *= ramp * 2; + + return half4(lm, 0); + } +#endif +//-------------------------------------------------------------------------------------------------------------------------------- +// TOONY COLORS -- SPECULAR LIGHTMAPS +#if TCP2_LIGHTMAP + inline fixed4 LightingToonyColorsSpec_SingleLightmap (SurfaceOutput s, fixed4 color) + { + half3 lm = DecodeLightmap(color); + + float lum = Luminance(lm); + #if TCP2_RAMPTEXT + fixed3 ramp = tex2D(_Ramp, fixed2(lum,lum)); + #else + fixed3 ramp = smoothstep(_RampThreshold-_RampSmooth*0.5, _RampThreshold+_RampSmooth*0.5, lum); + #endif + _SColor = lerp(_HColor, _SColor, _SColor.a); //Shadows intensity through alpha + ramp = lerp(_SColor.rgb,_HColor.rgb,ramp); + lm *= ramp * 2; + + return fixed4(lm, 0); + } + + inline fixed4 LightingToonyColorsSpec_DualLightmap (SurfaceOutput s, fixed4 totalColor, fixed4 indirectOnlyColor, half indirectFade) + { + half3 lm = lerp(DecodeLightmap(indirectOnlyColor), DecodeLightmap(totalColor), indirectFade); + + float lum = Luminance(lm); + #if TCP2_RAMPTEXT + fixed3 ramp = tex2D(_Ramp, fixed2(lum,lum)); + #else + fixed3 ramp = smoothstep(_RampThreshold-_RampSmooth*0.5, _RampThreshold+_RampSmooth*0.5, lum); + #endif + _SColor = lerp(_HColor, _SColor, _SColor.a); //Shadows intensity through alpha + ramp = lerp(_SColor.rgb,_HColor.rgb,ramp); + lm *= ramp * 2; + + return fixed4(lm, 0); + } + + inline fixed4 LightingToonyColorsSpec_DirLightmap (SurfaceOutput s, fixed4 color, fixed4 scale, half3 viewDir, bool surfFuncWritesNormal, out half3 specColor) + { + UNITY_DIRBASIS + half3 scalePerBasisVector; + + half3 lm = DirLightmapDiffuse(unity_DirBasis, color, scale, s.Normal, surfFuncWritesNormal, scalePerBasisVector); + + half3 lightDir = normalize(scalePerBasisVector.x * unity_DirBasis[0] + scalePerBasisVector.y * unity_DirBasis[1] + scalePerBasisVector.z * unity_DirBasis[2]); + half3 h = normalize(lightDir + viewDir); + + float nh = max(0, dot(s.Normal, h)); + float spec = pow(nh, s.Specular * 128.0); + + // specColor used outside in the forward path, compiled out in prepass + specColor = lm * _SpecColor.rgb * s.Gloss * spec; + + float lum = Luminance(lm); + #if TCP2_RAMPTEXT + fixed3 ramp = tex2D(_Ramp, fixed2(lum,lum)); + #else + fixed3 ramp = smoothstep(_RampThreshold-_RampSmooth*0.5, _RampThreshold+_RampSmooth*0.5, lum); + #endif + _SColor = lerp(_HColor, _SColor, _SColor.a); //Shadows intensity through alpha + ramp = lerp(_SColor.rgb,_HColor.rgb,ramp); + lm *= ramp * 2; + + // spec from the alpha component is used to calculate specular + // in the Lighting*_Prepass function, it's not used in forward + return half4(lm, spec); + } +#endif \ No newline at end of file diff --git a/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include/TCP2_Include.cginc.meta b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include/TCP2_Include.cginc.meta new file mode 100644 index 00000000..afa49c02 --- /dev/null +++ b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Include/TCP2_Include.cginc.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 577c915f3bc4bf84bbcb84486bbbf682 +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants.meta b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants.meta new file mode 100644 index 00000000..3b9134b0 --- /dev/null +++ b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 70c93bcb518beaa43bdd96a8f1d10212 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants/TCP2_Mobile_Rim_Outline.shader b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants/TCP2_Mobile_Rim_Outline.shader new file mode 100644 index 00000000..f6b4a338 --- /dev/null +++ b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants/TCP2_Mobile_Rim_Outline.shader @@ -0,0 +1,134 @@ + +// Toony Colors Pro+Mobile 2 +// (c) 2014-2019 Jean Moreno + + +Shader "Hidden/Toony Colors Pro 2/Variants/Mobile Rim Outline" +{ + Properties + { + //TOONY COLORS + _Color ("Color", Color) = (1,1,1,1) + _HColor ("Highlight Color", Color) = (0.785,0.785,0.785,1.0) + _SColor ("Shadow Color", Color) = (0.195,0.195,0.195,1.0) + + //DIFFUSE + _MainTex ("Main Texture (RGB) Spec/MatCap Mask (A) ", 2D) = "white" {} + + //TOONY COLORS RAMP + [TCP2Gradient] _Ramp ("#RAMPT# Toon Ramp (RGB)", 2D) = "gray" {} + _RampThreshold ("#RAMPF# Ramp Threshold", Range(0,1)) = 0.5 + _RampSmooth ("#RAMPF# Ramp Smoothing", Range(0.01,1)) = 0.1 + + //BUMP + _BumpMap ("#NORM# Normal map (RGB)", 2D) = "bump" {} + + //RIM LIGHT + _RimColor ("#RIM# Rim Color", Color) = (0.8,0.8,0.8,0.6) + _RimMin ("#RIM# Rim Min", Range(0,1)) = 0.5 + _RimMax ("#RIM# Rim Max", Range(0,1)) = 1.0 + + //RIM DIRECTION + _RimDir ("#RIMDIR# Rim Direction", Vector) = (0.0,0.0,1.0,0.0) + + //OUTLINE + _OutlineColor ("#OUTLINE# Outline Color", Color) = (0.2, 0.2, 0.2, 1.0) + _Outline ("#OUTLINE# Outline Width", Float) = 1 + + //Outline Textured + _TexLod ("#OUTLINETEX# Texture LOD", Range(0,10)) = 5 + + //ZSmooth + _ZSmooth ("#OUTLINEZ# Z Correction", Range(-3.0,3.0)) = -0.5 + + //Z Offset + _Offset1 ("#OUTLINEZ# Z Offset 1", Float) = 0 + _Offset2 ("#OUTLINEZ# Z Offset 2", Float) = 0 + + } + + SubShader + { + Tags { "RenderType"="Opaque" } + LOD 200 + + CGPROGRAM + + #include "../Include/TCP2_Include.cginc" + + #pragma surface surf ToonyColors nodirlightmap vertex:vert noforwardadd halfasview + #pragma target 2.0 + + #pragma shader_feature TCP2_DISABLE_WRAPPED_LIGHT + #pragma shader_feature TCP2_RAMPTEXT + #pragma shader_feature TCP2_BUMP + #pragma shader_feature TCP2_RIMDIR + + //================================================================ + // VARIABLES + + fixed4 _Color; + sampler2D _MainTex; + + #if TCP2_BUMP + sampler2D _BumpMap; + #endif + fixed4 _RimColor; + fixed _RimMin; + fixed _RimMax; + #if TCP2_RIMDIR + float4 _RimDir; + #endif + + struct Input + { + half2 uv_MainTex : TEXCOORD0; + #if TCP2_BUMP + half2 uv_BumpMap : TEXCOORD1; + #endif + fixed rim; + }; + + //================================================================ + // VERTEX FUNCTION + + void vert(inout appdata_full v, out Input o) + { + UNITY_INITIALIZE_OUTPUT(Input, o); + #if TCP2_RIMDIR + _RimDir.x += UNITY_MATRIX_MV[0][3] * (1/UNITY_MATRIX_MV[2][3]) * (1-UNITY_MATRIX_P[3][3]); + _RimDir.y += UNITY_MATRIX_MV[1][3] * (1/UNITY_MATRIX_MV[2][3]) * (1-UNITY_MATRIX_P[3][3]); + float3 viewDir = normalize(UNITY_MATRIX_V[0].xyz * _RimDir.x + UNITY_MATRIX_V[1].xyz * _RimDir.y + UNITY_MATRIX_V[2].xyz * _RimDir.z); + #else + float3 viewDir = normalize(ObjSpaceViewDir(v.vertex)); + #endif + half rim = 1.0f - saturate( dot(viewDir, v.normal) ); + o.rim = smoothstep(_RimMin, _RimMax, rim) * _RimColor.a; + + } + + //================================================================ + // SURFACE FUNCTION + + void surf (Input IN, inout SurfaceOutput o) + { + half4 main = tex2D(_MainTex, IN.uv_MainTex); + o.Albedo = main.rgb * _Color.rgb; + o.Alpha = main.a * _Color.a; + + #if TCP2_BUMP + //Normal map + o.Normal = UnpackNormal(tex2D(_BumpMap, IN.uv_BumpMap)); + #endif + o.Emission += IN.rim * _RimColor.rgb; + } + + ENDCG + + //Outlines + UsePass "Hidden/Toony Colors Pro 2/Outline Only (Shader Model 2)/OUTLINE" + } + + Fallback "Diffuse" + CustomEditor "TCP2_MaterialInspector" +} \ No newline at end of file diff --git a/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants/TCP2_Mobile_Rim_Outline.shader.meta b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants/TCP2_Mobile_Rim_Outline.shader.meta new file mode 100644 index 00000000..041e48dd --- /dev/null +++ b/Assets/JMO Assets/Toony Colors Pro/Shaders/Legacy/Variants/TCP2_Mobile_Rim_Outline.shader.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 7c34a1326c46c354593443d0fc6e0b38 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + preprocessorOverride: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials.meta b/Assets/Materials.meta new file mode 100644 index 00000000..ea68fb36 --- /dev/null +++ b/Assets/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c3247881ef78bfc4685c591df5f562bf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/Colors.meta b/Assets/Materials/Colors.meta new file mode 100644 index 00000000..708f8d3a --- /dev/null +++ b/Assets/Materials/Colors.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db44782740ea3d44eab47e20f390bc86 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/Colors/Yellow.mat b/Assets/Materials/Colors/Yellow.mat new file mode 100644 index 00000000..615e74dd --- /dev/null +++ b/Assets/Materials/Colors/Yellow.mat @@ -0,0 +1,153 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Yellow + m_Shader: {fileID: 4800000, guid: 8d2bb70cbf9db8d4da26e15b26e74248, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Ramp: + m_Texture: {fileID: 2800000, guid: abc83c21d57d4a74cabe12065fa1a8b2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossinessSource: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Offset1: 0 + - _Offset2: 0 + - _Outline: 1.57 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _RampSmooth: 1 + - _RampThreshold: 0.62 + - _ReceiveShadows: 1 + - _RimMax: 1 + - _RimMin: 0.2 + - _Shininess: 0 + - _Smoothness: 0.5 + - _SmoothnessSource: 0 + - _SmoothnessTextureChannel: 0 + - _SpecSource: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _TexLod: 5 + - _UVSec: 0 + - _ZSmooth: -0.5 + - _ZWrite: 1 + - __dummy__: 0 + m_Colors: + - _BaseColor: {r: 1, g: 0.48175287, b: 0, a: 1} + - _Color: {r: 1, g: 0.4817528, b: 0, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _HColor: {r: 1, g: 1, b: 1, a: 1} + - _OutlineColor: {r: 0.49019608, g: 0.03983662, b: 0, a: 1} + - _RimColor: {r: 1, g: 1, b: 1, a: 0.6} + - _RimDir: {r: 0, g: 0, b: 1, a: 0} + - _SColor: {r: 0.2835436, g: 0.02883584, b: 0.5660378, a: 1} + - _SpecColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + m_BuildTextureStacks: [] +--- !u!114 &6488762391595619342 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 7 diff --git a/Assets/Materials/Colors/Yellow.mat.meta b/Assets/Materials/Colors/Yellow.mat.meta new file mode 100644 index 00000000..8958044e --- /dev/null +++ b/Assets/Materials/Colors/Yellow.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02312ff549bab6649a662b22d74656ca +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Abilities/FreezeThrowPrefab.prefab b/Assets/Prefabs/Abilities/FreezeThrowPrefab.prefab index 490a2b4c..d7206245 100644 --- a/Assets/Prefabs/Abilities/FreezeThrowPrefab.prefab +++ b/Assets/Prefabs/Abilities/FreezeThrowPrefab.prefab @@ -5002,6 +5002,7 @@ GameObject: - component: {fileID: -4261058094792629479} - component: {fileID: 2472063554406553707} - component: {fileID: 6236814781529909986} + - component: {fileID: 8310858022322977997} m_Layer: 0 m_Name: FreezeThrowPrefab m_TagString: Untagged @@ -5019,9 +5020,10 @@ Transform: serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 8.61, y: 1, z: -0.56} - m_LocalScale: {x: 1.5, y: 1.5, z: 1.5} - m_ConstrainProportionsScale: 0 + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 m_Children: + - {fileID: 1481194534593494452} - {fileID: 4032005963675809652} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -5032,7 +5034,7 @@ MeshFilter: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6216300034370971352} - m_Mesh: {fileID: 5301882104553669111, guid: db0a9d52f0048274e8dc5e5e35234608, type: 3} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} --- !u!23 &5782916940076552317 MeshRenderer: m_ObjectHideFlags: 0 @@ -5053,7 +5055,7 @@ MeshRenderer: m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 2100000, guid: ef0f7694aa14e254dbd6872108345c34, type: 2} + - {fileID: 2100000, guid: 02312ff549bab6649a662b22d74656ca, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 @@ -5092,7 +5094,7 @@ BoxCollider: m_LayerOverridePriority: 0 m_IsTrigger: 1 m_ProvidesContacts: 0 - m_Enabled: 1 + m_Enabled: 0 serializedVersion: 3 m_Size: {x: 0.079136275, y: 0.29545587, z: 1.7213378} m_Center: {x: 0.006566055, y: 0.029529523, z: 0.005648941} @@ -5108,7 +5110,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d5a57f767e5e46a458fc5d3c628d0cbb, type: 3} m_Name: m_EditorClassIdentifier: - GlobalObjectIdHash: 3584989332 + GlobalObjectIdHash: 455622064 InScenePlacedSourceGlobalObjectIdHash: 0 AlwaysReplicateAsRoot: 0 SynchronizeTransform: 1 @@ -5160,6 +5162,27 @@ MonoBehaviour: InLocalSpace: 0 Interpolate: 1 SlerpPosition: 0 +--- !u!135 &8310858022322977997 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6216300034370971352} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Radius: 0.6 + m_Center: {x: 0.006566055, y: 0.029529523, z: 0.005648941} --- !u!1 &7383387755399559723 GameObject: m_ObjectHideFlags: 0 @@ -5537,3 +5560,89 @@ TrailRenderer: m_Autodestruct: 0 m_Emitting: 1 m_ApplyActiveColorSpace: 0 +--- !u!1001 &8694091991297633404 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1999688409243492259} + m_Modifications: + - target: {fileID: 1849503277899828985, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalScale.x + value: 1.5 + objectReference: {fileID: 0} + - target: {fileID: 1849503277899828985, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalScale.y + value: 1.5 + objectReference: {fileID: 0} + - target: {fileID: 1849503277899828985, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalScale.z + value: 1.5 + objectReference: {fileID: 0} + - target: {fileID: 1849503277899828985, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3191205011612838216, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7189246641373217378, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_Name + value: Pistol Bullet Orange 1 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} +--- !u!4 &1481194534593494452 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7794002585184948680, guid: f53ef2c425aec8746afd5f5897eb7b74, type: 3} + m_PrefabInstance: {fileID: 8694091991297633404} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Source.meta b/Assets/Source.meta new file mode 100644 index 00000000..fd378b34 --- /dev/null +++ b/Assets/Source.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 851ff593a3468bc42b07d3c4c7cd8ed0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Source/Prefabs.meta b/Assets/Source/Prefabs.meta new file mode 100644 index 00000000..6f7afff5 --- /dev/null +++ b/Assets/Source/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5a5f1f2d334f10b4db87d04fea727750 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Source/Prefabs/Projectiles.meta b/Assets/Source/Prefabs/Projectiles.meta new file mode 100644 index 00000000..4a5885bd --- /dev/null +++ b/Assets/Source/Prefabs/Projectiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3623472c2218a2a40bb5787ecf4c3db5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Source/Prefabs/Projectiles/Pistol Bullet Orange 1.prefab b/Assets/Source/Prefabs/Projectiles/Pistol Bullet Orange 1.prefab new file mode 100644 index 00000000..cf81bec8 --- /dev/null +++ b/Assets/Source/Prefabs/Projectiles/Pistol Bullet Orange 1.prefab @@ -0,0 +1,23995 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1849503277899875999 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1849503277899828985} + - component: {fileID: 1849503277915035091} + - component: {fileID: 1849503277915640809} + m_Layer: 0 + m_Name: MagicMissileBlue + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1849503277899828985 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277899875999} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.3, y: 0.3, z: 0.3} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1849503277899829635} + - {fileID: 1849503277899784057} + - {fileID: 1849503277899713983} + - {fileID: 1849503277899737755} + m_Father: {fileID: 7794002585184948680} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!198 &1849503277915035091 +ParticleSystem: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277899875999} + serializedVersion: 8 + lengthInSec: 1 + simulationSpeed: 1 + stopAction: 0 + cullingMode: 3 + ringBufferMode: 0 + ringBufferLoopRange: {x: 0, y: 1} + emitterVelocityMode: 0 + looping: 1 + prewarm: 1 + playOnAwake: 1 + useUnscaledTime: 0 + autoRandomSeed: 1 + startDelay: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + moveWithTransform: 0 + moveWithCustomTransform: {fileID: 0} + scalingMode: 0 + randomSeed: 0 + InitialModule: + serializedVersion: 3 + enabled: 1 + startLifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.2 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startSpeed: + serializedVersion: 2 + minMaxState: 3 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startColor: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + startSize: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.8 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startSizeY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationX: + serializedVersion: 2 + minMaxState: 3 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationY: + serializedVersion: 2 + minMaxState: 3 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotation: + serializedVersion: 2 + minMaxState: 3 + scalar: 6.283185 + minScalar: -6.283185 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + randomizeRotationDirection: 0 + gravitySource: 0 + maxNumParticles: 1000 + customEmitterVelocity: {x: 0, y: 0, z: 0} + size3D: 0 + rotation3D: 0 + gravityModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + ShapeModule: + serializedVersion: 6 + enabled: 0 + type: 0 + angle: 25 + length: 5 + boxThickness: {x: 0, y: 0, z: 0} + radiusThickness: 0 + donutRadius: 0.2 + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 0, y: 0, z: 0} + m_Scale: {x: 1, y: 1, z: 1} + placementMode: 0 + m_MeshMaterialIndex: 0 + m_MeshNormalOffset: 0 + m_MeshSpawn: + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Mesh: {fileID: 0} + m_MeshRenderer: {fileID: 0} + m_SkinnedMeshRenderer: {fileID: 0} + m_Sprite: {fileID: 0} + m_SpriteRenderer: {fileID: 0} + m_UseMeshMaterialIndex: 0 + m_UseMeshColors: 1 + alignToDirection: 0 + m_Texture: {fileID: 0} + m_TextureClipChannel: 3 + m_TextureClipThreshold: 0 + m_TextureUVChannel: 0 + m_TextureColorAffectsParticles: 1 + m_TextureAlphaAffectsParticles: 1 + m_TextureBilinearFiltering: 0 + randomDirectionAmount: 0 + sphericalDirectionAmount: 0 + randomPositionAmount: 0 + radius: + value: 0.01 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + arc: + value: 360 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + EmissionModule: + enabled: 1 + serializedVersion: 4 + rateOverTime: + serializedVersion: 2 + minMaxState: 0 + scalar: 6 + minScalar: 10 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rateOverDistance: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BurstCount: 0 + m_Bursts: [] + SizeModule: + enabled: 1 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6707265 + inSlope: 0.17945446 + outSlope: 0.17945446 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.49028277 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.6834987 + inSlope: -0.033372894 + outSlope: -0.033372894 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + RotationModule: + enabled: 1 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 2 + scalar: 12.56637 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.021977961 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + ColorModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 0, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0.09803922, b: 1, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 30055 + ctime2: 65388 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 52007 + atime3: 65535 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 3 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + UVModule: + serializedVersion: 2 + enabled: 0 + mode: 0 + timeMode: 0 + fps: 30 + frameOverTime: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0.9999 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startFrame: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedRange: {x: 0, y: 1} + tilesX: 2 + tilesY: 2 + animationType: 0 + rowIndex: 0 + cycles: 1 + uvChannelMask: -1 + rowMode: 1 + sprites: + - sprite: {fileID: 0} + flipU: 0 + flipV: 0 + VelocityModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + radial: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + InheritVelocityModule: + enabled: 0 + m_Mode: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + LifetimeByEmitterSpeedModule: + enabled: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -0.8 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.2 + inSlope: -0.8 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Range: {x: 0, y: 1} + ForceModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + randomizePerFrame: 0 + ExternalForcesModule: + serializedVersion: 2 + enabled: 0 + multiplierCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + influenceFilter: 0 + influenceMask: + serializedVersion: 2 + m_Bits: 4294967295 + influenceList: [] + ClampVelocityModule: + enabled: 1 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + magnitude: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxis: 0 + inWorldSpace: 0 + multiplyDragByParticleSize: 1 + multiplyDragByParticleVelocity: 1 + dampen: 0.15 + drag: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + NoiseModule: + enabled: 0 + strength: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + frequency: 0.5 + damping: 1 + octaves: 1 + octaveMultiplier: 0.5 + octaveScale: 2 + quality: 2 + scrollSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remap: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapY: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapZ: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapEnabled: 0 + positionAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rotationAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + sizeAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + SizeBySpeedModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + range: {x: 0, y: 1} + separateAxes: 0 + RotationBySpeedModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7853982 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + range: {x: 0, y: 1} + ColorBySpeedModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + range: {x: 0, y: 1} + CollisionModule: + enabled: 0 + serializedVersion: 4 + type: 1 + collisionMode: 0 + colliderForce: 0 + multiplyColliderForceByParticleSize: 0 + multiplyColliderForceByParticleSpeed: 0 + multiplyColliderForceByCollisionAngle: 1 + m_Planes: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_Dampen: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Bounce: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.5 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_EnergyLossOnCollision: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.3 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minKillSpeed: 0 + maxKillSpeed: 10000 + radiusScale: 0.01 + collidesWith: + serializedVersion: 2 + m_Bits: 4294967295 + maxCollisionShapes: 256 + quality: 0 + voxelSize: 0.5 + collisionMessages: 0 + collidesWithDynamic: 1 + interiorCollisions: 1 + TriggerModule: + enabled: 0 + serializedVersion: 2 + inside: 1 + outside: 0 + enter: 0 + exit: 0 + colliderQueryMode: 0 + radiusScale: 1 + primitives: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + SubModule: + serializedVersion: 2 + enabled: 0 + subEmitters: + - serializedVersion: 3 + emitter: {fileID: 0} + type: 0 + properties: 0 + emitProbability: 1 + LightsModule: + enabled: 0 + ratio: 0 + light: {fileID: 0} + randomDistribution: 1 + color: 1 + range: 1 + intensity: 1 + rangeCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + intensityCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + maxLights: 20 + TrailModule: + enabled: 0 + mode: 0 + ratio: 1 + lifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minVertexDistance: 0.2 + textureMode: 0 + textureScale: {x: 1, y: 1} + ribbonCount: 1 + shadowBias: 0.5 + worldSpace: 0 + dieWithParticles: 1 + sizeAffectsWidth: 1 + sizeAffectsLifetime: 0 + inheritParticleColor: 1 + generateLightingData: 0 + splitSubEmitterRibbons: 0 + attachRibbonsToTransform: 0 + colorOverLifetime: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + widthOverTrail: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorOverTrail: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + CustomDataModule: + enabled: 0 + mode0: 0 + vectorComponentCount0: 4 + color0: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel0: Color + vector0_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_0: X + vector0_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_1: Y + vector0_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_2: Z + vector0_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_3: W + mode1: 0 + vectorComponentCount1: 4 + color1: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel1: Color + vector1_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_0: X + vector1_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_1: Y + vector1_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_2: Z + vector1_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_3: W +--- !u!199 &1849503277915640809 +ParticleSystemRenderer: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277899875999} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 150aee38b5d848b42b75593618992bb7, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 1 + m_RenderMode: 0 + m_MeshDistribution: 0 + m_SortMode: 0 + m_MinParticleSize: 0 + m_MaxParticleSize: 0.5 + m_CameraVelocityScale: 0 + m_VelocityScale: 0.45 + m_LengthScale: 4.2 + m_SortingFudge: 0 + m_NormalDirection: 1 + m_ShadowBias: 0 + m_RenderAlignment: 0 + m_Pivot: {x: 0, y: 0, z: 0} + m_Flip: {x: 0, y: 0, z: 0} + m_EnableGPUInstancing: 0 + m_ApplyActiveColorSpace: 1 + m_AllowRoll: 1 + m_FreeformStretching: 0 + m_RotateWithStretchDirection: 1 + m_UseCustomVertexStreams: 0 + m_VertexStreams: 0001030405 + m_UseCustomTrailVertexStreams: 0 + m_TrailVertexStreams: 00010304 + m_Mesh: {fileID: 0} + m_Mesh1: {fileID: 0} + m_Mesh2: {fileID: 0} + m_Mesh3: {fileID: 0} + m_MeshWeighting: 1 + m_MeshWeighting1: 1 + m_MeshWeighting2: 1 + m_MeshWeighting3: 1 + m_MaskInteraction: 0 +--- !u!1 &1849503277899903933 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1849503277899829635} + - component: {fileID: 1849503277915006511} + - component: {fileID: 1849503277914959969} + m_Layer: 0 + m_Name: MagicNova + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1849503277899829635 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277899903933} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1849503277899828985} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!198 &1849503277915006511 +ParticleSystem: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277899903933} + serializedVersion: 8 + lengthInSec: 0.5 + simulationSpeed: 1 + stopAction: 0 + cullingMode: 3 + ringBufferMode: 0 + ringBufferLoopRange: {x: 0, y: 1} + emitterVelocityMode: 0 + looping: 1 + prewarm: 1 + playOnAwake: 1 + useUnscaledTime: 0 + autoRandomSeed: 1 + startDelay: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + moveWithTransform: 0 + moveWithCustomTransform: {fileID: 0} + scalingMode: 0 + randomSeed: 0 + InitialModule: + serializedVersion: 3 + enabled: 1 + startLifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.25 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.81818175 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startColor: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + startSize: + serializedVersion: 2 + minMaxState: 0 + scalar: 1.4 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.625 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startSizeY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationX: + serializedVersion: 2 + minMaxState: 1 + scalar: 3.1415927 + minScalar: 6.283185 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startRotationY: + serializedVersion: 2 + minMaxState: 1 + scalar: 3.1415927 + minScalar: 6.283185 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startRotation: + serializedVersion: 2 + minMaxState: 1 + scalar: 6.283185 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 34 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 34 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + randomizeRotationDirection: 0 + gravitySource: 0 + maxNumParticles: 1000 + customEmitterVelocity: {x: 0, y: 0, z: 0} + size3D: 0 + rotation3D: 0 + gravityModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + ShapeModule: + serializedVersion: 6 + enabled: 0 + type: 0 + angle: 25 + length: 5 + boxThickness: {x: 0, y: 0, z: 0} + radiusThickness: 1 + donutRadius: 0.2 + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 0, y: 0, z: 0} + m_Scale: {x: 1, y: 1, z: 1} + placementMode: 0 + m_MeshMaterialIndex: 0 + m_MeshNormalOffset: 0 + m_MeshSpawn: + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Mesh: {fileID: 0} + m_MeshRenderer: {fileID: 0} + m_SkinnedMeshRenderer: {fileID: 0} + m_Sprite: {fileID: 0} + m_SpriteRenderer: {fileID: 0} + m_UseMeshMaterialIndex: 0 + m_UseMeshColors: 1 + alignToDirection: 0 + m_Texture: {fileID: 0} + m_TextureClipChannel: 3 + m_TextureClipThreshold: 0 + m_TextureUVChannel: 0 + m_TextureColorAffectsParticles: 1 + m_TextureAlphaAffectsParticles: 1 + m_TextureBilinearFiltering: 0 + randomDirectionAmount: 0 + sphericalDirectionAmount: 0 + randomPositionAmount: 0 + radius: + value: 0.01 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + arc: + value: 360 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + EmissionModule: + enabled: 1 + serializedVersion: 4 + rateOverTime: + serializedVersion: 2 + minMaxState: 0 + scalar: 8 + minScalar: 10 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rateOverDistance: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BurstCount: 0 + m_Bursts: [] + SizeModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7375 + inSlope: 0.2625 + outSlope: 0.2625 + tangentMode: 34 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0.2625 + outSlope: 0.2625 + tangentMode: 34 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + RotationModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 2 + scalar: 3.1415925 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.021977961 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + ColorModule: + enabled: 1 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 0, b: 0.06844187, a: 1} + key1: {r: 1, g: 0, b: 0.06844187, a: 1} + key2: {r: 0, g: 0.09803922, b: 1, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 65388 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 65535 + atime3: 65535 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 1 + m_ColorSpace: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + UVModule: + serializedVersion: 2 + enabled: 1 + mode: 0 + timeMode: 0 + fps: 30 + frameOverTime: + serializedVersion: 2 + minMaxState: 1 + scalar: 0.9999 + minScalar: 0.9999 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: -1.0670956 + outSlope: -1.0670956 + tangentMode: 34 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5271318 + value: 0.43749994 + inSlope: 0.04155475 + outSlope: 0.04155475 + tangentMode: 34 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.98139536 + inSlope: 1.1502051 + outSlope: 1.1502051 + tangentMode: 34 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startFrame: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedRange: {x: 0, y: 1} + tilesX: 3 + tilesY: 3 + animationType: 0 + rowIndex: 0 + cycles: 1 + uvChannelMask: -1 + rowMode: 1 + sprites: + - sprite: {fileID: 0} + flipU: 0 + flipV: 0 + VelocityModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + radial: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + InheritVelocityModule: + enabled: 0 + m_Mode: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + LifetimeByEmitterSpeedModule: + enabled: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -0.8 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.2 + inSlope: -0.8 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Range: {x: 0, y: 1} + ForceModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + randomizePerFrame: 0 + ExternalForcesModule: + serializedVersion: 2 + enabled: 0 + multiplierCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + influenceFilter: 0 + influenceMask: + serializedVersion: 2 + m_Bits: 4294967295 + influenceList: [] + ClampVelocityModule: + enabled: 1 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + magnitude: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxis: 0 + inWorldSpace: 0 + multiplyDragByParticleSize: 1 + multiplyDragByParticleVelocity: 1 + dampen: 0.09 + drag: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + NoiseModule: + enabled: 0 + strength: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + frequency: 0.5 + damping: 1 + octaves: 1 + octaveMultiplier: 0.5 + octaveScale: 2 + quality: 2 + scrollSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remap: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapY: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapZ: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapEnabled: 0 + positionAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rotationAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + sizeAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + SizeBySpeedModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + range: {x: 0, y: 1} + separateAxes: 0 + RotationBySpeedModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7853982 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + range: {x: 0, y: 1} + ColorBySpeedModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + range: {x: 0, y: 1} + CollisionModule: + enabled: 0 + serializedVersion: 4 + type: 1 + collisionMode: 0 + colliderForce: 0 + multiplyColliderForceByParticleSize: 0 + multiplyColliderForceByParticleSpeed: 0 + multiplyColliderForceByCollisionAngle: 1 + m_Planes: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_Dampen: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Bounce: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.5 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_EnergyLossOnCollision: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.3 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minKillSpeed: 0 + maxKillSpeed: 10000 + radiusScale: 0.01 + collidesWith: + serializedVersion: 2 + m_Bits: 4294967295 + maxCollisionShapes: 256 + quality: 0 + voxelSize: 0.5 + collisionMessages: 0 + collidesWithDynamic: 1 + interiorCollisions: 1 + TriggerModule: + enabled: 0 + serializedVersion: 2 + inside: 1 + outside: 0 + enter: 0 + exit: 0 + colliderQueryMode: 0 + radiusScale: 1 + primitives: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + SubModule: + serializedVersion: 2 + enabled: 0 + subEmitters: + - serializedVersion: 3 + emitter: {fileID: 0} + type: 0 + properties: 0 + emitProbability: 1 + LightsModule: + enabled: 0 + ratio: 0 + light: {fileID: 0} + randomDistribution: 1 + color: 1 + range: 1 + intensity: 1 + rangeCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + intensityCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + maxLights: 20 + TrailModule: + enabled: 0 + mode: 0 + ratio: 1 + lifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minVertexDistance: 0.2 + textureMode: 0 + textureScale: {x: 1, y: 1} + ribbonCount: 1 + shadowBias: 0.5 + worldSpace: 0 + dieWithParticles: 1 + sizeAffectsWidth: 1 + sizeAffectsLifetime: 0 + inheritParticleColor: 1 + generateLightingData: 0 + splitSubEmitterRibbons: 0 + attachRibbonsToTransform: 0 + colorOverLifetime: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + widthOverTrail: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorOverTrail: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + CustomDataModule: + enabled: 0 + mode0: 0 + vectorComponentCount0: 4 + color0: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel0: Color + vector0_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_0: X + vector0_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_1: Y + vector0_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_2: Z + vector0_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_3: W + mode1: 0 + vectorComponentCount1: 4 + color1: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel1: Color + vector1_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_0: X + vector1_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_1: Y + vector1_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_2: Z + vector1_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_3: W +--- !u!199 &1849503277914959969 +ParticleSystemRenderer: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277899903933} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: da7ddd9092467374182355e1178b192e, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_RenderMode: 0 + m_MeshDistribution: 0 + m_SortMode: 0 + m_MinParticleSize: 0 + m_MaxParticleSize: 0.5 + m_CameraVelocityScale: 0 + m_VelocityScale: 0 + m_LengthScale: 2 + m_SortingFudge: 0 + m_NormalDirection: 1 + m_ShadowBias: 0 + m_RenderAlignment: 0 + m_Pivot: {x: 0, y: 0, z: 0} + m_Flip: {x: 0, y: 0, z: 0} + m_EnableGPUInstancing: 0 + m_ApplyActiveColorSpace: 1 + m_AllowRoll: 1 + m_FreeformStretching: 0 + m_RotateWithStretchDirection: 1 + m_UseCustomVertexStreams: 0 + m_VertexStreams: 0001030405 + m_UseCustomTrailVertexStreams: 0 + m_TrailVertexStreams: 00010304 + m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} + m_Mesh1: {fileID: 0} + m_Mesh2: {fileID: 0} + m_Mesh3: {fileID: 0} + m_MeshWeighting: 1 + m_MeshWeighting1: 1 + m_MeshWeighting2: 1 + m_MeshWeighting3: 1 + m_MaskInteraction: 0 +--- !u!1 &1849503277900065447 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1849503277899713983} + - component: {fileID: 1849503277915032947} + - component: {fileID: 1849503277914951861} + m_Layer: 0 + m_Name: GlowTrail + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1849503277899713983 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277900065447} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1849503277899828985} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!198 &1849503277915032947 +ParticleSystem: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277900065447} + serializedVersion: 8 + lengthInSec: 0.3 + simulationSpeed: 1 + stopAction: 0 + cullingMode: 3 + ringBufferMode: 0 + ringBufferLoopRange: {x: 0, y: 1} + emitterVelocityMode: 1 + looping: 1 + prewarm: 1 + playOnAwake: 1 + useUnscaledTime: 0 + autoRandomSeed: 1 + startDelay: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + moveWithTransform: 1 + moveWithCustomTransform: {fileID: 0} + scalingMode: 0 + randomSeed: 0 + InitialModule: + serializedVersion: 3 + enabled: 1 + startLifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.15 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startSpeed: + serializedVersion: 2 + minMaxState: 3 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startColor: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 0, b: 0, a: 0.29411766} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + startSize: + serializedVersion: 2 + minMaxState: 0 + scalar: 2.2 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startSizeY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationX: + serializedVersion: 2 + minMaxState: 3 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationY: + serializedVersion: 2 + minMaxState: 3 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotation: + serializedVersion: 2 + minMaxState: 3 + scalar: 6.283185 + minScalar: -6.283185 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + randomizeRotationDirection: 0 + gravitySource: 0 + maxNumParticles: 1000 + customEmitterVelocity: {x: 0, y: 0, z: 0} + size3D: 0 + rotation3D: 0 + gravityModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + ShapeModule: + serializedVersion: 6 + enabled: 0 + type: 0 + angle: 25 + length: 5 + boxThickness: {x: 0, y: 0, z: 0} + radiusThickness: 0 + donutRadius: 0.2 + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 0, y: 0, z: 0} + m_Scale: {x: 1, y: 1, z: 1} + placementMode: 0 + m_MeshMaterialIndex: 0 + m_MeshNormalOffset: 0 + m_MeshSpawn: + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Mesh: {fileID: 0} + m_MeshRenderer: {fileID: 0} + m_SkinnedMeshRenderer: {fileID: 0} + m_Sprite: {fileID: 0} + m_SpriteRenderer: {fileID: 0} + m_UseMeshMaterialIndex: 0 + m_UseMeshColors: 1 + alignToDirection: 0 + m_Texture: {fileID: 0} + m_TextureClipChannel: 3 + m_TextureClipThreshold: 0 + m_TextureUVChannel: 0 + m_TextureColorAffectsParticles: 1 + m_TextureAlphaAffectsParticles: 1 + m_TextureBilinearFiltering: 0 + randomDirectionAmount: 0 + sphericalDirectionAmount: 0 + randomPositionAmount: 0 + radius: + value: 0.01 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + arc: + value: 360 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + EmissionModule: + enabled: 1 + serializedVersion: 4 + rateOverTime: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rateOverDistance: + serializedVersion: 2 + minMaxState: 0 + scalar: 2.5 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BurstCount: 0 + m_Bursts: [] + SizeModule: + enabled: 1 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.80955493 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.49792778 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.7128428 + inSlope: -1.1240389 + outSlope: -1.1240389 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + RotationModule: + enabled: 1 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 2 + scalar: 12.56637 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.021977961 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + ColorModule: + enabled: 1 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 0.3265907, b: 0.2216981, a: 1} + key1: {r: 0.038235307, g: 0.257643, b: 0.97024137, a: 0} + key2: {r: 0, g: 0.25490198, b: 1, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 63029 + ctime2: 65535 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 52007 + atime3: 65535 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: 0 + m_NumColorKeys: 3 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + UVModule: + serializedVersion: 2 + enabled: 0 + mode: 0 + timeMode: 0 + fps: 30 + frameOverTime: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0.9999 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startFrame: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedRange: {x: 0, y: 1} + tilesX: 2 + tilesY: 2 + animationType: 0 + rowIndex: 0 + cycles: 1 + uvChannelMask: -1 + rowMode: 1 + sprites: + - sprite: {fileID: 0} + flipU: 0 + flipV: 0 + VelocityModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + radial: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + InheritVelocityModule: + enabled: 0 + m_Mode: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + LifetimeByEmitterSpeedModule: + enabled: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -0.8 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.2 + inSlope: -0.8 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Range: {x: 0, y: 1} + ForceModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + randomizePerFrame: 0 + ExternalForcesModule: + serializedVersion: 2 + enabled: 0 + multiplierCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + influenceFilter: 0 + influenceMask: + serializedVersion: 2 + m_Bits: 4294967295 + influenceList: [] + ClampVelocityModule: + enabled: 1 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + magnitude: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxis: 0 + inWorldSpace: 0 + multiplyDragByParticleSize: 1 + multiplyDragByParticleVelocity: 1 + dampen: 0.15 + drag: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + NoiseModule: + enabled: 0 + strength: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + frequency: 0.5 + damping: 1 + octaves: 1 + octaveMultiplier: 0.5 + octaveScale: 2 + quality: 2 + scrollSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remap: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapY: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapZ: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapEnabled: 0 + positionAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rotationAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + sizeAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + SizeBySpeedModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + range: {x: 0, y: 1} + separateAxes: 0 + RotationBySpeedModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7853982 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + range: {x: 0, y: 1} + ColorBySpeedModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + range: {x: 0, y: 1} + CollisionModule: + enabled: 0 + serializedVersion: 4 + type: 1 + collisionMode: 0 + colliderForce: 0 + multiplyColliderForceByParticleSize: 0 + multiplyColliderForceByParticleSpeed: 0 + multiplyColliderForceByCollisionAngle: 1 + m_Planes: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_Dampen: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Bounce: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.5 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_EnergyLossOnCollision: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.3 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minKillSpeed: 0 + maxKillSpeed: 10000 + radiusScale: 0.01 + collidesWith: + serializedVersion: 2 + m_Bits: 4294967295 + maxCollisionShapes: 256 + quality: 0 + voxelSize: 0.5 + collisionMessages: 0 + collidesWithDynamic: 1 + interiorCollisions: 1 + TriggerModule: + enabled: 0 + serializedVersion: 2 + inside: 1 + outside: 0 + enter: 0 + exit: 0 + colliderQueryMode: 0 + radiusScale: 1 + primitives: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + SubModule: + serializedVersion: 2 + enabled: 0 + subEmitters: + - serializedVersion: 3 + emitter: {fileID: 0} + type: 0 + properties: 0 + emitProbability: 1 + LightsModule: + enabled: 0 + ratio: 0 + light: {fileID: 0} + randomDistribution: 1 + color: 1 + range: 1 + intensity: 1 + rangeCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + intensityCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + maxLights: 20 + TrailModule: + enabled: 0 + mode: 0 + ratio: 1 + lifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minVertexDistance: 0.2 + textureMode: 0 + textureScale: {x: 1, y: 1} + ribbonCount: 1 + shadowBias: 0.5 + worldSpace: 0 + dieWithParticles: 1 + sizeAffectsWidth: 1 + sizeAffectsLifetime: 0 + inheritParticleColor: 1 + generateLightingData: 0 + splitSubEmitterRibbons: 0 + attachRibbonsToTransform: 0 + colorOverLifetime: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + widthOverTrail: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorOverTrail: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + CustomDataModule: + enabled: 0 + mode0: 0 + vectorComponentCount0: 4 + color0: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel0: Color + vector0_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_0: X + vector0_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_1: Y + vector0_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_2: Z + vector0_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_3: W + mode1: 0 + vectorComponentCount1: 4 + color1: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel1: Color + vector1_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_0: X + vector1_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_1: Y + vector1_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_2: Z + vector1_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_3: W +--- !u!199 &1849503277914951861 +ParticleSystemRenderer: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277900065447} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: e653836c30661fe419b8992e230ca189, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 1 + m_RenderMode: 0 + m_MeshDistribution: 0 + m_SortMode: 0 + m_MinParticleSize: 0 + m_MaxParticleSize: 0.5 + m_CameraVelocityScale: 0 + m_VelocityScale: 0.45 + m_LengthScale: 4.2 + m_SortingFudge: 0 + m_NormalDirection: 1 + m_ShadowBias: 0 + m_RenderAlignment: 0 + m_Pivot: {x: 0, y: 0, z: 0} + m_Flip: {x: 0, y: 0, z: 0} + m_EnableGPUInstancing: 0 + m_ApplyActiveColorSpace: 1 + m_AllowRoll: 1 + m_FreeformStretching: 0 + m_RotateWithStretchDirection: 1 + m_UseCustomVertexStreams: 0 + m_VertexStreams: 0001030405 + m_UseCustomTrailVertexStreams: 0 + m_TrailVertexStreams: 00010304 + m_Mesh: {fileID: 0} + m_Mesh1: {fileID: 0} + m_Mesh2: {fileID: 0} + m_Mesh3: {fileID: 0} + m_MeshWeighting: 1 + m_MeshWeighting1: 1 + m_MeshWeighting2: 1 + m_MeshWeighting3: 1 + m_MaskInteraction: 0 +--- !u!1 &1849503277900088753 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1849503277899737755} + - component: {fileID: 1849503277914940715} + - component: {fileID: 1849503277915588173} + m_Layer: 0 + m_Name: SparkleTrail + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1849503277899737755 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277900088753} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1849503277899828985} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!198 &1849503277914940715 +ParticleSystem: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277900088753} + serializedVersion: 8 + lengthInSec: 1 + simulationSpeed: 1 + stopAction: 0 + cullingMode: 3 + ringBufferMode: 0 + ringBufferLoopRange: {x: 0, y: 1} + emitterVelocityMode: 1 + looping: 1 + prewarm: 0 + playOnAwake: 1 + useUnscaledTime: 0 + autoRandomSeed: 1 + startDelay: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + moveWithTransform: 1 + moveWithCustomTransform: {fileID: 0} + scalingMode: 0 + randomSeed: 0 + InitialModule: + serializedVersion: 3 + enabled: 1 + startLifetime: + serializedVersion: 2 + minMaxState: 3 + scalar: 0.35 + minScalar: 0.15 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.42857146 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startSpeed: + serializedVersion: 2 + minMaxState: 3 + scalar: 1 + minScalar: 0.5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startColor: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + startSize: + serializedVersion: 2 + minMaxState: 3 + scalar: 0.25 + minScalar: 0.15 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + startSizeY: + serializedVersion: 2 + minMaxState: 3 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeZ: + serializedVersion: 2 + minMaxState: 3 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationX: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotation: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + randomizeRotationDirection: 0 + gravitySource: 0 + maxNumParticles: 1000 + customEmitterVelocity: {x: 0, y: 0, z: 0} + size3D: 0 + rotation3D: 0 + gravityModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + ShapeModule: + serializedVersion: 6 + enabled: 1 + type: 0 + angle: 25 + length: 5 + boxThickness: {x: 0, y: 0, z: 0} + radiusThickness: 1 + donutRadius: 0.2 + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 0, y: 0, z: 0} + m_Scale: {x: 1, y: 1, z: 1} + placementMode: 0 + m_MeshMaterialIndex: 0 + m_MeshNormalOffset: 0 + m_MeshSpawn: + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Mesh: {fileID: 0} + m_MeshRenderer: {fileID: 0} + m_SkinnedMeshRenderer: {fileID: 0} + m_Sprite: {fileID: 0} + m_SpriteRenderer: {fileID: 0} + m_UseMeshMaterialIndex: 0 + m_UseMeshColors: 1 + alignToDirection: 0 + m_Texture: {fileID: 0} + m_TextureClipChannel: 3 + m_TextureClipThreshold: 0 + m_TextureUVChannel: 0 + m_TextureColorAffectsParticles: 1 + m_TextureAlphaAffectsParticles: 1 + m_TextureBilinearFiltering: 0 + randomDirectionAmount: 0 + sphericalDirectionAmount: 0 + randomPositionAmount: 0 + radius: + value: 0.3 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + arc: + value: 360 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + EmissionModule: + enabled: 1 + serializedVersion: 4 + rateOverTime: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rateOverDistance: + serializedVersion: 2 + minMaxState: 0 + scalar: 6 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BurstCount: 0 + m_Bursts: [] + SizeModule: + enabled: 1 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: -2 + outSlope: -2 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + RotationModule: + enabled: 1 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 2 + scalar: 10.471975 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.36082476 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: -0.012801647 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + separateAxes: 0 + ColorModule: + enabled: 1 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 0, g: 1, b: 1, a: 1} + key2: {r: 0, g: 1, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 65388 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 65535 + atime3: 65535 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + UVModule: + serializedVersion: 2 + enabled: 0 + mode: 0 + timeMode: 0 + fps: 30 + frameOverTime: + serializedVersion: 2 + minMaxState: 1 + scalar: 0.9999 + minScalar: 0.9999 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startFrame: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedRange: {x: 0, y: 1} + tilesX: 1 + tilesY: 1 + animationType: 0 + rowIndex: 0 + cycles: 1 + uvChannelMask: -1 + rowMode: 1 + sprites: + - sprite: {fileID: 0} + flipU: 0 + flipV: 0 + VelocityModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + radial: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + InheritVelocityModule: + enabled: 1 + m_Mode: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.2 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + LifetimeByEmitterSpeedModule: + enabled: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -0.8 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.2 + inSlope: -0.8 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Range: {x: 0, y: 1} + ForceModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + randomizePerFrame: 0 + ExternalForcesModule: + serializedVersion: 2 + enabled: 0 + multiplierCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + influenceFilter: 0 + influenceMask: + serializedVersion: 2 + m_Bits: 4294967295 + influenceList: [] + ClampVelocityModule: + enabled: 1 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + magnitude: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxis: 0 + inWorldSpace: 0 + multiplyDragByParticleSize: 1 + multiplyDragByParticleVelocity: 1 + dampen: 0.2 + drag: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + NoiseModule: + enabled: 0 + strength: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + frequency: 0.5 + damping: 1 + octaves: 1 + octaveMultiplier: 0.5 + octaveScale: 2 + quality: 2 + scrollSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remap: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapY: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapZ: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapEnabled: 0 + positionAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rotationAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + sizeAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + SizeBySpeedModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + range: {x: 0, y: 1} + separateAxes: 0 + RotationBySpeedModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7853982 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + range: {x: 0, y: 1} + ColorBySpeedModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + range: {x: 0, y: 1} + CollisionModule: + enabled: 0 + serializedVersion: 4 + type: 1 + collisionMode: 0 + colliderForce: 0 + multiplyColliderForceByParticleSize: 0 + multiplyColliderForceByParticleSpeed: 0 + multiplyColliderForceByCollisionAngle: 1 + m_Planes: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_Dampen: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Bounce: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_EnergyLossOnCollision: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minKillSpeed: 0 + maxKillSpeed: 10000 + radiusScale: 0.01 + collidesWith: + serializedVersion: 2 + m_Bits: 4294967295 + maxCollisionShapes: 256 + quality: 0 + voxelSize: 0.5 + collisionMessages: 0 + collidesWithDynamic: 1 + interiorCollisions: 0 + TriggerModule: + enabled: 0 + serializedVersion: 2 + inside: 1 + outside: 0 + enter: 0 + exit: 0 + colliderQueryMode: 0 + radiusScale: 1 + primitives: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + SubModule: + serializedVersion: 2 + enabled: 0 + subEmitters: + - serializedVersion: 3 + emitter: {fileID: 0} + type: 0 + properties: 0 + emitProbability: 1 + LightsModule: + enabled: 0 + ratio: 0 + light: {fileID: 0} + randomDistribution: 1 + color: 1 + range: 1 + intensity: 1 + rangeCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + intensityCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + maxLights: 20 + TrailModule: + enabled: 0 + mode: 0 + ratio: 1 + lifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minVertexDistance: 0.2 + textureMode: 0 + textureScale: {x: 1, y: 1} + ribbonCount: 1 + shadowBias: 0.5 + worldSpace: 0 + dieWithParticles: 1 + sizeAffectsWidth: 1 + sizeAffectsLifetime: 0 + inheritParticleColor: 1 + generateLightingData: 0 + splitSubEmitterRibbons: 0 + attachRibbonsToTransform: 0 + colorOverLifetime: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + widthOverTrail: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorOverTrail: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + CustomDataModule: + enabled: 0 + mode0: 0 + vectorComponentCount0: 4 + color0: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel0: Color + vector0_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_0: X + vector0_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_1: Y + vector0_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_2: Z + vector0_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_3: W + mode1: 0 + vectorComponentCount1: 4 + color1: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel1: Color + vector1_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_0: X + vector1_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_1: Y + vector1_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_2: Z + vector1_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_3: W +--- !u!199 &1849503277915588173 +ParticleSystemRenderer: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277900088753} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: d05bd487e32791148ab238ebabb0154b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_RenderMode: 0 + m_MeshDistribution: 0 + m_SortMode: 0 + m_MinParticleSize: 0 + m_MaxParticleSize: 0.5 + m_CameraVelocityScale: 0 + m_VelocityScale: 0.05 + m_LengthScale: 0.1 + m_SortingFudge: 35 + m_NormalDirection: 1 + m_ShadowBias: 0 + m_RenderAlignment: 0 + m_Pivot: {x: 0.1, y: 0.1, z: 0.1} + m_Flip: {x: 0, y: 0, z: 0} + m_EnableGPUInstancing: 0 + m_ApplyActiveColorSpace: 1 + m_AllowRoll: 1 + m_FreeformStretching: 0 + m_RotateWithStretchDirection: 1 + m_UseCustomVertexStreams: 0 + m_VertexStreams: 0001030405 + m_UseCustomTrailVertexStreams: 0 + m_TrailVertexStreams: 00010304 + m_Mesh: {fileID: 0} + m_Mesh1: {fileID: 0} + m_Mesh2: {fileID: 0} + m_Mesh3: {fileID: 0} + m_MeshWeighting: 1 + m_MeshWeighting1: 1 + m_MeshWeighting2: 1 + m_MeshWeighting3: 1 + m_MaskInteraction: 0 +--- !u!1 &1849503277900101355 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1849503277899784057} + - component: {fileID: 1849503277914986741} + - component: {fileID: 1849503277914958281} + m_Layer: 0 + m_Name: Glow + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1849503277899784057 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277900101355} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1849503277899828985} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!198 &1849503277914986741 +ParticleSystem: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277900101355} + serializedVersion: 8 + lengthInSec: 1 + simulationSpeed: 1 + stopAction: 0 + cullingMode: 3 + ringBufferMode: 0 + ringBufferLoopRange: {x: 0, y: 1} + emitterVelocityMode: 0 + looping: 1 + prewarm: 1 + playOnAwake: 1 + useUnscaledTime: 0 + autoRandomSeed: 1 + startDelay: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + moveWithTransform: 0 + moveWithCustomTransform: {fileID: 0} + scalingMode: 0 + randomSeed: 0 + InitialModule: + serializedVersion: 3 + enabled: 1 + startLifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.2 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.81818175 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 5 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startColor: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 0.21318129, b: 0, a: 0.45882353} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + startSize: + serializedVersion: 2 + minMaxState: 0 + scalar: 2.8 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7692308 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startSizeZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationX: + serializedVersion: 2 + minMaxState: 3 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotationY: + serializedVersion: 2 + minMaxState: 3 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startRotation: + serializedVersion: 2 + minMaxState: 3 + scalar: 6.283185 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + randomizeRotationDirection: 0 + gravitySource: 0 + maxNumParticles: 1000 + customEmitterVelocity: {x: 0, y: 0, z: 0} + size3D: 0 + rotation3D: 0 + gravityModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + ShapeModule: + serializedVersion: 6 + enabled: 0 + type: 0 + angle: 25 + length: 5 + boxThickness: {x: 0, y: 0, z: 0} + radiusThickness: 1 + donutRadius: 0.2 + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 0, y: 0, z: 0} + m_Scale: {x: 1, y: 1, z: 1} + placementMode: 0 + m_MeshMaterialIndex: 0 + m_MeshNormalOffset: 0 + m_MeshSpawn: + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Mesh: {fileID: 0} + m_MeshRenderer: {fileID: 0} + m_SkinnedMeshRenderer: {fileID: 0} + m_Sprite: {fileID: 0} + m_SpriteRenderer: {fileID: 0} + m_UseMeshMaterialIndex: 0 + m_UseMeshColors: 1 + alignToDirection: 0 + m_Texture: {fileID: 0} + m_TextureClipChannel: 3 + m_TextureClipThreshold: 0 + m_TextureUVChannel: 0 + m_TextureColorAffectsParticles: 1 + m_TextureAlphaAffectsParticles: 1 + m_TextureBilinearFiltering: 0 + randomDirectionAmount: 0 + sphericalDirectionAmount: 0 + randomPositionAmount: 0 + radius: + value: 0.01 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + arc: + value: 360 + mode: 0 + spread: 0 + speed: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + EmissionModule: + enabled: 1 + serializedVersion: 4 + rateOverTime: + serializedVersion: 2 + minMaxState: 0 + scalar: 5 + minScalar: 10 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rateOverDistance: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BurstCount: 0 + m_Bursts: [] + SizeModule: + enabled: 1 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5047319 + value: 0.83707863 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + RotationModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 2 + scalar: 3.1415925 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.021977961 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + ColorModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 0} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 34497 + atime2: 65535 + atime3: 65535 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 3 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + UVModule: + serializedVersion: 2 + enabled: 0 + mode: 0 + timeMode: 0 + fps: 30 + frameOverTime: + serializedVersion: 2 + minMaxState: 1 + scalar: 0.9999 + minScalar: 0.9999 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + startFrame: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedRange: {x: 0, y: 1} + tilesX: 1 + tilesY: 1 + animationType: 0 + rowIndex: 0 + cycles: 1 + uvChannelMask: -1 + rowMode: 1 + sprites: + - sprite: {fileID: 0} + flipU: 0 + flipV: 0 + VelocityModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetX: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetY: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + orbitalOffsetZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + radial: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + speedModifier: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + InheritVelocityModule: + enabled: 0 + m_Mode: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + LifetimeByEmitterSpeedModule: + enabled: 0 + m_Curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -0.8 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.2 + inSlope: -0.8 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Range: {x: 0, y: 1} + ForceModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + inWorldSpace: 0 + randomizePerFrame: 0 + ExternalForcesModule: + serializedVersion: 2 + enabled: 0 + multiplierCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + influenceFilter: 0 + influenceMask: + serializedVersion: 2 + m_Bits: 4294967295 + influenceList: [] + ClampVelocityModule: + enabled: 1 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + magnitude: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxis: 0 + inWorldSpace: 0 + multiplyDragByParticleSize: 1 + multiplyDragByParticleVelocity: 1 + dampen: 0.09 + drag: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + NoiseModule: + enabled: 0 + strength: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthY: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + strengthZ: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + frequency: 0.5 + damping: 1 + octaves: 1 + octaveMultiplier: 0.5 + octaveScale: 2 + quality: 2 + scrollSpeed: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remap: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapY: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapZ: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + remapEnabled: 0 + positionAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rotationAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + sizeAmount: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + SizeBySpeedModule: + enabled: 0 + curve: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + z: + serializedVersion: 2 + minMaxState: 1 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + range: {x: 0, y: 1} + separateAxes: 0 + RotationBySpeedModule: + enabled: 0 + x: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + y: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + curve: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.7853982 + minScalar: 0.7853982 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + separateAxes: 0 + range: {x: 0, y: 1} + ColorBySpeedModule: + enabled: 0 + gradient: + serializedVersion: 2 + minMaxState: 1 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + range: {x: 0, y: 1} + CollisionModule: + enabled: 0 + serializedVersion: 4 + type: 1 + collisionMode: 0 + colliderForce: 0 + multiplyColliderForceByParticleSize: 0 + multiplyColliderForceByParticleSpeed: 0 + multiplyColliderForceByCollisionAngle: 1 + m_Planes: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + m_Dampen: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Bounce: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.5 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_EnergyLossOnCollision: + serializedVersion: 2 + minMaxState: 0 + scalar: 0.3 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minKillSpeed: 0 + maxKillSpeed: 10000 + radiusScale: 0.01 + collidesWith: + serializedVersion: 2 + m_Bits: 4294967295 + maxCollisionShapes: 256 + quality: 0 + voxelSize: 0.5 + collisionMessages: 0 + collidesWithDynamic: 1 + interiorCollisions: 1 + TriggerModule: + enabled: 0 + serializedVersion: 2 + inside: 1 + outside: 0 + enter: 0 + exit: 0 + colliderQueryMode: 0 + radiusScale: 1 + primitives: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + SubModule: + serializedVersion: 2 + enabled: 0 + subEmitters: + - serializedVersion: 3 + emitter: {fileID: 0} + type: 0 + properties: 0 + emitProbability: 1 + LightsModule: + enabled: 0 + ratio: 0 + light: {fileID: 0} + randomDistribution: 1 + color: 1 + range: 1 + intensity: 1 + rangeCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + intensityCurve: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + maxLights: 20 + TrailModule: + enabled: 0 + mode: 0 + ratio: 1 + lifetime: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minVertexDistance: 0.2 + textureMode: 0 + textureScale: {x: 1, y: 1} + ribbonCount: 1 + shadowBias: 0.5 + worldSpace: 0 + dieWithParticles: 1 + sizeAffectsWidth: 1 + sizeAffectsLifetime: 0 + inheritParticleColor: 1 + generateLightingData: 0 + splitSubEmitterRibbons: 0 + attachRibbonsToTransform: 0 + colorOverLifetime: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + widthOverTrail: + serializedVersion: 2 + minMaxState: 0 + scalar: 1 + minScalar: 1 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorOverTrail: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + CustomDataModule: + enabled: 0 + mode0: 0 + vectorComponentCount0: 4 + color0: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel0: Color + vector0_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_0: X + vector0_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_1: Y + vector0_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_2: Z + vector0_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel0_3: W + mode1: 0 + vectorComponentCount1: 4 + color1: + serializedVersion: 2 + minMaxState: 0 + minColor: {r: 1, g: 1, b: 1, a: 1} + maxColor: {r: 1, g: 1, b: 1, a: 1} + maxGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + minGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorLabel1: Color + vector1_0: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_0: X + vector1_1: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_1: Y + vector1_2: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_2: Z + vector1_3: + serializedVersion: 2 + minMaxState: 0 + scalar: 0 + minScalar: 0 + maxCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + minCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + vectorLabel1_3: W +--- !u!199 &1849503277914958281 +ParticleSystemRenderer: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849503277900101355} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: e653836c30661fe419b8992e230ca189, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_RenderMode: 0 + m_MeshDistribution: 0 + m_SortMode: 0 + m_MinParticleSize: 0 + m_MaxParticleSize: 1 + m_CameraVelocityScale: 0 + m_VelocityScale: 0 + m_LengthScale: 2 + m_SortingFudge: 0 + m_NormalDirection: 1 + m_ShadowBias: 0 + m_RenderAlignment: 0 + m_Pivot: {x: 0, y: 0, z: 0} + m_Flip: {x: 0, y: 0, z: 0} + m_EnableGPUInstancing: 0 + m_ApplyActiveColorSpace: 1 + m_AllowRoll: 1 + m_FreeformStretching: 0 + m_RotateWithStretchDirection: 1 + m_UseCustomVertexStreams: 0 + m_VertexStreams: 0001030405 + m_UseCustomTrailVertexStreams: 0 + m_TrailVertexStreams: 00010304 + m_Mesh: {fileID: 0} + m_Mesh1: {fileID: 0} + m_Mesh2: {fileID: 0} + m_Mesh3: {fileID: 0} + m_MeshWeighting: 1 + m_MeshWeighting1: 1 + m_MeshWeighting2: 1 + m_MeshWeighting3: 1 + m_MaskInteraction: 0 +--- !u!1 &3191205011612838216 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6113939482121949253} + - component: {fileID: 374807136899897245} + - component: {fileID: 8280673137444336952} + m_Layer: 0 + m_Name: Sphere + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6113939482121949253 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3191205011612838216} + serializedVersion: 2 + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.2, y: 0.2, z: 0.2} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 7794002585184948680} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &374807136899897245 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3191205011612838216} + m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &8280673137444336952 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3191205011612838216} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 02312ff549bab6649a662b22d74656ca, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7189246641373217378 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7794002585184948680} + - component: {fileID: 49188329263227556} + - component: {fileID: -5215053911588457516} + m_Layer: 14 + m_Name: Pistol Bullet Orange 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7794002585184948680 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7189246641373217378} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6113939482121949253} + - {fileID: 1849503277899828985} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!135 &49188329263227556 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7189246641373217378} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 1 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Radius: 0.1 + m_Center: {x: 0, y: 0, z: 0} +--- !u!54 &-5215053911588457516 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7189246641373217378} + serializedVersion: 4 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_CenterOfMass: {x: 0, y: 0, z: 0} + m_InertiaTensor: {x: 1, y: 1, z: 1} + m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ImplicitCom: 1 + m_ImplicitTensor: 1 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 4 + m_CollisionDetection: 0 diff --git a/Assets/Source/Prefabs/Projectiles/Pistol Bullet Orange 1.prefab.meta b/Assets/Source/Prefabs/Projectiles/Pistol Bullet Orange 1.prefab.meta new file mode 100644 index 00000000..dbd62f1b --- /dev/null +++ b/Assets/Source/Prefabs/Projectiles/Pistol Bullet Orange 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f53ef2c425aec8746afd5f5897eb7b74 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: