The Unity Editor’s search mechanism supports some searches outside of the Search window. You can search for assets with matching properties, references to an asset in the sceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary or project, and dependencies on an asset.
To find assets with matching properties:
Open your asset in the InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
See in Glossary window.
Right-click on the property > Search Same Property Value.
The Search window opens with a matching query.
To find asset references:
To find and select assets that depend on a selected asset:
Open your asset in the Project window.
Right-click on the asset > Select Dependencies.
The Project window lists all dependencies, already selected.