検索の種類によって、検索プロバイダーは異なります。検索プロバイダーはコンテンツの検索とフィルタリングを可能にします。各検索プロバイダーには一意の 検索トークン があります。検索トークンは、特定の検索プロバイダーだけを使用して検索するために、検索フィールドで使用するテキスト文字列です。
デフォルトでは、除外しない限り、すべての検索で Project、Hierarchy、Settings の検索プロバイダーが使用されます。
Search は、追加のオプトイン検索プロバイダーを提供します。明示的に使用しない限り、Search はオプトインの検索プロバイダーを無視します。オプトインの検索プロバイダーは、デフォルトの検索プロバイダーとは以下の点で異なります。
検索トークンを使ってのみ、それらを実行することができます。 オプトインの検索プロバイダーを他のSearch プロバイダーと組み合わせることはできません。
すべてのデフォルトの検索プロバイダーを使用して検索を実行するには、検索フィールドに検索語を入力します。入力したとおりに結果が表示されます。
オプトインの検索プロバイダーを使用して検索を行うには、検索プロバイダーの検索トークンを検索語の前に付けます。
More (⋮) メニューを開くと、検索プロバイダーのリストとそのプレフィックスを表示できます。
Provider: | 機能 | Search token: | 例 |
---|---|---|---|
Project | Searches Project Assets. |
p: (for “project”) |
p:Player Searches for Assets that match the term “Player”. |
Hierarchy | Searches GameObjects in the Scene. |
h: (for “hierarchy”) |
h:Main Camera Searches the current Scene for GameObjects that match the term “Main Camera”. |
Settings | Searches all Project Settings and Preferences. | set: |
set:VFX Finds Project Settings and Preferences pages that match the term “VFX”. |
Provider: | 機能 | Search token: | 例 | |
---|---|---|---|---|
Expression | This token is not required. Search expressions are recognized without a token. | |||
Menus | Searches the Unity main menu. | m: |
m:TextMesh Pro Searches the Unity main menu for commands that contain “TextMesh Pro.” |
|
Asset Database | Searches the AssetDatabase. This is useful when searching the Editor resource bundle (containing all icons/resources used to build the editor) because those binary resources are not indexed. | adb: |
||
Help | Searches the help. | ? |
?asset Searches for 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 (e.g.: PaintBrush_Mat.mat, DryWallPainted_Mat.mat) |
|
Static API Method | 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”. |
|
パフォーマンス | Searches all the performance trackers available in Unity. This is useful for searching for performance bottlenecks. | performance: |
||
Saved Queries | Searches for saved queries | q: |
q:enemies Searches all Search Query assets containing the word enemies. |
|
Logs | Searches the Editor.log file |
log: |
log:cache Searches the Editor.log file for information that matches “cache”. |
You can also create your own Search Providers.
特定の検索プロバイダーを通常の検索から除外することができます。プロバイーを除外するには、以下のいずれかを行います。