Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/demkeys/sceneloaderwindow

A simple Unity Editor tool that gives you easy access to all the Scenes in your project.
https://github.com/demkeys/sceneloaderwindow

csharp csharp-code editor-plugin editor-script scene-load unity-editor unity-plugin unity-tools unity3d unity3d-editor unity3d-plugin

Last synced: 3 months ago
JSON representation

A simple Unity Editor tool that gives you easy access to all the Scenes in your project.

Awesome Lists containing this project

README

        

# SceneLoaderWindow

Scene Loader Window is a simple Unity Editor tool that provides you with easy access to all the scenes in your project.
You can choose between OpenScene and OpenSceneAdditive and the tool will open your scene accordingly.


NOTES:
- Make sure this script is in the Editor folder.
- The scenes do not need to be added in Build Settings.
- You can add, delete or rename scenes while the tool window is open, and then window updates accordingly.

![](https://github.com/Demkeys/SceneLoaderWindow/blob/master/SceneLoaderScreenshot.png)