Home

Awesome

Unity Asset Quick Access Tool.

中文

Pin frequently used Unity objects, menu items and external files/folders/urls to a separate editor window. An enhanced version of the Unity's Favorites feature.

Asset Quick Access Window

Features

Supported Unity Version

Unity 2021.3 and later.

For Unity 2019.2 - Unity 2021.2, please use version v1.4.2.<br/> For Unity 2017.4 - Unity 2019.1, please use version v1.2.1.

Installation

openupm

Install this package via OpenUPM, or clone this repository directly into the Packages folder of your project.

How to use

Open the Asset Quick Access window from the menu Tools/Bamboo/Asset Quick Access or the Ctrl+Q shortcut.

To disable the shortcut, add the scripting symbol GBG_AQA_HOTKEY_OFF in Edit > Project Settings > Player . You can also adjust the shortcut through the Shortcuts Manager.

To disable the Unity object context menu item, add the scripting symbol GBG_AQA_CONTEXT_MENU_OFF in Edit > Project Settings > Player.

Known Issues

  1. Files and folders from the project folder (Application.dataPath) cannot be dragged into the quick access window because Unity does not provide external drag-and-drop callbacks for such items.
    • Solution: Use the add external item options from the toolbar dropdown menu instead of dragging.
  2. When objects dynamically generated in Play Mode are deleted and new equivalent objects (with the same type, path, etc.) are regenerated, the quick access tool is unable to associate the new equivalent objects with the previous ones, and will consider the previous objects to be in a "Missing" state.