Documentation
README
Assets / Find (Built-in)
Search the built-in assets of the Unity Editor located in the built-in resources: Resources/unity_builtin_extra. Doesn't support GUIDs since built-in assets do not have them.
Inputs
name(optional) — case-insensitive name fragment. Underscores, hyphens, spaces, and periods delimit search words so partial-word matching works.type(optional) — restrict results to assets assignable to this type (e.g.UnityEngine.Texture2D).maxResults— cap on returned list size (default 10).
This is the opening of the README. Read the full README on GitHub.