Unity Study - Entities, Dots (how to install entities package)
2022. 3. 19. 23:21ㆍWork/Unity
728x90
반응형
#What i want to do?
Dots - Jobs (multi thread, 멀티 스레드)
#Installing, setup (2020.3.13f, entities 0.17.0-preview.42), 4 step
- step1
- package manager : Add package from git URL
- step2
- input "com.unity.entites"
- step3
- replace manifest.json entites
- version : 0.17.0-preview.42
- where is this check version? : https://docs.unity3d.com/Packages/com.unity.entities@0.17/manual/install_setup.html
- step4
- recommended packages
- add packages
- com.unity.rendering.hybrid (0.11.0-preview.44)
- com.unity.dots.editor (0.12.0-preview.6)
- com.unity.physics (0.6.0-preview.3)
- add packages
- recommended packages
728x90
반응형