Special searches use opt-in Search Providers that Quick Search ignores unless you explicitly use them. Special searches differ from regular searches in the following ways:
To perform a special search, prefix your search query with the provider’s search token.
Quick search has the following special Search Providers:
Provider: | 功能: | Search token: | 示例: | |
---|---|---|---|---|
Help | Searches the Quick Search help. | ? |
?asset Searches for Search help entries containing the word “Asset”. |
|
Calculator | Computes mathematical expressions. | = |
=2*3+29/2 Calculates the answer to the expression 2*3+29/2 . |
|
Files | Searches for files | find: |
find:Paint Mat Searches for all assets paths containing the words paint AND the word mat (for example: PaintBrush_Mat.mat, DryWallPainted_Mat.mat) |
|
Static API | Finds and executes static API methods. | # |
#Mesh Searches for static API methods with “Mesh” in their names. |
|
Packages | Searches the Unity package database. | pkg: |
pkg:vector Searches the Unity package database for packages that match the term “vector”. |
|
Asset Store | Searches the Unity Asset Store. | store: |
store:texture Searches the Unity Asset Store for Assets that match the term “texture”. |
|
Saved Queries | Searches for saved queries | q: |
q:enemies Searches all saved searches containing the word “enemies”. |
|
Logs | Searches the Editor.log file |
log: |
log:cache Searches the Editor.log file for information that matches “cache”. |