https://github.com/alexandervrs/recentselectionhistory
A Unity tool that keeps a history of recent selections. Reduces a lot of back and forth.
https://github.com/alexandervrs/recentselectionhistory
editor history unity unity-editor
Last synced: 5 months ago
JSON representation
A Unity tool that keeps a history of recent selections. Reduces a lot of back and forth.
- Host: GitHub
- URL: https://github.com/alexandervrs/recentselectionhistory
- Owner: alexandervrs
- Created: 2023-07-15T00:12:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T00:12:50.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T22:16:51.350Z (over 1 year ago)
- Topics: editor, history, unity, unity-editor
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **RecentSelectionHistory**
A Unity tool that keeps a history of recent selections. Reduces a lot of back and forth.
Selections can be GameObjects in a Scene or Project Assets, files and folders.

# How to Use
1. Open the Recent Selection History Window
* Window > Recent Selection History...
2. Select anything, GameObject in your Scene, a Project Asset File or Folder
3. Keep working, you can click on the recorded window items to go back and open that item in the Inspector and highlight it in the Hierarchy.
In case you select a Project Asset file or folder, then clicking on the recorded item will launch that file or highlight that folder.