From 18a7231cf4985bfc2814f78acbcbffa06bac60b3 Mon Sep 17 00:00:00 2001 From: "Leandro (cerberus1746) Benedet Garcia" Date: Sat, 20 Dec 2025 11:35:56 -0300 Subject: [PATCH] Add Link to the Owner Tutorial --- doc/classes/Node.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 89457ae36e4..186fc4afb11 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -1055,6 +1055,7 @@ The owner of this node. The owner must be an ancestor of this node. When packing the owner node in a [PackedScene], all the nodes it owns are also saved with it. See also [member unique_name_in_owner]. [b]Note:[/b] In the editor, nodes not owned by the scene root are usually not displayed in the Scene dock, and will [b]not[/b] be saved. To prevent this, remember to set the owner after calling [method add_child]. + [b]Note:[/b] The owner needs to be the current scene root. See [url=$DOCS_URL/tutorials/plugins/running_code_in_the_editor.html#instancing-scenes]Instancing scenes[/url] in the documentation for more information. The physics interpolation mode to use for this node. Only effective if [member ProjectSettings.physics/common/physics_interpolation] or [member SceneTree.physics_interpolation] is [code]true[/code].