You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an inherited scene is instanced within another scene, saved changes to the parent node fail to show up in the editor. Changes are only visible after closing and reopening the scene tab. This can cause confusion to new users who are working with inherited scenes and do not see changes.
Steps to reproduce
-Create a new project
-Create a node2d scene named main_scene
-Create a node2d scene named parent_scene with a sprite as the child (icon.png can be used as the texture)
-Create an inherited scene named child_scene which inherits from parent_scene
-Instance child_scene within main_scene
-Update the parent_scene in some visible way (say, change the modulate of the sprite for a color update) and save the change
-This change will be reflected in the child_scene 2d tab, but not in the main_scene 2d tab.
-The change will be visible if the project is run, but this does not update the editor. The editor is only updated by closing and reopening the main_scene tab.
Godot version
3.4.stable
System information
Windows 10
Issue description
When an inherited scene is instanced within another scene, saved changes to the parent node fail to show up in the editor. Changes are only visible after closing and reopening the scene tab. This can cause confusion to new users who are working with inherited scenes and do not see changes.
Steps to reproduce
-Create a new project
-Create a node2d scene named main_scene
-Create a node2d scene named parent_scene with a sprite as the child (icon.png can be used as the texture)
-Create an inherited scene named child_scene which inherits from parent_scene
-Instance child_scene within main_scene
-Update the parent_scene in some visible way (say, change the modulate of the sprite for a color update) and save the change
-This change will be reflected in the child_scene 2d tab, but not in the main_scene 2d tab.
-The change will be visible if the project is run, but this does not update the editor. The editor is only updated by closing and reopening the main_scene tab.
Minimal reproduction project
Test.zip
The text was updated successfully, but these errors were encountered: