You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** In the example of GDExtension the next include is done: #include <godot_cpp/classes/sprite2d.hpp> . It seems that class header neither other of nodes is present now in the godot-cpp repository. I would like to know if it is possible to create node objects like sprite2D with GDExtension now, maybe it has to be done in another way now.**
Godot 4.1
** In the example of GDExtension the next include is done: #include <godot_cpp/classes/sprite2d.hpp> . It seems that class header neither other of nodes is present now in the godot-cpp repository. I would like to know if it is possible to create node objects like sprite2D with GDExtension now, maybe it has to be done in another way now.**
https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/gdextension_cpp_example.html
The text was updated successfully, but these errors were encountered: