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 supporting Proxy Entities #178

Closed jkeon closed 1 year ago

jkeon commented 1 year ago

We don't have a nice way to spawn proxy entities right now but there is a potential way to nest the proxy definition inside the definition itself.

Take an example CrewActorDefinition that wants to also have a FollowPath proxy entity from a FollowPathProxyEntityDefinition.

This will also remove any frame delays which is really really good and will allow for that Proxy Entity Definition to define it's own Proxy Entity Defintitions too.

jkeon commented 1 year ago

Duplicate of #192