legion
legion copied to clipboard
Is there way to push entities with dynamic components?
Hi all! I want to push an entity, but I don't know what components will be exists, because it can be known on runtime.
So currently I'm just creating an empty entity and push components on it.
Is there better way to do? Thank you!