cocos_list_assets
List all project assets grouped by type with UUIDs for scripts, scenes, images, and prefabs to manage game development resources.
Instructions
List all assets in the project grouped by type, with their UUIDs.
Returns {scripts: [...], scenes: [...], images: [...], prefabs: [...]}.
Each entry has at minimum {rel, uuid}; images additionally include
sprite_frame_uuid if the meta is upgraded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |