unity-importer

Configure Unity asset importer settings for textures, audio, and models.

6|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-importer-dycuong03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-importer
Source: https://github.com/dyCuong03/unity-agent-team/tree/main/.claude/skills/unity-skills/skills/importer
Command: npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-importer-dycuong03

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of tedious, error-prone Unity asset importer configuration by letting you programmatically set texture, audio, and model import settings and then reimport when needed.

Core Features & Use Cases

  • Texture importer configuration: Set texture type, size, compression, filtering, sRGB, mipmaps, wrap mode, and platform overrides, including sprite pixels-per-unit and sprite importer bridging.
  • Audio importer configuration: Set loadType, compression format, quality, and mono conversion for imported AudioClips.
  • Model importer configuration: Set scale, mesh compression, animation/rig options, and animation clip splits, using importer settings and bridge skills where applicable.
  • Safe reimport workflow: Reimport assets after setting changes to ensure Unity fully refreshes the importer output.

Quick Start

Configure the import settings for your sprites and then reimport the modified assets so Unity applies the updated texture and sprite importer settings.

Frequently Asked Questions about unity-importer

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

FAQPage Schema
How do I batch tune Unity texture compression and import settings?

Batch tune Unity texture compression by programmatically setting texture type, size, filtering, sRGB, mipmaps, wrap mode, and platform overrides, then force a full refresh using asset reimport workflows.

What is the best way to configure Unity audio importer settings for multiple files?

Configure Unity audio importer settings for multiple files by programmatically adjusting loadType, compression format, quality, and mono conversion across AudioClips, then triggering a batch reimport to apply the changes.

How do I update model rigging and animation clip splits in Unity?

Update model rigging and animation clip splits in Unity by applying model importer settings to adjust scale, mesh compression, and rig options, using bridge skills where applicable for animation splits.

Do I need to reimport Unity assets after changing importer settings?

Yes, you need to reimport Unity assets after changing importer settings to ensure Unity fully refreshes the importer output and applies the updated texture, audio, or model configurations.

Can I set sprite pixels-per-unit and platform overrides for Unity textures programmatically?

Yes, you can set sprite pixels-per-unit and platform overrides for Unity textures programmatically by configuring texture importer settings and bridging sprite importer settings, followed by a forced reimport.