How do you smoothly handle working in multiple scenes?

Say you are working on 2 scenes - Docks and Warehouse. How do you handle this with the least amount of annoyance? Right now I have both in the ‘Hierarchy’ list in the editor, and just periodically ‘Load Scene’ one, and ‘Unload Scene’ the other, but there’s a bit of delay, and overall this just doesn’t feel great. Is there a better way?

Here you see my Editor layout:


So to work on multiple scenes, I click between them in the folder I made in the Project window.

The delay is usually about 1 second on my PC so it isn’t really a big issue for me.

Cool, maybe I’ll try something like that out - thanks :smile: