GodotECS / godex

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

Update to godot master bab2ad4d3283a9b4e6050a2345a4ea408001484e #285

Closed BlackxSnow closed 2 years ago

BlackxSnow commented 2 years ago

Notably: modules/godot_module_bullet.rar and thirdparty/godot_thirdparty_bullet.rar must be unpacked to their directories within the godot project as of this request.

Ideally the bullet module's scons would be retargeted so that this data can reside within the godex project itself, however I don't understand scons well enough to do so.

modules/godot/databags/scene_tree_databag.cpp also needs some future work:

This is a preliminary pull request that compiles into the godot master properly, however it has not been properly tested yet.