asset_rename
Rename assets in Unity projects by specifying current path and new name to update file references and maintain project organization.
Instructions
Rename an asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currentPath | Yes | Current asset path (e.g. Assets/Materials/Old.mat) | |
| newName | Yes | New name for the asset (without extension) |