acoppes / unity-history-window

A simple selection history window for Unity.
MIT License
293 stars 24 forks source link

Separate favorite (pin object) from history window to Favorites window #31

Closed acoppes closed 3 years ago

acoppes commented 3 years ago

Now pinning objects feels strange in this window which should be just a history of selections in order. My idea here is to create another window for just favorites, in an easy way than favoriting stuff in Unity project view, and to delegate that from one window to the other.

For example, to have a star in selection history, only for assets, to toggle those assets as favorites or not, and then have the other window with this list of favorites.

Favorites should be persisted between sessions (open/close unity) and depend on each project (two different projects don't share favorites). One idea here is to use an asset auto updated in project, and delegate the user if he wants to ignore in gitignore or not (maybe want to keep favorites between two different computers and or share between people).

In the future, this window could have like profiles or views, and also a way to use tags or something.

acoppes commented 3 years ago

First version done, now I have to keep working on improving favorites window.