반응형
0. 유니티 게임의 데이터 구조
- 유니티에서는 게임 화면을 "씬(Scene)"으로 관리함.
- 하나의 게임. 화면에는 하나의 씬이 필요.
- 씬은 수많은 "오브젝트(GameObject)"로 이루어짐.
- 오브젝트는 컴포넌트를 추가하거나 설정하여 기능을 가지게됨.
1. 유니티 설치 : https://unity.com/download
1.1. 위에서 "Download for Mac"을 선택해 UnityHubSetup.dmg 파일을 다운로드 한다.
Download
Download Unity now and get started with the world’s most popular development platform for creating 2D and 3D multiplatform experiences and games.
unity.com
1.2. UnityHub Setup 실행
1.3. Unity Hub 를 실행한다.
Unity Hub를 실행해서 Editor를 설치한다.
2. 프로젝트 생성
3. Unity 에디터 인터페이스
참고자료 : http://journal.cg-korea.org/archive/view_article?pid=jkcgs-25-4-17
반응형