/SceneLoaderWindow

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

Primary LanguageC#MIT LicenseMIT

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.