decline-cookies / anvil-unity-dots

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

Remove `IComponentData` from `PrototypeVariant` #276

Closed mbaker3 closed 12 months ago

mbaker3 commented 12 months ago

Remove IComponentData from PrototypeVariant. If projects want to store the variant on their entities they can create their own component object with PrototypeVariant as a field.

Also performed some misc formatting cleanup + spelling in docs.

@jkeon Should PrototypeVariant get moved into our app project? I don't see it referenced by anything in anvil-unity-dots

What is the current behaviour?

PrototypeVariant implements IComponentData

What is the new behaviour?

PrototypeVariant no longer implements IComponentData

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?