Using Quick Search
To use Quick Search, do the following:
Launch Quick Search
There are several ways to open the Quick Search window:
Shortcut: | Function: |
---|---|
Alt + ' | Open Quick Search in the state it was in the last time you used it.
|
Alt + Shift + M | Start a search for menu items only. |
Alt + Shift + C | Start a contextual search. The scope depends on what has focus when you open the Quick Search window.
|
Tip
You can change the keyboard shortcuts used to launch Quick Search from the Shortcuts Manager.
Searching
To perform regular or special searches, use the search field.
Regular searches
A regular search uses all regular Search Providers unless you exclude them.
To perform a regular search using all active Search Providers, enter the search terms in the search field. Results appear as you type.
To only display results for a specific Search Provider, prefix the search terms with the Provider's search token.
A search token is a text string that you can use in the search field to search using only a specific Search Provider.
The following table lists regular Search Providers and their search tokens:
Provider: | Function: | Search token: | Example: |
---|---|---|---|
Asset | Searches Project Assets. | p: (for "project") |
p:Player Searches for Assets that match the term "Player". |
Asset Store | Searches the Unity Asset Store. | store: |
store:texture Searches the Unity Asset Store for Assets that match the term "texture". |
Menu | Searches the Unity main menu. | me: |
me:TextMesh Pro Searches the Unity main menu for commands that contain "TextMesh Pro." |
Scene | Searches GameObjects in the Scene. | h: (for "hierarchy") |
h:Main Camera Searches the current Scene for GameObjects that match the term "Main Camera". |
Packages | Searches the Unity package database. | pkg: |
pkg:vector Searches the Unity package database for packages that match the term "vector". |
Settings | Searches all Project Settings and Preferences. | se: |
se:VFX Finds Project Settings and Preferences pages that match the term "VFX". |
Online Search | Searches Unity-related online resources. | web: |
web:UIElements Returns one item for each available online resource. When you execute the item, Quick Search searches that online resource for the search term. |
Special searches
A special search is opt-in: Quick Search only uses special Search Providers when you perform a special search.
To perform a special search, prefix the search terms with the Provider's search token.
The following table lists special Search Providers and their search tokens:
Provider: | Function: | Search token: | Example: |
---|---|---|---|
Calculator | Computes mathematical expressions. | = |
=2*3+29/2 Calculates the answer to the expression 2*3+29/2 . |
Command Query | Searches for items that support a specific command. | > |
>select Searches for Scene items that you can select. |
Help | Searches the Quick Search help. | ? |
?asset Searches for Quick Search help entries containing the word "Asset". |
Resource | Searches for loaded resources. | res: + optional sub-filter |
res: t: texture Searches all loaded resources, and returns Texture type resources only. |
Static API Method | Finds and executes static API methods. | # |
#Mesh Searches for static API methods with "Mesh" in their names. |
Navigating search results
Use Alt + ↑ (up arrow) and Alt + ↓ (down arrow) cycle through the search history.
Performing actions
After you search, you can perform actions on the items Quick Search returns. The actions you can perform depend on the type of item.
For example if Quick Search returns a package, you can install/uninstall it. If Quick Search returns an Asset, you can select, open, or highlight it in the Hierarchy window.
- Every type of item has a default action.
- Some items support additional actions via a context menu.
- Some items also support drag and drop actions.
To find out which actions you can perform on different types of items, see the pages for individual search filters in the Regular searches and Special searches sections.
Default actions
Every type of item has a default action.
To perform the default action for an item do one of the following:
- Double-click the item.
- Select the item and use Enter.
Additional actions
Some items support additional actions that you access from a context menu.
To access the additional actions context menu for an item, do one of the following:
- Right-click the item.
- Select the item and use Alt + → (right-arrow).
- In the item entry, select More Options (⋮).
You can also use the following shortcuts to perform additional actions on a selected item without opening the contextual menu:
Shortcut: | Function: |
---|---|
Alt + Enter | Second action |
Alt + Ctrl + Enter | Third action |
Alt + Ctrl + Shift + Enter | Fourth action |
Drag and Drop actions
Some Search Providers (for example, the Asset and Scene providers) support drag and drop actions. You can drag items from the results area to any part of Unity that supports them, for example, the Hierarchy window, the Game view, or the Inspector.