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
Windows 11 Intel(R) Core(TM) i7-12700H CPU @ 2.30GHz
Issue description
When a base scene (containing at least one child) is inherited and the inherited scene is instanced inside of a parent scene and has 'editable_children' = true then saving the parent scene or selecting one of the editable children inside of this instanced node spams the output with this error:
This error does not happen when the base scene does not have any children.
Seems to happen regardless of node types.
Steps to reproduce
Create a base scene and add at least 1 child node.
Create a new inherited scene from the base scene.
Create a new 'parent' scene and instance the inherited scene inside of it. Set the 'editable_children' of the instance to true.
Now either selecting the child node inside of the inherited instance or saving the parent scene will spam the previous error to the console.
bhottovy
changed the title
Output spams "index out of bounds" errors when instancing an inherited scene with "editable_children" set to true.
Inherited scenes produce errors in editor when "editable_children" is true.
Jan 25, 2024
I'm not sure if it's related (although I am getting the exact same error spam as the original post), but I've also noticed that inherited scenes with editable children enabled can end up having their resources duplicated and saved as part of the parent scene instead of using the original resource path of the instanced scene. Here's an example of a SpriteFrames resource on my player scene
As you can see it's being stored in the stage scene, which is wrong
And then after I click the little reset icon next to the SpriteFrames resource, it resets back to what's stored in the instanced scene
I've only been noticing this recently, so I thought it might coincide with this, but if you'd rather I open a separate ticket for it, I can
Tested versions
Reproducible in mono 4.3.dev2
System information
Windows 11 Intel(R) Core(TM) i7-12700H CPU @ 2.30GHz
Issue description
When a base scene (containing at least one child) is inherited and the inherited scene is instanced inside of a parent scene and has 'editable_children' = true then saving the parent scene or selecting one of the editable children inside of this instanced node spams the output with this error:
This error does not happen when the base scene does not have any children.
Seems to happen regardless of node types.
Steps to reproduce
Minimal reproduction project (MRP)
BugReportMRP.zip
The text was updated successfully, but these errors were encountered: