Sander @ March 1 at 12:19 pm

#til In Godot, when you have a project containing a node MyNode that is a scene itself, and MyNode contains two child nodes within the scene and one is added as a child of MyNode in the project, the number of get_children() that a script belonging to the root node of the MyNode scene returns is 3. #godot

Two nodes added in the scene

Third child added to the scene instance