How do i complete remove a layout when I want to jump to another?
Do you mean you are expecting to return to it and it should be empty ?
Morning! I want to come back when I restart the game but it seems it kept working after I changed to "game over layout". So when I come back some objects are duplicated or on top of each other. I'd like to make it (the previous layout) work from zero everytime when I come back.
Develop games in your browser. Powerful, performant & highly capable.
It should revert back to zero as a default. If you have duplicate objects then this normally means they are set to global or on a global layer so you should remove their global settings in this case.
Also, you can put all events of this layout in a group, then deactivate it when leaving the layout, and activate when back.