assets_list
List and filter assets in Unity projects by type or folder to manage game resources efficiently. Returns asset names, paths, and types for organized project navigation.
Instructions
List assets in the project. Filter by type and/or folder. Returns name, path, and type for each asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by asset type: Material, Texture2D, Prefab, Scene, Script, AudioClip, etc. | |
| folder | No | Folder to search in (default: 'Assets'). E.g. Assets/Materials |