decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil
MIT License
4 stars 1 forks source link

Entity Spawner Revamp #259

Closed jkeon closed 1 year ago

jkeon commented 1 year ago

Entity Spawners are now job structs that allow for creating an Entity in a job and getting back the deferred Entity from the Entity Command Buffer that will create it.

What is the current behaviour?

What is the new behaviour?

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?

jkeon commented 1 year ago

@mbaker3 This is ready for re-review