Hi,
I'm creating a plugin with gdnative c++.
I created a simple class, compile the library, make a simple script working according to the official example.
Now I want to add my stuff like a custom node. The gdscript editor can complete my class name and access it's property, but I can't see it in the window to add a new node to a scene with [ctrl+a].
How to do that?