📁
AutomationC#

Assets Copy

by IvanMurzak

Assets Copy is an Automation skill for Claude Code, published by IvanMurzak in Unity-MCP.

3.9K stars355 forkson IvanMurzak/Unity-MCPAdded 2026/08/16Repository updated 2026/08/16
aiai-integrationanthropicclaudeclaude-codeclaude-desktopclicopilotcursorgame-developmentgamedevgeminillmmcpmcp-servermodel-context-protocolopenaiunitywindsurf
Install in seconds
Install Assets Copy
Copy Assets Copy into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/assets-copy ~/.claude/skills/assets-copy

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IvanMurzak/Unity-MCP.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
Unity-MCP-Plugin/.claude/skills/assets-copy/SKILL.md in IvanMurzak/Unity-MCP
Installs to
~/.claude/skills/assets-copy
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Assets Copy does

Assets Copy copies assets at given paths and stores them at new paths, refreshing the AssetDatabase afterwards. Use it after locating source assets with assets-find.

Assets Copy is cataloged under Automation on DirSkills. Assets Copy comes from a repository tagged ai, ai-integration, anthropic, claude and claude-code.

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 match sourcePaths length).

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.

Commands Assets Copy provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /unity-initial-setup

Frequently asked about Assets Copy

  • What else does IvanMurzak publish alongside Assets Copy?

    Assets Copy is one of 25 skills that DirSkills catalogs from IvanMurzak/Unity-MCP, the repository it ships in. Its siblings there include Asset Data Reader, Asset Finder and Asset Modification. Each one is a separate skill with its own page in this directory, installs the same way Assets Copy does, and is maintained by IvanMurzak in that same repository. The rest of the collection is listed on the IvanMurzak/Unity-MCP page.

  • How does Assets Copy compare to other Automation skills?

    Assets Copy ranks #321 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Assets Copy against them. Open each page to compare what they document and how they install.

More from IvanMurzak/Unity-MCP

Assets Copy is one of 25 skills cataloged on DirSkills from IvanMurzak/Unity-MCP.

See all 25 skills