Unity Asset Tabs
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!
https://github.com/nomnomab/asset-tabs/assets/28305689/f9f3c806-26fd-442c-80b2-5587e983d6a7
How to use
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
Install
via Package Manager
- 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
via Git URL
- 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"
}
}
Unity Asset Tabs
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!
https://github.com/nomnomab/asset-tabs/assets/28305689/f9f3c806-26fd-442c-80b2-5587e983d6a7
How to use
There are many ways to use this:
Open as Tab
to open a new tab in the focused window.Install
via Package Manager
Window > Package Manager
Add package from git URL...
https://github.com/nomnomab/unity-asset-tabs.git
via Git URL
Packages/manifest.json
with your favorite text editor.