GodotECS / godex

Godex is a Godot Engine ECS library.
MIT License
1.22k stars 67 forks source link

GodotECS not compiling against Godot master branch #303

Open forge18 opened 2 years ago

forge18 commented 2 years ago

I followed the install instructions from the setup page, but ran into an error when attempting to compile. I am attaching the output from my cmd window.

Compile Tool Versions: Visual Studio Community 2022 (17.3.3) Python 3.10.7 Scons 4.4.0

Feel free to reach out if you have further questions. GodexCompileError_20220906.txt

Malkverbena commented 1 year ago

Any plan to update Godex to Godot 4?

Beliar83 commented 1 year ago

@Malkverbena There is a PR #304 that makes it compatible with 4.0 (and probably 4.0.1), but it has not been thoroughly tested/reviewed yet.