refactor: FBX 애니메이션 클립 독립 .anim 추출 및 자동 등록 시스템 구축
- FBX 내장 AnimationClip을 개별 .anim 파일로 추출하는 에디터 툴 추가 (AnimationClipExtractor) - 스킬/보스/AnimatorController에서 참조 중인 클립만 선택적 추출 - 추출 후 모든 참조(SkillData, BossPhaseData, AnimatorController)를 .anim으로 자동 relink - 추출 완료된 FBX 자동 삭제 (참조 안전성 검증 포함) - SkillController: registeredClips를 OnValidate에서 _Player_ 이름 기반 자동 등록 - PlayerSkillInput: skillSlots를 OnValidate에서 _Skill_Player_ 이름 기반 자동 등록 - 38개 FBX 삭제, 40+개 .anim 파일로 교체 완료
This commit is contained in:
@@ -19,7 +19,7 @@ MonoBehaviour:
|
||||
skillRole: 2
|
||||
activationType: 2
|
||||
baseTypes: 2
|
||||
skillClip: {fileID: -7313196749698736815, guid: 95764ba490b24918b73fc1553e34dc1e, type: 3}
|
||||
skillClip: {fileID: 7400000, guid: 665885351f6fc9d4c8b188498edb3d7d, type: 2}
|
||||
endClip: {fileID: 0}
|
||||
animationSpeed: 1
|
||||
useRootMotion: 0
|
||||
@@ -28,6 +28,7 @@ MonoBehaviour:
|
||||
blockMovementWhileCasting: 1
|
||||
blockJumpWhileCasting: 1
|
||||
blockOtherSkillsWhileCasting: 1
|
||||
allowedWeaponTraits: 0
|
||||
cooldown: 18
|
||||
manaCost: 20
|
||||
maxGemSlotCount: 2
|
||||
|
||||
Reference in New Issue
Block a user