assets-move
Move or rename assets in Unity by specifying source and destination paths. Use with 'assets-find' to locate assets. Automatically refreshes AssetDatabase after moving.
Instructions
Move the assets at paths in the project. Should be used for asset rename. Does AssetDatabase.Refresh() at the end. Use 'assets-find' tool to find assets before moving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePaths | Yes | Array of source asset paths. Example: ["Assets/old.mat"] | |
| destinationPaths | Yes | Array of destination paths. Example: ["Assets/new.mat"] |