优化怪物

This commit is contained in:
2026-07-05 20:58:59 +08:00
parent 567ef641b0
commit 670b746599
11 changed files with 574 additions and 6 deletions
@@ -0,0 +1,35 @@
%YAML 1.1
%TAG !u! tag:yousandi.cn,2023:
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: IndianOcean_SpriteEchoOutline enemy
m_Shader: {fileID: 4800000, guid: 15a387d57aa9cac4d85fb36945615daf, 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: {}
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 2800000, guid: 7ac5572aa9acd2b4eade671bdfc8bac1, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _OutlineWidth: 9
m_Colors:
- _OutlineColor: {r: 1, g: 1, b: 1, a: 1}
m_BuildTextureStacks: []
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: CX8ftyypWnpLW5r3nCiv0wDT6hnqwH59ONaIT7GbnXWHbkaLvhFPMsA=
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
@@ -24,12 +24,12 @@ Material:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 0}
m_Texture: {fileID: 2800000, guid: 7ac5572aa9acd2b4eade671bdfc8bac1, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _OutlineWidth: 2
- _OutlineWidth: 2.71
m_Colors:
- _OutlineColor: {r: 1, g: 1, b: 1, a: 1}
m_BuildTextureStacks: []
@@ -13,7 +13,7 @@ Shader "IndianOcean/SpriteEchoOutline"
{
_MainTex ("Sprite Texture", 2D) = "white" {}
_OutlineColor ("描边颜色(乘以全局回声颜色,默认白)", Color) = (1,1,1,1)
_OutlineWidth ("描边宽度(像素/纹素)", Range(0, 8)) = 2.0
_OutlineWidth ("描边宽度(像素/纹素)", Range(0, 12)) = 3.5
}
SubShader
{
+1 -1
View File
@@ -54630,7 +54630,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!114 &1112109401
MonoBehaviour:
m_ObjectHideFlags: 0
+105
View File
@@ -1,5 +1,93 @@
%YAML 1.1
%TAG !u! tag:yousandi.cn,2023:
--- !u!1 &1086493165672829235
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 7
m_Component:
- component: {fileID: 8458533056543365395}
- component: {fileID: 8172181375791729209}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: EchoOutline
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8458533056543365395
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1086493165672829235}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.32, y: 0.32, z: 0.32}
m_ConstrainProportionsScale: 1
m_Children: []
m_Father: {fileID: 8894851355281676783}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &8172181375791729209
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1086493165672829235}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_virtualGeometry: 0
m_virtualGeometryShadow: 0
m_ShadingRate: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 6502649131e2e0446853cb4a887cf80d, 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: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 10001
m_Sprite: {fileID: 21300000, guid: 02f2bf3e20b417e42bd0e45dcec85fbb, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 5.12, y: 5.12}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &1748704152308654635
GameObject:
m_ObjectHideFlags: 0
@@ -227,6 +315,7 @@ GameObject:
- component: {fileID: 2877034408413616420}
- component: {fileID: 350980459442417952}
- component: {fileID: 1893771889199554109}
- component: {fileID: -534909058101112079}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: Enemy1
@@ -250,6 +339,7 @@ Transform:
m_Children:
- {fileID: 2387478274195477212}
- {fileID: 3470028423354261367}
- {fileID: 8458533056543365395}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &8063991991785530743
@@ -411,6 +501,21 @@ MonoBehaviour:
lowHealthColor: {r: 1, g: 0.3, b: 0, a: 0.9}
lowHealthThreshold: 0.3
hideWhenFull: 1
--- !u!114 &-534909058101112079
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2150025513644625521}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ac03fca0206399b409be0b0403940c09, type: 3}
m_Name:
m_EditorClassIdentifier:
disableOutline: 0
outlineColor: {r: 1, g: 1, b: 1, a: 1}
outlineWidth: 5
--- !u!1 &8348150211127470280
GameObject:
m_ObjectHideFlags: 0
+105
View File
@@ -227,6 +227,7 @@ GameObject:
- component: {fileID: 2877034408413616420}
- component: {fileID: 350980459442417952}
- component: {fileID: 1893771889199554109}
- component: {fileID: 1378211221191342921}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: Enemy2
@@ -248,6 +249,7 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 5981427227345472704}
- {fileID: 2387478274195477212}
- {fileID: 3470028423354261367}
m_Father: {fileID: 0}
@@ -411,6 +413,109 @@ MonoBehaviour:
lowHealthColor: {r: 1, g: 0.3, b: 0, a: 0.9}
lowHealthThreshold: 0.3
hideWhenFull: 1
--- !u!114 &1378211221191342921
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2150025513644625521}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ac03fca0206399b409be0b0403940c09, type: 3}
m_Name:
m_EditorClassIdentifier:
disableOutline: 0
outlineColor: {r: 1, g: 1, b: 1, a: 1}
outlineWidth: 5
--- !u!1 &4009308812223849510
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 7
m_Component:
- component: {fileID: 5981427227345472704}
- component: {fileID: 7468405459385073908}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: EchoOutline
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5981427227345472704
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4009308812223849510}
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: 1
m_Children: []
m_Father: {fileID: 8894851355281676783}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7468405459385073908
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4009308812223849510}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_virtualGeometry: 0
m_virtualGeometryShadow: 0
m_ShadingRate: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 6502649131e2e0446853cb4a887cf80d, 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: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 10001
m_Sprite: {fileID: 21300000, guid: 3a75cde215c58964d9249037367de201, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 5.12, y: 5.12}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &8348150211127470280
GameObject:
m_ObjectHideFlags: 0
+105
View File
@@ -227,6 +227,7 @@ GameObject:
- component: {fileID: 2877034408413616420}
- component: {fileID: 350980459442417952}
- component: {fileID: 1893771889199554109}
- component: {fileID: -5656676190252742350}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: Enemy3
@@ -248,6 +249,7 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 3667076810073033497}
- {fileID: 2387478274195477212}
- {fileID: 3470028423354261367}
m_Father: {fileID: 0}
@@ -411,6 +413,109 @@ MonoBehaviour:
lowHealthColor: {r: 1, g: 0.3, b: 0, a: 0.9}
lowHealthThreshold: 0.3
hideWhenFull: 1
--- !u!114 &-5656676190252742350
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2150025513644625521}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ac03fca0206399b409be0b0403940c09, type: 3}
m_Name:
m_EditorClassIdentifier:
disableOutline: 0
outlineColor: {r: 1, g: 1, b: 1, a: 1}
outlineWidth: 5
--- !u!1 &3239335530067427485
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 7
m_Component:
- component: {fileID: 3667076810073033497}
- component: {fileID: 861917579079823603}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: EchoOutline
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3667076810073033497
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3239335530067427485}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.32, y: 0.32, z: 0.32}
m_ConstrainProportionsScale: 1
m_Children: []
m_Father: {fileID: 8894851355281676783}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &861917579079823603
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3239335530067427485}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_virtualGeometry: 0
m_virtualGeometryShadow: 0
m_ShadingRate: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 6502649131e2e0446853cb4a887cf80d, 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: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 10001
m_Sprite: {fileID: 21300000, guid: 752680209ddd82c46a79555c9576774a, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 5.12, y: 5.12}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &8348150211127470280
GameObject:
m_ObjectHideFlags: 0
+105
View File
@@ -1,5 +1,93 @@
%YAML 1.1
%TAG !u! tag:yousandi.cn,2023:
--- !u!1 &1285001890836224457
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 7
m_Component:
- component: {fileID: 7576646956893854472}
- component: {fileID: 1021646212072631308}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: EchoOutline
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7576646956893854472
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1285001890836224457}
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: 1
m_Children: []
m_Father: {fileID: 8894851355281676783}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &1021646212072631308
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1285001890836224457}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_virtualGeometry: 0
m_virtualGeometryShadow: 0
m_ShadingRate: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 6502649131e2e0446853cb4a887cf80d, 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: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 10001
m_Sprite: {fileID: 21300000, guid: cde0b16414404a949bafaf0d59ca479f, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 5.12, y: 5.12}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &1748704152308654635
GameObject:
m_ObjectHideFlags: 0
@@ -227,6 +315,7 @@ GameObject:
- component: {fileID: 2877034408413616420}
- component: {fileID: 350980459442417952}
- component: {fileID: 1893771889199554109}
- component: {fileID: -2147681641094033328}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: Enemy4
@@ -248,6 +337,7 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7576646956893854472}
- {fileID: 2387478274195477212}
- {fileID: 3470028423354261367}
m_Father: {fileID: 0}
@@ -411,6 +501,21 @@ MonoBehaviour:
lowHealthColor: {r: 1, g: 0.3, b: 0, a: 0.9}
lowHealthThreshold: 0.3
hideWhenFull: 1
--- !u!114 &-2147681641094033328
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2150025513644625521}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ac03fca0206399b409be0b0403940c09, type: 3}
m_Name:
m_EditorClassIdentifier:
disableOutline: 0
outlineColor: {r: 1, g: 1, b: 1, a: 1}
outlineWidth: 5
--- !u!1 &8348150211127470280
GameObject:
m_ObjectHideFlags: 0
+105
View File
@@ -227,6 +227,7 @@ GameObject:
- component: {fileID: 2877034408413616420}
- component: {fileID: 350980459442417952}
- component: {fileID: 1893771889199554109}
- component: {fileID: 3343332957993953616}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: Enemy5
@@ -248,6 +249,7 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1243404804516188803}
- {fileID: 2387478274195477212}
- {fileID: 3470028423354261367}
m_Father: {fileID: 0}
@@ -411,6 +413,109 @@ MonoBehaviour:
lowHealthColor: {r: 1, g: 0.3, b: 0, a: 0.9}
lowHealthThreshold: 0.3
hideWhenFull: 1
--- !u!114 &3343332957993953616
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2150025513644625521}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ac03fca0206399b409be0b0403940c09, type: 3}
m_Name:
m_EditorClassIdentifier:
disableOutline: 0
outlineColor: {r: 1, g: 1, b: 1, a: 1}
outlineWidth: 5
--- !u!1 &7767081684170806371
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 7
m_Component:
- component: {fileID: 1243404804516188803}
- component: {fileID: 5728249600892375977}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: EchoOutline
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1243404804516188803
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7767081684170806371}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.33, y: 0.33, z: 0.33}
m_ConstrainProportionsScale: 1
m_Children: []
m_Father: {fileID: 8894851355281676783}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &5728249600892375977
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7767081684170806371}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_virtualGeometry: 0
m_virtualGeometryShadow: 0
m_ShadingRate: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 6502649131e2e0446853cb4a887cf80d, 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: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 10001
m_Sprite: {fileID: 21300000, guid: 7ac5572aa9acd2b4eade671bdfc8bac1, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 5.12, y: 5.12}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &8348150211127470280
GameObject:
m_ObjectHideFlags: 0