Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/demkeys/sceneloaderwindow
- Owner: Demkeys
- License: mit
- Created: 2018-02-02T01:29:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T22:59:26.000Z (almost 6 years ago)
- Last Synced: 2024-09-27T23:04:57.973Z (4 months ago)
- Topics: csharp, csharp-code, editor-plugin, editor-script, scene-load, unity-editor, unity-plugin, unity-tools, unity3d, unity3d-editor, unity3d-plugin
- Language: C#
- Size: 34.2 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)