0.4.7
- FIX: Fixed an issue where a remove event would be sent even when the component add happened in the same execution tick ecsact-dev/ecsact_rt_entt#41
- FIX: Fixed issues with
entity_created_callback
not occurring and remove component data dying ecsact-dev/ecsact_runtime#148 - FIX(multi package): Ecsact parser now parses fully qualified component and transient names ecsact-dev/ecsact_parse#83
- FIX(multi package): Ecsact interpreter now interprets fully qualified component and transient names and package import statements ecsact-dev/ecsact_interpret#159
- FIX(multi package): C++ meta code generator now includes imported package headers which fixes a C++ compile error ecsact-dev/ecsact_lang_cpp#124