assets-copy
Copies Unity assets from source paths to destination paths and refreshes the AssetDatabase. Use with assets-find to locate assets before copying.
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
| 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"] |