manage_asset
Perform asset management actions in a Unity project including move, delete, rename, copy, create folders, and retrieve paths.
Instructions
Manages assets in the project: move, delete, rename, copy, create_folder, get_path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guid | No | Asset GUID (for get_path) | |
| action | Yes | The asset management action to perform | |
| newName | No | New name for the asset (for rename) | |
| destPath | No | Destination asset path (for move, copy) | |
| assetPath | No | Asset path (for delete, rename, get_path) | |
| folderName | No | New folder name (for create_folder) | |
| instanceId | No | Instance ID (for get_path) | |
| sourcePath | No | Source asset path (for move, copy) | |
| parentFolder | No | Parent folder path (for create_folder) |