unity-asset

Automate Unity asset import, move, delete, and organization tasks.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-asset-krl76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-asset
Source: https://github.com/krl76/MP-Study-Projects/tree/main/Practice1/.codex/skills/unity-skills/skills/asset
Command: npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-asset-krl76

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity asset management is tedious when you need to import, move, delete, duplicate, or reorganize assets across a Unity project, slowing down iteration.

Core Features & Use Cases

  • Import assets into the project with correct paths and directory structure.
  • Move, rename, or delete assets with batch support to maintain project organization.
  • Find assets by type or label and create folders to organize assets efficiently.

Quick Start

Import a batch of textures and organize them under Assets/Textures.

Frequently Asked Questions about unity-asset

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

FAQPage Schema
How do I batch import and organize Unity assets into specific project folders?

You can batch import and organize Unity assets by automating asset_import and asset_create_folder operations. This allows you to import multiple textures or files directly into correct paths like Assets/Textures, maintaining directory structure and project organization efficiently.

How do I move or delete multiple Unity assets at once without breaking the project?

Batch move and delete Unity assets using asset_move and asset_delete operations. The workflow includes built-in guardrails to prevent unintended changes, ensuring reliable asset workflow automation and metadata organization while you reorganize or clean up your project.

What is the best way to find Unity assets by type or label for reorganization?

Finding Unity assets by type or label is handled through the asset_find operation. This enables artists and developers to search project assets efficiently, filter by metadata, and then apply batch operations like moving or duplicating to maintain organization.

Can I duplicate Unity assets in batch to test variations without affecting the original files?

Yes, you can duplicate Unity assets in batch using the asset_duplicate operation. This workflow automation supports copying assets while applying guardrails to prevent unintended changes, allowing safe iteration and testing of variations within your project structure.

Does this Unity asset management approach work for both artists and developers?

Yes, this approach supports both artists and developers needing reliable asset workflow automation. It handles importing, moving, deleting, and organizing project assets with batch operations and metadata organization, streamlining iteration for the entire team.

Why does manual Unity asset management slow down project iteration?

Manual Unity asset management slows iteration because importing, moving, deleting, and reorganizing assets across a project is tedious. Automating these batch operations with guardrails against unintended changes provides reliable metadata organization and faster workflows.