Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derek-knox/SceneShotBookmarks
Unity custom editor for bookmarking Scene View camera angles/settings
https://github.com/derek-knox/SceneShotBookmarks
Last synced: 3 months ago
JSON representation
Unity custom editor for bookmarking Scene View camera angles/settings
- Host: GitHub
- URL: https://github.com/derek-knox/SceneShotBookmarks
- Owner: derek-knox
- Created: 2017-07-10T00:14:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T00:57:34.000Z (over 7 years ago)
- Last Synced: 2024-07-13T16:52:49.161Z (4 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - SceneShotBookmarks - Unity custom editor for bookmarking Scene View camera angles/settings (Scene View)
README
# Scene Shot Bookmarks
Unity custom editor for bookmarking and resetting Scene View camera angles/settings in one-click![Scene Shot Bookmarks Editor Window](http://derekknox.com/articles/scene-shot-bookmarks-in-unity/assets/img/scene-shot-bookmarks-custom-editor.png "Scene Shot Bookmarks Editor Window")
## Overview
Read more about the origin of Scene Shot Bookmarks at [derekknox.com/articles/scene-shot-bookmarks-in-unity/](http://derekknox.com/articles/scene-shot-bookmarks-in-unity/)## Installation
1. Ensure the `Assets/Editor/SceneShotBookmarks` directory exists in your Unity project
2. Place all three files in the `SceneShotBookmarks` directory
- `SceneShotBookmarkModel`
- `SceneShotBookmarksScriptableObject`
- `SceneShotBookmarksWindow`
3. In Unity, click the Window menu followed by clicking the `Scene Shot Bookmarks` option## Usage
Once installed, you can:
1. Save the current Scene View camera state (Bookmark button)
2. 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![Scene Shot Bookmarks Editor Window Custom Count](http://derekknox.com/articles/scene-shot-bookmarks-in-unity/assets/img/scene-shot-bookmarks-custom-editor-count.png "Scene Shot Bookmarks Editor Window Custom Count")