Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acoppes/unity-history-window
A simple selection history window for Unity.
https://github.com/acoppes/unity-history-window
plugins selection-history tools unity unity-history-window upm-package
Last synced: about 1 month ago
JSON representation
A simple selection history window for Unity.
- Host: GitHub
- URL: https://github.com/acoppes/unity-history-window
- Owner: acoppes
- License: mit
- Created: 2017-02-14T00:12:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T17:58:30.000Z (3 months ago)
- Last Synced: 2024-09-30T18:03:04.176Z (about 1 month ago)
- Topics: plugins, selection-history, tools, unity, unity-history-window, upm-package
- Language: C#
- Homepage:
- Size: 3.18 MB
- Stars: 289
- Watchers: 10
- Forks: 23
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Unity selected objects History Window
[![openupm](https://img.shields.io/npm/v/com.gemserk.selectionhistory?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gemserk.selectionhistory/)
[![openupm](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=downloads&query=%24.downloads&suffix=%2Fmonth&url=https%3A%2F%2Fpackage.openupm.com%2Fdownloads%2Fpoint%2Flast-month%2Fcom.gemserk.selectionhistory)](https://openupm.com/packages/com.gemserk.selectionhistory/)This plugin keeps a history of selected objects in Unity. It comes with a [window](#selection-history-window) to see the list of objects and interact with them with other behaviors like, for example, focus an previously selected object or even drag them to scene, project view, etc.
**Dragging from window to inspector**
**Dragging from window to scene**
**Search Toolbar**
**Quick options to override behavior**
### Features
* Easy to install by using OpenUPM package dependency.
* Stores history of selected objects (custom number), both assets and scene objects (optional), and keep the history for other sessions.
* Drag objects to/from the window to/from Scene, Hierarchy, Project or Inspector.
* Keeps tracks for selection from unloaded scenes (optional)
* Select **(left click)** or ping/focus objects without losing selection **(right click)**.
* Open any asset with double click directly from the history window.
* Quick menu options to customize behavior (show hierarchy objects or not).
* Favorite items to [Favorites window](#favorites-window) (optional)### Install it from OpenUPM
This package can be installed using OpenUPM, just click here [![openupm](https://img.shields.io/npm/v/com.gemserk.selectionhistory?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gemserk.selectionhistory/) for more details.
*Note: recommended approach*
### Install from Git URL
You can also install it by opening Unity Package Manager and selecting add package from git URL and add this `https://github.com/acoppes/unity-history-window.git#1.1.13` (check [tags](https://github.com/acoppes/unity-history-window/tags) for the latest version), Or add it manually to the `manifest.json`. Check the latest released version.
After installing it, open it from the menu Window > Gemserk > Selection History, or with shortcut Ctrl + Shift + H.
As extra, it comes with a [another window](#favorites-window) to keep track of a list of favorite assets and easily access them.
## Favorites Window
This window keeps a list of favorite items, similar to searches but specific objects instead. It works in synergy with selection history window.
### Features
* Keep your list of most used or important assets at hand.
* Drag assets directly to window to favorite them.
* Stores favorites for project in custom asset (can be ignored in SCM or shared with other devs).
* Drag objects from the window to Scene, Hierarchy, Project or Inspector (alt/option key pressed)### Roadmap
* Filters by type of asset (textures, text, etc).
* Adding/Remove tags to favorite assets.
* Filters by tags.
* Menu options to customize behavior.### Collaborate
Feel free to fork the project and make modifications for yourself or to share by creating pull requests. Also, create issues for feature requests or bug reports if you want to help improving this plugin, thanks!
### Contact