list_assets
Enumerate asset files in a Godot 4 project, including textures, audio, meshes, fonts, shaders, and other resources, with optional filtering by type to organize project content.
Instructions
List all asset files in a project (textures, audio, meshes, fonts, shaders, etc.). Optionally filter by type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| assetType | No | Filter by asset type. Omit to list all assets. |