Flecs.NET is currently incompatible with static linking due to the way the binding handles exporting flecs's global variables. As a temporary fix, the binding generator needs to be updated to output C getter functions that can be compiled alongside flecs.
Flecs.NET is currently incompatible with static linking due to the way the binding handles exporting flecs's global variables. As a temporary fix, the binding generator needs to be updated to output C getter functions that can be compiled alongside flecs.