I have a class in my singleton that I need to access from another node. I set up a reference to it with get_node("/root/global").Character.new()
Trying to get variables from it just throws me "Identifier not found" error.
I know you can set a separate gd file as a class and "extends" from that, but it's a really small bit I'd like to have in global for convenience.
Is there a way to call inner class from other gdscript?