unity-asset

Automate Unity asset import, move, delete, duplicate, and organization operations.

1|Updated Feb 22, 2024
One-click install
npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-asset-stardust-liu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-asset
Source: https://github.com/Stardust-liu/EDC_Framework/tree/main/Assets/AI/Unity-Skills-1.5.5/unity-skills/skills/asset
Command: npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-asset-stardust-liu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Unity project asset management tasks to reduce repetitive, manual asset handling.

Core Features & Use Cases

  • Single-object and batch operations: import, move, delete, and duplicate assets both individually and in batches.
  • Organization and inventory: create folders, refresh AssetDatabase, and get asset information.
  • Discovery and bulk actions: search assets, reimport artifacts, and support for quick asset analysis across large projects.
  • Real-world use case: reorganize textures by moving a set of textures to a dedicated folder to improve project structure.

Quick Start

Move assets in batch to a new folder using the asset_move_batch skill.

Frequently Asked Questions about unity-asset

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

FAQPage Schema
How do I batch move Unity assets to a new folder?▼

You can batch move Unity assets by applying the asset_move_batch functionality to relocate multiple items to a new folder, improving project structure. This automates repetitive manual asset handling.

Can I automate deleting and duplicating multiple assets in a Unity project?▼

Yes, you can automate deleting and duplicating multiple assets in a Unity project through batch operations. This reduces repetitive manual asset handling across large projects.

What is the best way to reorganize textures in a large Unity project?▼

The best way to reorganize textures is using batch operations to move a set of assets to a dedicated folder, automating project structure improvements and reducing manual asset handling.

Does this Unity asset management approach support searching and reimporting artifacts?▼

Yes, this Unity asset management approach supports searching assets and reimporting artifacts. It enables quick asset analysis and bulk actions across large projects.

Do I need a specific file structure to automate Unity asset tasks?▼

You need a valid SKILL.md file with YAML frontmatter containing name and description. It may also reference optional scripts, references, and assets directories for extended functionality.