Node that using add_child not saved

Godot 4.3

when i use add_child to my scene and save the scene with script using ResourceSaver.save(), the node that i add with add_child not saved.

It is likely that you didn’t set the Node.owner.

Also have a look at the note in the docs of the function Node.add_child

1 Like