Unity Discussions
I need EntityCommandBuffer guideline.
Unity Engine
Entities
,
com_unity_entities
,
Question
Unique-Player
December 5, 2022, 5:35am
2
Referencing this link -
How to safely destroy entities?
Use ecb-begin to destroy entities
Use ecb-end for all other operations (add/remove/set/has/get/etc).
3 Likes
show post in topic