unity_search_assets
Search assets in the project by name, type, or folder using Unity's AssetDatabase, with optional filters and max results control.
Instructions
Search for assets in the project by name, type, and folder. Uses Unity's AssetDatabase search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query (asset name) | |
| type | No | Asset type filter (e.g. 'Material', 'Texture2D', 'Prefab', 'Scene', 'AnimationClip', 'ScriptableObject') | |
| folder | No | Folder to search in (e.g. 'Assets/Prefabs') | |
| maxResults | No | Maximum results to return (default: 100) | |
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |