Set of editor extensions to show current editor state, create working scene shortcuts and edit recent projects list.
-
Huge editor state indicator. Unity editor provides only small rotating crown in lower right corner to indicate when script compilation is in progress. Plugin has a big label that indicates current editor state (e.g. Editing/Compiling/Running/Paused).
-
Scene shortcuts. If you game has "init" scene that should be launched before any other it's very inconvenient to search for it if you're working with other scenes. Extension allows to create shortcuts to go to or launch any scene.
-
Recent projects editor. Tired of long list of recent projects in
File -> Open Project...
popup? Now you can remove unneeded projects with one click.
To add the extension to your project:
- Download
EditorUtilities.unitypackage
- Import it to your project, go to
Assets → Import Package → Custom Package…
- Open editor extensions via
Window → Editor Utilities
orWindow → Edit Recent Projects
menu options
- Horray! New tool
Window → Edit Recent Projects
- Added basic scene path validation
- Fixed issue #1: now copy/paste handled correctly
- Fixed issue #2: now scenes added with template
Assets/Scenes/
path
- Initial release
The project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add a reference to the author :)