Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mminer/selection-history-navigator
Unity editor extension to navigate between object selections.
https://github.com/mminer/selection-history-navigator
gamedev unity unity-editor unity3d unity3d-editor
Last synced: 27 days ago
JSON representation
Unity editor extension to navigate between object selections.
- Host: GitHub
- URL: https://github.com/mminer/selection-history-navigator
- Owner: mminer
- License: mit
- Created: 2018-04-22T03:18:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T03:12:34.000Z (over 2 years ago)
- Last Synced: 2024-09-30T18:02:32.618Z (about 1 month ago)
- Topics: gamedev, unity, unity-editor, unity3d, unity3d-editor
- Language: C#
- Homepage: http://matthewminer.com/2018/04/22/unity-selection-history-navigator
- Size: 269 KB
- Stars: 31
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - selection-history-navigator - To navigate between object selections (Hot Key)
README
# Selection History Navigator
This is a Unity editor extension that adds web browser-style **Back** and
**Forward** items to the *Edit > Selection* menu. These allow you to quickly
re-select the game object or asset that you previously had selected.![Screenshot](http://matthewminer.com/images/[email protected])
## Installing
Add the package to your project via
[UPM](https://docs.unity3d.com/Manual/upm-ui.html) using the Git URL
https://github.com/mminer/selection-history-navigator.git. You can also clone
the repository and point UPM to your local copy.## Using
After clicking on a few game objects or assets, press command
[ (macOS) or ctrl [ (Windows) to return to the
previous selection.After navigating backward, you can also navigate forward with
command ] (macOS) or ctrl ]
(Windows).