Documentation
README
Assets / Move
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.
Inputs
sourcePaths— paths of the assets to move.destinationPaths— target paths (must matchsourcePathslength).
Behavior
Each pair is moved independently via AssetDatabase.MoveAsset. Per-pair failures (Unity's MoveAsset returns a non-empty error string) are surfaced in response.Errors; successful moves accumulate into response.MovedPaths.
How to Call
unity-mcp-cli run-tool assets-move --input '{
"sourcePaths": "string_value",
"destinationPaths": "string_value"
}'
This is the opening of the README. Read the full README on GitHub.