Scene Switcher Toolbar adds a compact scene switcher to the Unity main toolbar. It supports modern Unity 6 toolbar APIs and a legacy fallback for older editor versions.
- Open
Window > Package Manager. - Click the
+button. - Select
Add package from git URL.... - Paste the Git URL of this package repository and confirm.
Example Git URL after publishing the repository:
https://github.com/RimuruDev/SceneSwitcherToolbar.git
- Open the Releases page of this package repository.
- Download the published
.unitypackagefile if one is attached to the release. - Import it through
Assets > Import Package > Custom Package....
If the release contains the package source instead of a .unitypackage, copy the SceneSwitcherToolbar folder into:
Assets/Plugins/AbyssMoth/
- Use the toolbar toggle to switch between build scenes only or all scenes in
Assets. - Use the scene dropdown to quickly open another scene.
- Press
Boot ▶to open the configured boot scene and enter Play Mode. - Use
AbyssMoth/Scene Switcher/Set Active Scene As Bootto assign the current scene as the boot scene. - Use
AbyssMoth/Scene Switcher/Clear Boot Sceneif you want to remove the boot scene assignment.
If duplicate scene names exist, the toolbar appends the folder name to keep the dropdown readable.
The package is designed to work on Unity versions below 6 and on Unity 6000.3+, with a legacy toolbar integration fallback for older editors.
The package currently targets Unity 6000.3.6f1.
License: MIT