unity_asset_list
List Unity project assets filtered by folder, type, and search term. Specify a folder relative to Assets/, asset type (e.g., Script, Prefab), and optional search query to find assets efficiently.
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. |