You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
causes a strange error when in the editor, and a normal error when run directly.
ERROR: Node not found: "%label" (relative to "/root/main").
at: get_node (scene/main/node.cpp:1364)
Instead of returning null.
As opposed to when using get_node:
SCRIPT ERROR: Cannot call method 'get_node' on a null value.
at: get_label (res://main.gd:5)
SCRIPT ERROR: Invalid set index 'text' (on base: 'Nil') with value of type 'String'.
at: _ready (res://control.gd:4)
Godot version
ef02571
System information
ArchLinux x11
Issue description
Accessing a scene unique node like this:
and then accessing that class later:
causes a strange error when in the editor, and a normal error when run directly.
Instead of returning null.
As opposed to when using
get_node
:Steps to reproduce
Run mrp or follow outlined steps
Minimal reproduction project
bug.zip
The text was updated successfully, but these errors were encountered: