A simple Unity Editor extension that helps you quickly browse, locate, and open scenes in your project.
This tool is especially useful for projects with many scenes, making scene management more efficient.
- Scene List Viewer: Lists all scenes under the
Assets/
folder, excluding package scenes. - Quick Open: Click a scene name to open it (after prompting to save current changes).
- Additive Open: Use the "Add" button to load a scene additively.
- Locate Scene: Automatically highlights the scene asset in the Project window when you interact with it.
- Refresh: One-click refresh to update the scene list.
- Copy the
Editor/SceneViewer/SceneViewer.cs
file (and folder) into your Unity project'sAssets/Editor/
directory. - Open Unity. The tool will be available in the menu:
Tools > BY Utils > Scene Viewer
- Open the Scene Viewer window from the menu:
Tools > BY Utils > Scene Viewer
- The window will display all scenes found in your project.
- Click a scene name to open it (single mode), or click "Add" to open it additively.
- Use the "Refresh Scene List" button if you add or remove scenes while the window is open.
This project is licensed under the MIT License - see the LICENSE file for details
Issues and pull requests are welcome. Your contributions will help make this tool better!