/unity-asset-tabs

This package allows for you to easily make docked tabs for your assets

Primary LanguageC#MIT LicenseMIT

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!

preview.mp4

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

  1. Open the package manager from Window > Package Manager
  2. Click the plus at the top left of the window
  3. Select Add package from git URL...
  4. Paste in https://github.com/nomnomab/unity-asset-tabs.git
  5. Press the add button, or press enter

via Git URL

  1. Open Packages/manifest.json with your favorite text editor.
  2. Add following line to the dependencies block:
{
  "dependencies": {
    "com.nomnom.asset-tabs": "https://github.com/nomnomab/unity-asset-tabs.git"
  }
}