Skip to content

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

License

Notifications You must be signed in to change notification settings

nomnomab/unity-asset-tabs

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages