assets-find-built-in
Search built-in Unity Editor assets by name and type from Resources/unity_builtin_extra. Filter assets like Materials, Shaders, or Texture2D to find specific built-in resources quickly.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the asset to filter by. | |
| type | No | The type of the asset to filter by. Schema: "Material" or "Shader" or "Texture2D" etc. (Unity asset type name) | |
| maxResults | No | Maximum number of assets to return. If the number of found assets exceeds this limit, the result will be truncated. | 10 |