Releases: uFrame/uFrame.ECS
Releases · uFrame/uFrame.ECS
Ver 1.0.0
This release is the first one which work as ECS framework separated from micahosborne/uFrame
It depends on uFrame/Core, please make sure you have uFrame/Core in your project first.
In this release
Fix Bugs :
ECS code gen namespace mismatch
[ BUG ] Editor raise StackOverFlowException when edit Format String function content in workspace
[ BUG ] ECS: Multiple event handlers generated for System events in SystemGraph. 'uFrame.ECS.APIs.ISystemUpdate' is already listed in interface list
[ BUG ] ECS. New instance of Handler created for every event.
Add :
ECS Examples