chore: Assets 디렉토리 구조 정리 및 네이밍 컨벤션 적용
- Assets/_Game/ 하위로 게임 에셋 통합 - External/ 패키지 벤더별 분류 (Synty, Animations, UI) - 에셋 네이밍 컨벤션 확립 및 적용 (Data_Skill_, Data_SkillEffect_, Prefab_, Anim_, Model_, BT_ 등) - pre-commit hook으로 네이밍 컨벤션 자동 검사 추가 - RESTRUCTURE_CHECKLIST.md 작성 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
28
Assets/_Game/Data/Enemies/Data_Enemy_TestBoss.asset
Normal file
28
Assets/_Game/Data/Enemies/Data_Enemy_TestBoss.asset
Normal file
@@ -0,0 +1,28 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
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: 1ecdc2379b078b246a0bd5c0fb58e346, type: 3}
|
||||
m_Name: Data_Enemy_TestBoss
|
||||
m_EditorClassIdentifier: Colosseum.Game::Colosseum.Enemy.EnemyData
|
||||
enemyName: Boss The Test
|
||||
description:
|
||||
icon: {fileID: 21300000, guid: 452012ebe6d33bc4bbb53a355f77ce63, type: 3}
|
||||
baseStrength: 10
|
||||
baseDexterity: 10
|
||||
baseIntelligence: 10
|
||||
baseVitality: 10
|
||||
baseWisdom: 10
|
||||
baseSpirit: 10
|
||||
moveSpeed: 5
|
||||
rotationSpeed: 10
|
||||
aggroRange: 10
|
||||
attackRange: 2
|
||||
attackCooldown: 1
|
||||
8
Assets/_Game/Data/Enemies/Data_Enemy_TestBoss.asset.meta
Normal file
8
Assets/_Game/Data/Enemies/Data_Enemy_TestBoss.asset.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f21773b42c60c4b40b609966f09146aa
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user