unity-importer

Configure Unity asset import settings for textures, audio, and 3D models.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mandexonla/Top-Down-Template --skill unity-importer-mandexonla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-importer
Source: https://github.com/mandexonla/Top-Down-Template/tree/main/.codex/skills/unity-skills/skills/importer
Command: npx skills add https://github.com/mandexonla/Top-Down-Template --skill unity-importer-mandexonla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies and centralizes configuring Unity asset import settings so developers and technical artists can consistently set texture, audio, and model importer options without manually changing each asset in the Editor.

Core Features & Use Cases

  • Texture configuration: Set texture type, max size, filterMode, compression, mipmaps, sprite pixels-per-unit, and platform overrides.
  • Audio configuration: Adjust loadType, compressionFormat, forceToMono, and quality for BGM and SFX, and choose streaming or decompress strategies.
  • Model configuration: Control import scale, mesh compression, rig/animation type, and secondary UV generation.
  • Batch operations & reimport: Apply settings across many assets in one call and trigger reimport to apply changes, enabling efficient onboarding and optimization workflows.
  • Guidance & guardrails: Advises using asset_import for copying files, using specific importer skills per asset type, and avoiding nonexistent API calls.

Quick Start

Configure all UI textures under Assets/UI to Sprite type and disable mipmaps using the texture_set_settings_batch skill.

Frequently Asked Questions about unity-importer

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

FAQPage Schema
How do I batch configure Unity asset import settings for multiple textures?

To batch configure Unity texture import settings, apply properties like texture type, max size, compression, and mipmap flags across multiple assets simultaneously, then trigger a reimport to apply the changes without manual Editor adjustments.

Can I set platform-specific overrides for Unity audio clips?

Yes, you can configure Unity audio import settings with platform overrides, adjusting load type, compression format, force to mono, and quality for BGM and SFX, while choosing streaming or decompress strategies for target platforms.

What is the best way to apply 3D model import options in Unity?

The best way to apply 3D model import options in Unity is to centrally configure import scale, mesh compression, rig and animation type, and secondary UV generation, ensuring consistent importer properties across your game development workflow.

Does Unity batch-processing support validation of inputs before reimporting assets?

Yes, Unity batch-processing validates inputs before applying importer properties and triggering asset reimport, ensuring technical requirements are met and preventing invalid configuration changes across textures, audio clips, and 3D models.

Why should I avoid nonexistent API calls when adjusting Unity asset importer properties?

Avoiding nonexistent API calls when adjusting Unity asset importer properties prevents runtime errors during batch updates, ensuring reliable execution of texture, audio, and model configuration workflows without breaking the reimport process.