A small tool for quickly switching between scenes in the editor.
Go to Window > Quick Scenes
to open the Quick Scenes window. I suggest docking it somewhere in your editor layout for ease of use.
Clicking on a scene in this window will open it in the editor.
There are 3 ways that you can configure which scenes are listed:
- Right-click anywhere in the Quick Scenes window and select
Change quick scenes...
. - In
Project Settings > Quick Scenes
. - Select the scene(s) you want to add in the project window and got to
Assets/Add to Quick Scenes
.
Don't forget to click "Save" to confirm your selection of scenes.
Install via the Unity package manager using this repository's url.
More info: Unity - Manual: Installing from a Git URL
- Remove this package using the Unity Package Manager.
- If you don't plan on reinstalling Quick Scenes in your project or you whish to reset its configuration: delete the configuration file located at
[path-to-your-unity-project]/UserSettings/QuickScenes.asset
.
- Quick Scenes is not meant to be used during Play Mode, thus interaction with the Quick Scenes GUI is disabled in Play Mode.
- This package only affects the Unity Editor and has no effect on your game.
- This package does not create any file in the Assets folder.