관리 메뉴
목록unity (2)
Let's Girin!

1. Asset Bundle 에셋 번들은 런타임 시점에 로드할 수 있는 플랫폼별 비코드 에셋(모델, 텍스처, 프리팹, 오디오 클립, 씬 전체)이 들어있는 파일이다. 쉽게 말해 에셋 번들은 말 그대로 에셋(Asset)의 묶음(Bundle)이다. 에셋 번들은 다수의 파일을 내부적으로 포함하는 아카이브다. * Asset : 유니티 에디터 Project창의 Assets폴더 산하에 존재하는 모든것. *Bundle: 프로젝트 상에 존재하는 다양한 에셋들을 일정한 규칙으로 묶어서 정리하는 것. ex. 에셋번들1(Textures), 에셋번들2(Prefabs) 1-1. Asset Bundle Acchive 에셋 번들 아카이브는 폴더와 같은 컨테이너이며 디스크상의 실제 파일이다. 에셋 번들 아카이브에는 추가 파일을 보관할..
Unity
2023. 1. 31. 18:18

1. Unity Version - 2022.2.0b8 2. Entities Version - 1.0.0-pre.15 3. Install Package Add package by name 클릭 후 com.unity.entities com.unity.entities.graphics com.unity.burst com.unity.jobs com.unity.collections com.unity.mathmatics com.unity.physics com.unity.netcode 4. Unity Hub New Project Template Setup - URP
Unity
2022. 12. 20. 10:36