▶ ECS 공식 문서
- 바로가기
1. 패키지 설치
- Pacakge Manager -> URL을 이용해 com.unity.entities 설치 진행
- Pacakge Manager -> URL을 이용해 com.unity.entities.graphics 설치 진행
▶ 유니티6 ECS 설치 에러 발생시
"[package manager window] error adding package: com.unity.entities. unable to add package [com.unity.entities]: one or more dependencies could not be added to the local file system: com.unity.collections: eperm: operation not permitted, rename 'd:\git\ecs_project\library\packagecache\com.unity.collections' -> 'd:\git\ecs_project\library\packagecache\.del--2044-rf9ss1abgld6' unityeditor.editorapplication:internal_callupdatefunctions ()
"
라는 에러 문구 발생 시 위 해결책처럼 하면 됨
▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
- 프로젝트 이름\library\packagecache\com.unity.collections를 -> 프로젝트 이름\library\packagecache\ .del--2044-rf9ss1abgld6로 변경
- 이와 같은 에러가 발생하면 다시 com.unity.entities 설치하면 에러가 사라짐
▶ 에러의 원인
- Unity MCP와 뭔가 겹치는 부분이 있어 발생하는 것으로 보임
- MCP를 제거하니 에러가 발생 안함
'유니티 > ECS' 카테고리의 다른 글
[ECS] 2. 오브젝트 생성 (0) | 2025.04.14 |
---|