assets-move
Move or rename assets in Unity projects by specifying source and destination paths, then refresh the AssetDatabase automatically.
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
TableJSON 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"] |