assets-copy
Copy Unity assets from source to destination paths and refresh the AssetDatabase automatically. Use with assets-find to locate assets before duplication.
Instructions
Copy the asset at path and stores it at newPath. Does AssetDatabase.Refresh() at the end. Use 'assets-find' tool to find assets before copying.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePaths | Yes | Array of asset paths to copy. Example: ["Assets/Materials/Mat.mat"] | |
| destinationPaths | Yes | Array of destination paths (same length as sourcePaths). Example: ["Assets/Materials/MatCopy.mat"] |