I've declared a signal in C# however it isn't showing in the editor?
Hey there. If you want to post freely in the future, please confirm your account with the email we sent you.
In terms of your question, I'm not sure since I don't use C#.
Do GDScript defined signals show up in the editor? Unless we are talking about the remote I don't think I've ever noticed the script defined signals to show up outside the runtime.
nb. I have not tried to create them in tool scripts tho.
Yeah, they do show up in GDScript.
OK, cool. I don't think I've ever needed to check there when creating signals is in code(just connect them from code too while at it).
Actually, I used to do everything in GDScript but the editor actually works pretty good and saves time.