acoppes / unity-history-window

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

[Feature Request] Allow to limit history to different views #14

Closed Novack closed 5 years ago

Novack commented 7 years ago

I'd like to have the history only affecting Project View, for example.

acoppes commented 7 years ago

Not sure how to do it, I suppose I could check if the selected object is an asset or if it is in the scene maybe.

Also, there should be a way to enable/disable this, maybe in the settings or maybe a checkbox in the window itself to filter (project view, scene view, etc)

Feel free to make a pull request if you already have an idea on how to do it, the project code is really simple and small so it is really easy to iterate.

Novack commented 7 years ago

Will work on it as soon as I can :)

Novack commented 5 years ago

I confess Im ashamed to have never came back to this, but just tried the preferences you added and they work like a charm. Well done, thank you! Closing this one.