Search found 2 matches

by svdragster
Tue Jul 25, 2023 10:10 am
Forum: Request Help
Topic: How to save a scene ?
Replies: 8
Views: 3268

Re: How to save a scene ?

Maybe you have to set the owner of each node when creating them.

Code: Select all

node.owner = your_root_node
It could help if you show us the code where you create the nodes.
by svdragster
Tue Jul 25, 2023 9:34 am
Forum: Request Help
Topic: How to save a scene ?
Replies: 8
Views: 3268

Re: How to save a scene ?

I found this : https://docs.godotengine.org/en/4.1/classes/class_packedscene.html#description but I didn't manage to understand it all yet ! :) Hi, could you please explain what parts of it don't you understand? The following code is untested. However, for example if you have a node called "Th...