Releases: jeffreylanters/unity-entity-component-system
Releases · jeffreylanters/unity-entity-component-system
Release v3.8.2
- Major package meta data improvements, added release deployments and minor over-all package improvements
Release v3.8.1
- Added
OnWillDestory
Virtual Methods to override option in the File Generator
Release v3.8.0
- Implemented
OnWillDestroy
events on Controllers, Systems and Services
3.7.3
- Minor improvements and updated documentation
3.7.2
- Improved error handling
3.7.1
- Added SetComponentProperty method to entities
3.7.0
- Added support for automatic property assigning for Assets in Controllers, Systems and Services using the [Asset] attribute.
3.6.0
- Improved performance when enabling or disabling systems
- OnDrawGui and OnDrawGizmos will no longer invoke when a system is disabled
3.4.2
Update README.md
3.4.0
Minor naming changes