decline-cookies / anvil-unity-dots

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

Supporting spawning Prototype Variants #271

Closed jkeon closed 1 year ago

jkeon commented 1 year ago

For a given Definition, there may be multiple Prototypes that fit that definition as "Variants".

They are not structurally different (same components etc) but their values differ such that general configuration is not sufficient and it's better to duplicate an existing prototype instead.

Ex. RenderMeshes which have a bunch of SharedComponents to point to the right Mesh/Material combo.

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

Most changes made, some conversations still to be had.

mbaker3 commented 1 year ago

Responded/resolved

jkeon commented 1 year ago

@mbaker3 Ready for last review