타워 기능 추가 및 개선

This commit is contained in:
2026-01-14 11:33:18 +09:00
parent 745166803c
commit 96de63dd47
17 changed files with 2504 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ Transform:
m_GameObject: {fileID: 1084203197372406492}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0.8660254, z: -0.5, w: 0}
m_LocalPosition: {x: 0, y: 2, z: 0}
m_LocalPosition: {x: 0, y: 3, z: 0}
m_LocalScale: {x: 5, y: 5, z: 5}
m_ConstrainProportionsScale: 0
m_Children:
@@ -119,7 +119,7 @@ Transform:
m_GameObject: {fileID: 3045533606575271731}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: -1, z: 0}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1.5, y: 0.2, z: 1.5}
m_ConstrainProportionsScale: 0
m_Children: []
@@ -233,7 +233,7 @@ Transform:
m_GameObject: {fileID: 3422586179833201152}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 1, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
@@ -378,7 +378,7 @@ Transform:
m_GameObject: {fileID: 6751954356412886904}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1, z: 0}
m_LocalPosition: {x: 0, y: 2, z: 0}
m_LocalScale: {x: 1.5, y: 0.2, z: 1.5}
m_ConstrainProportionsScale: 0
m_Children: []
@@ -474,6 +474,7 @@ GameObject:
m_Component:
- component: {fileID: 3298109745345281552}
- component: {fileID: 7462498580092677868}
- component: {fileID: 1517820236960220551}
m_Layer: 0
m_Name: Arrow Tower
m_TagString: Untagged
@@ -498,6 +499,7 @@ Transform:
- {fileID: 2131228532769343462}
- {fileID: 7867013838649239580}
- {fileID: 8072352134954294963}
- {fileID: 879200091046097544}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &7462498580092677868
@@ -512,7 +514,111 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 2a2261bfcc98da54f99ea109f6fd9645, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::TowerAttack
range: 10
range: 3
fireRate: 1
projectilePrefab: {fileID: 7534389752222086601, guid: 9c1ec9160a9e40c40a900277e13a69c1, type: 3}
firePoint: {fileID: 3054833026683299306}
--- !u!114 &1517820236960220551
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7327242023390354019}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1de87143b4c1b934fa3178ed813be3b3, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::TowerRangeOverlay
_rangeSprite: {fileID: 7568889303457012890}
--- !u!1 &7568889303457012890
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 879200091046097544}
- component: {fileID: 2323055595783640464}
m_Layer: 0
m_Name: Tower Range
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &879200091046097544
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7568889303457012890}
serializedVersion: 2
m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 3298109745345281552}
m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0}
--- !u!212 &2323055595783640464
SpriteRenderer:
serializedVersion: 2
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7568889303457012890}
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_RayTracingAccelStructBuildFlagsOverride: 0
m_RayTracingAccelStructBuildFlags: 1
m_SmallMeshCulling: 1
m_ForceMeshLod: -1
m_MeshLodSelectionBias: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, 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_GlobalIlluminationMeshLod: 0
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_MaskInteraction: 0
m_Sprite: {fileID: 8356958830029134202, guid: 9a7ff2ab8e12f3b4e9aed612e6b128d6, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 18.17, y: 18.21}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_SpriteSortPoint: 0