GodotECS / godex

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

Fix: Build failed find_nodes is not a member of Node exception #289

Closed FieldStudios closed 2 years ago

FieldStudios commented 2 years ago

Looks like these function calls have changed names in the core API

Using Godot 5c54770b7cd0be8ed6e9229fd253ae0d98f8b275

modules\godex\modules\godot\databags\scene_tree_databag.cpp(62): error C2039: 'find_nodes': is not a member of 'Node' C:\Users\paper\Apps\godot\scene/main/node.h(44): note: see declaration of 'Node'

modules\godex\modules\godot\databags\scene_tree_databag.cpp(74): error C2039: 'find_nodes': is not a member of 'Node' C:\Users\paper\Apps\godot\scene/main/node.h(44): note: see declaration of 'Node'

FieldStudios commented 2 years ago

The joys of working on alpha technology Godot 4.0.7alpha

Core: Re-add Node find_node as find_child (GH-60511).