Awesome
Scene Shot Bookmarks
Unity custom editor for bookmarking and resetting Scene View camera angles/settings in one-click
Overview
Read more about the origin of Scene Shot Bookmarks at derekknox.com/articles/scene-shot-bookmarks-in-unity/
Installation
- Ensure the
Assets/Editor/SceneShotBookmarks
directory exists in your Unity project - Place all three files in the
SceneShotBookmarks
directorySceneShotBookmarkModel
SceneShotBookmarksScriptableObject
SceneShotBookmarksWindow
- In Unity, click the Window menu followed by clicking the
Scene Shot Bookmarks
option
Usage
Once installed, you can:
- Save the current Scene View camera state (Bookmark button)
- Instantly reset the Scene View to a bookmarked camera angle (# button)
Additionally, you can:
- Share bookmarks with your team (via source control)
- Persist bookmarks after closing and reopening Unity (thanks ScriptableObject)
- Associate nicknames to bookmarks for context
- Change the bookmark count via the Inspector Window