GodotECS / godex

Godex is a Godot Engine ECS library.
MIT License
1.23k stars 68 forks source link

Godex doesn't compiles as module #158

Closed AndreaCatania closed 3 years ago

AndreaCatania commented 3 years ago

When godex is put as module, under the godot/modules directory it doesn't compile.

Would be nice if the CI would test this.

AndreaCatania commented 3 years ago

This issue may be fixed by this PR: #159.

I've noticed that sometimes the file modules_enabled.gen.h, generated by https://github.com/godotengine/godot/blob/master/modules/SCsub#L13-L22 fails detecting the modules, and the module registration is not correctly processed.

AndreaCatania commented 3 years ago

Closing as duplicate of this: #176 (The other issue has more info, so better continue there).