Can not find registered node in Godot editor #80
nii236
started this conversation in
Is this a bug?
Replies: 2 comments 3 replies
-
Have you tried renaming the type, to something other than `Example? I think this may be somewhat reserved in the engine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
yeah changed to NXRExample (see commit) and same issue ![]() Does it happen when you try my repo too? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a minimally reproducible example here: https://github.com/nii236/gd_mre
I feel like this is more of a "I don't know how to use this library", but maybe it'll help others to ask in the open.
I've created a
type Example struct
but I can not find it in the editor after runninggd
.I'm using a Macbook Pro M1.
Beta Was this translation helpful? Give feedback.
All reactions