-
Notifications
You must be signed in to change notification settings - Fork 2
Developer Meeting Log #3
Seong Hyeok OH edited this page Jun 3, 2023
·
5 revisions
- character.cs와 GameManager.cs 역할 정의 필요
- characterData와 CharacterStat의 역할 정의 필요
- GameManager 중복 로드 문제
- character.cs와 GameManager.cs 역할
- character.cs: 캐릭터가 공통적으로 다뤄야 할 클래스
- GameManager.cs: 인게임씬의 스크립트들을 연결 시켜주는 클래스
- 변경된 정의에 맞게 리펙토링
- characterData와 CharacterStat의 역할
- characterData: scriptableObject로 캐릭터 기본 스탯 설정용으로 사용 => 인게임 들어갈때 한번 사용
- CharacterStat: Enum 배열로 이후 레벨업 등 스탯 수정 시 사용
2023.3.24, 오성혁