unity_asset_list
List Unity project assets filtered by folder, type, or search term to quickly locate specific assets.
Instructions
List assets in the project. Can filter by path, type, and search term.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Folder path relative to Assets/ (default: 'Assets') | |
| type | No | Asset type filter: Script, Scene, Prefab, Material, Texture, AudioClip, AnimationClip, Shader, Font, Mesh, Model | |
| search | No | Search query string | |
| recursive | No | Search recursively in subfolders (default: true) | |
| maxResults | No | Maximum assets to return (default: 500). Use lower values for large projects. | |
| 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. |