Misiur
Misiur
I use ecx with OpenFL. I disagree on dropping `neko` target as of now. Some users are using it for fast debugging sessions. `hashlink` will take its place soon, but...
Removing single components requires `world.commit` as well, right?
@jaredhanson is this issue on your radar?
Is this implemented yet?
Also would this support local dependencies for dev build?
That's amazing, where I can read the discussion about it?
4.x or 5.x?
Does 4.0.2 crash for you? It has multiple y_text fixes
It affects 5.x as well. https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Players/y_text/y_text_impl.inc#L1132 I thought just removing the explicit id fetch would help, but it turns out there's a slight twist to it: https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Players/y_text/y_text_impl.inc#L1234 This function no...