How to update an instance scene?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tachekentya

Hello. I have a scene (scene 1) that I instanced in another scene (scene 2). If I open scene 1 and edit it, the changes I made do not show in scene 2. The only way I found to show the changes of scene 1 in scene 2 was to delete the instance of scene 1 and instanced again in scene 2.

Is there a more efficient way to do this?
Thanks

:bust_in_silhouette: Reply From: omggomb

The instance of scene 1 inside scene 2 should auto update. Are you actually saving your changes to scene 1 (CTRL + S)?
Also which version of Godot are you using? On which operating system?

it is Godot 3.06. yes, I have saved the scenes. I’m using windows. The problem happens just if I edit something in the instance of scene 1

Tachekentya | 2019-03-06 23:23

So you’re editing the instance of scene 1 inside scene 2? That’s not going to update scene 1 itself. Updating only works if you edit the scene itself, then all instances of it will update with the changes you made to the scene. It’s a one way road.

omggomb | 2019-03-07 06:45