unity_search_assets
Find assets in the Unity project by name, type, or folder. Use filters for asset type and folder to narrow results.
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. |