Version: Unity 6.6 Alpha (6000.6)
Language : English
Search provider reference
Search your project and scenes

Search your project and scenes

Use search providers to find GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary
in your loaded scenesA 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
, locate specific assets in your project, and query the Asset Database.

Topic Description
Introduction to searching in your project and scenes Understand the capabilities of the Hierarchy, Project, and Asset Database search providers.
Search GameObjects with the Hierarchy search provider Use progressive caching to search GameObjects in loaded scenes.
Search assets with the Project search provider Search your project’s assets by type, path, and properties.
Search the Asset Database Find items in the Asset Database as an alternative to using the AssetDatabase API.

Additional resources

Search provider reference
Search your project and scenes