assets-copy

Copy Unity assets between paths and refresh the AssetDatabase.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill assets-copy-infotechsrealm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-copy
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/assets-copy
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill assets-copy-infotechsrealm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of copying assets in a Unity project from one location to another, ensuring that the asset paths are correctly mapped and the AssetDatabase is updated accordingly.

Core Features & Use Cases

  • Asset Copying: Copies assets at specified source paths to new destination paths.
  • AssetDatabase Refresh: Ensures the AssetDatabase is updated after copying to maintain integrity.
  • Use Case: Ideal for developers who need to reorganize assets within a project without disrupting the workflow.

Quick Start

Run the 'assets-copy' skill to copy assets from 'Assets/old_location' to 'Assets/new_location'.

Frequently Asked Questions about assets-copy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I copy Unity assets to a new directory and refresh the AssetDatabase?

To copy Unity assets, specify source and destination paths like 'Assets/old_location' to 'Assets/new_location'. The operation automatically refreshes the AssetDatabase upon completion to ensure database integrity.

What is the best way to reorganize assets in a Unity project without breaking path mappings?

Automated asset copying maintains precise path mappings when moving files between directories. It updates the AssetDatabase immediately, preventing broken references during project reorganization.

Why does the Unity AssetDatabase need to refresh after copying assets?

The Unity AssetDatabase requires a refresh after copying assets to reflect structural changes. This update synchronizes the editor environment, maintaining asset integrity and preventing missing reference errors.

Can I use an automated script to move multiple Unity assets to different folders?

Yes, scripts can automate copying Unity assets from specified source paths to new destination paths. This workflow efficiently reorganizes files while ensuring the AssetDatabase remains consistent.

When do I need to update the AssetDatabase during Unity asset management?

You need to update the AssetDatabase immediately after copying or moving assets within your Unity project. This refresh ensures the editor recognizes new file locations and maintains path consistency.