Important
- Entitas 0.10.0 includes lots of renaming. Please follow the Entitas upgrade guide
Entitas
- Added empty ISystem and IExecuteSystem for more flexibility
- Added public creationIndex to Entity
- Observer is now on group not on pool
- Removed WillBeRemovedSystem and observer
- Added CreateSystem to PoolExtension
- Added fast entities count call to Pool
- Added creationIndex to entity.ToString()
- pool.CreateEntity() and pool.DestroyEntity() are now virtual
Visual Debugging
- Added VisualDebugging
Code Generator
- Supports enums nested in components
- Added option to [DontGenerate] to ignore generating index, too