decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internal - Cleanup - Rework AbstractData

jkeon opened this issue · comments

AbstractData has too many responsibilities right now, it should just handle the idea of wrapping the collection and being accessible by and ID.

The current implementations of ActiveArrayData, ActiveLookupData and PendingData are over-populating with accessing internals and cancel specific behaviours.

Possibly look at:

#142 (comment)