New to GDExtension

Godot Version

4.2

Cant see my custom node in editor

Hello everyone,

I’ve been using GDExtension to create custom Node subclasses in Godot 4.2. While I can compile code without errors, I can’t see my custom Node classes in the editor. am I missing something?

Do you register your classes? Does your project have a my_extension.gdextension file?

1 Like

Yes, and it seems I’ve done everything except generate the extension_api.json myself. I assumed it wouldn’t be an issue as long as I used the correct version of the extension. Thanks for the answer!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.