Godot Version
4,3
Question
I’m trying to create a Item Container scene with editable CollisionShape2D Nodes.
After adding that scene to my Level scene and allowing “editable children”, i changend the scale and position for the CollisionShape2D Nodes.
But this changes the values for all Item Container scenes.
Is there a way to makes those nodes editable without making them local to scene?