Unity Editor History panel
Photoshop like navigation panel for unity
Features
- Don't need to be focuses to get shortcuts, just open and keep with something, like inspector
- Keep history between Editor / Playtime
- Configure Hotkeys for back and forward (I'm using
Ctrl + =
andCtrl + -
like rider :D )
How to use
- Just open by
Tools/Open Open Navigation Panel
System Requirements
Unity 2018.4.0 or later versions
Installation
OpenUPM
The package is available on the openupm registry. It's recommended to install it via openupm-cli.
openupm add com.brunomikoski.editorhistorypanel
Manifest
You can also install via git URL by adding this entry in your manifest.json
"com.brunomikoski.editorhistorypanel": "https://github.com/badawe/UnityHistoryPanel.git"
Unity Package Manager
from Window->Package Manager, click on the + sign and Add from git: https://github.com/badawe/UnityHistoryPanel.git