DinkyECS identity/entity should be some kind of global counter #21
Closed
opened 2 months ago by zedshaw
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Right now the entities are id from in each world, so cloning ta world means you have to dupe the entities and also copy the previous world counter. This will definitely be a problem later so come up with a global counter.
Nah, doing this would make things too complicated, but maybe in GUECS this would be nice?