Greetings. I have Game and Object scenes. Object contains a RigidBody with children Polygon2d and CollisionPolygon2d. I dragged Object into Game.
When I am in the editor on the Game scene, I only see the root object (RigidBody) and I don't see Polygon2d and CollisionPolygon2d. But I want to edit Polygon2d color via export (Color) in the inspector from Game. I need to change the instance of the class, not the class itself. Is this possible?