Skip to content

Flecs v3.0.2

Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 08 Aug 07:48
· 1362 commits to master since this release
4475088

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 or TOGGLE

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:

Known issues:
#765
#716
#714
#620
#478
#314