Flecs v3.0.2
This version includes the following bugfixes:
- Fixed symbol export issues when using reflection convenience macro's like
ECS_STRUCT
- Fixed bug that prevented inheriting from entities with a symbol identifier
- Fixed issue that could cause crash when creating tables with
OVERRIDE
orTOGGLE
This version includes the following improvements:
- Improved error messages when using stage outside of readonly context
- Several improvements that enable interop between C modules and C++
- Added more prefab examples
DontInherit
property is now respected when instantiating prefab children- Transfer ownership of world to app framework in C++ so it can be used in webasm builds
This version includes the following new features:
- Added support for prefab slots (see https://github.com/SanderMertens/flecs/tree/master/examples/cpp/prefabs/slots)