This package allows for you to easily make docked tabs for your assets. Simply drag the object into an EditorWindow's tab row, and voila!
preview.mp4
There are many ways to use this:
- Right click an asset and select
Open as Tab
to open a new tab in the focused window. - Drag an asset, or a scene object, into the tab row of any window to dock it
- Drag an asset from a folder tab into the tab row to dock it
- Open the package manager from
Window > Package Manager
- Click the plus at the top left of the window
- Select
Add package from git URL...
- Paste in
https://github.com/nomnomab/unity-asset-tabs.git
- Press the add button, or press enter
- Open
Packages/manifest.json
with your favorite text editor. - Add following line to the dependencies block:
{
"dependencies": {
"com.nomnom.asset-tabs": "https://github.com/nomnomab/unity-asset-tabs.git"
}
}