Godot Version
Godot 4.2
Question
It would be useful to get a node from the base node even if it’s deep in the tree being inside of other nodes. By ‘GetComponentInChildren’ I’m simply trying to get an instance of a node in a simple way, i don’t exactly understand their component system much yet