Godot Version
godot 4.2.1
Question
Hi im creating a thread and trying to get a node with get_node() function
when the function wasnt activated as a thread, the same line seemed to be working fine. but now in a thread it returns null.
can you gain access to nodes in a thread?