Unity/Asset 분석
[RTS Engine] 편(Faction) 설정하기
lipnus
2021. 5. 31. 21:06
반응형
이 에셋에서 Faction이라는 개념으로 편을 나눈다. (파벌이라는 뜻)
① Faction에 대한 전체적인 설정은 GameManager에서 함
② Add 누를때마다 Element가 하나씩 생김
③ 초기유닛을 설정
Game Manager
The Game Manager is the component that handles the faction initialization in the map and some other general settings for the game. This is the main script that connects each component with each other. When creating a new map using the RTS Engine menu, thi
soumidelrio.com
반응형