unity-asset

Import, organize, and manipulate Unity assets in single or batch workflows.

1.6k|152|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-asset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-asset
Source: https://github.com/Besty0728/Unity-Skills/tree/main/unity-skills/skills/asset
Command: npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-asset

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates Unity asset management by streamlining import, organization, and manipulation of assets within a project, reducing repetitive manual work.

Core Features & Use Cases

  • Single and batch operations: Import, delete, move, duplicate, find, and create folders across the project.
  • Batch-enabled workflows: Use *_batch variants to efficiently process 2+ assets in a single call.
  • Real-world example: Consolidate textures and models by bulk moving files into purpose-built folders like Assets/Textures and Assets/Models, then refresh the AssetDatabase.

Quick Start

Use the unity-asset skill to move a set of textures into Assets/Textures and organize them in a batch operation.

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 folders?

Batch import and organize Unity assets by using *_batch variants to process multiple files in a single call. You can consolidate textures and models by bulk moving them into purpose-built folders like Assets/Textures and Assets/Models, then refresh the AssetDatabase.

What is the best way to automate repetitive Unity asset management tasks?

Automate repetitive Unity asset management by using batch workflows for importing, deleting, moving, duplicating, and finding assets. This reduces manual work by processing multiple files across folders simultaneously without external tooling.

Do I need external tools to batch move assets within the Unity editor?

No external tools are required to batch move assets within the Unity editor. The automation relies solely on Unity and provided scripts, using parameters like sourcePath and destinationPath to handle file manipulation natively.

Can I duplicate and find multiple Unity assets in a single operation?

Yes, you can duplicate and find multiple Unity assets in a single operation by using batch-enabled workflows. The *_batch variants support processing two or more assets simultaneously to streamline project organization.

What parameters are needed to move Unity assets between folders?

To move Unity assets between folders, you need to provide sourcePath, destinationPath, assetPath, and folderPath parameters. These define the origin and target locations for single or batch file manipulation operations.