Breaking Changes
See individual release notes for more information, but here is a quick summary of each major versions breaking changes (if any).
8.0
- Split fromEcsRx
and have made this its own repo calledEcsR3
9.0
- Changed how routing for entity changes were handled and removedIEntityDatabase
10.0
- Refactored almost allIComputed
related classes and contracts,Batching
plugin is no more and included in core11.0
-IEntity
no longer exists, justEntity
, components are no longer accessed DIRECTLY on entity instead viaIEntityComponentAccessor
, removedIReactToGroupEx
Last updated