I would like to use Unity scenes (as it's visually easy to create levels) but I want to modify them as the player interacts (for instance, if the player broke a glass, the glass should be broken every time player returns to the scene or restarts the game). So, how I can do it?
It's a 2d top-down game I'm working on.