ECS Sample Project #6 SpawnAndRemove
·
Unity DOTS/ECS Sample Projtect
선행 학습 [Unity DOTS/Dots Custom Manual] - UNITY DOTS - Entity Command Buffers 에 대해 알아보자. 이전 글 보기 [Unity DOTS/ECS Sample Projtect] - ECS Sample Project #1 ForEach [Unity DOTS/ECS Sample Projtect] - ECS Sample Project #2 IJobEntityBatch [Unity DOTS/ECS Sample Projtect] - ECS Sample Project #3 Sub Scene [Unity DOTS/ECS Sample Projtect] - ECS Sample Project #4 SpawnFromMonoBehaviour [Unity DOTS/ECS Sa..
ECS Sample Project #4 SpawnFromMonoBehaviour
·
Unity DOTS/ECS Sample Projtect
이전 글 보기 [Unity DOTS/ECS Sample Projtect] - ECS Sample Project #1 ForEach [Unity DOTS/ECS Sample Projtect] - ECS Sample Project #2 IJobEntityBatch [Unity DOTS/ECS Sample Projtect] - ECS Sample Project #3 Sub Scene 오늘 알아볼 내용 지금까지는 ConvertToEntity 옵션을 활성화한 GameObject가 Entity로 Convert 되도록 만들었지만 이번에는 GameObject가 Prefab GameObject를 Entity로 생성하는 방법에 대해 알아봅니다. 새로운 씬을 만들고 이름을 4. SpawnFromMonoBehaviour 로 ..