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?
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!