unity_asset_list
Search and filter Unity project assets by type, folder, and name to find specific resources quickly.
Instructions
List assets in the project. Can filter by path, type, and search term.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| type | No | Asset type filter: Script, Scene, Prefab, Material, Texture, AudioClip, AnimationClip, Shader, Font, Mesh, Model | |
| folder | No | Folder path relative to Assets/ (default: 'Assets') | |
| 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. |