Documentation
README
Assets / Copy
Copy assets at given paths and store them at new paths. Does AssetDatabase.Refresh() at the end. Use 'assets-find' tool to find assets before copying.
Inputs
sourcePaths— paths of the assets to copy.destinationPaths— paths to store the copied assets (must matchsourcePathslength).
Behavior
Each source/destination pair is copied in order. Per-pair errors are accumulated in the response instead of throwing, so a single bad pair does not abort the whole batch.
How to Call
unity-mcp-cli run-tool assets-copy --input '{
"sourcePaths": "string_value",
"destinationPaths": "string_value"
}'
This is the opening of the README. Read the full README on GitHub.