Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.19 KB

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"
  }
}