Any Object Finder

Search any unity object, which includes components, prefabs, assets, and literally any object derived from UnityEngine.Object, in Scenes and/or Project Folders (This includes Assets and Packages folders).


Search them by matching a value condition to all object fields/members recursively. This also searches through arrays and serializable class instances. If you use Odin Serializer, then it will also search through dictionaries.


You can search by string, integer, float, boolean, enum, a unity object reference, or a custom condition you can extend by script. Use the advanced filters to narrow down the scope.


The results will be shown in a list containing the object references, and the field name / path. For scene or prefab objects, the GameObject path in the hierarchy will also be shown.


Check more detailed features in Technical Details.