Hi community:
I only have two nodes, the root is a Node2d and his child is a LineEdit node.
When I write " var a = get_node("LineEdit") " in a script which is atached to the Node2D it say that " a = null "
I wich to know why?
Can someone tell me what is going on?