unity-importer

Configure Unity import settings for textures, audio, and models.

8|1|Updated Oct 7, 2025
One-click install
npx skills add https://github.com/Zzulin/unity-project01 --skill unity-importer-zzulin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-importer
Source: https://github.com/Zzulin/unity-project01/tree/main/URP1/Plugins/Unity-Skills-main/SkillsForUnity/unity-skills~/skills/importer
Command: npx skills add https://github.com/Zzulin/unity-project01 --skill unity-importer-zzulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and artists need a reliable way to configure and standardize import settings for textures, audio, and 3D models in Unity to ensure consistent runtime behavior, performance, and platform-specific optimizations across a project.

Core Features & Use Cases

  • Texture configuration: set texture type, max size, filter mode, compression, mipmaps, sprite pixels-per-unit, and platform overrides for Standalone/iPhone/Android/WebGL.
  • Audio configuration: set load type (Streaming/DecompressOnLoad/CompressedInMemory), compression format, quality, force-to-mono, and batch apply to many clips.
  • Model configuration & asset workflows: adjust global scale, mesh compression, rig/animation import settings, enable secondary UVs, and trigger reimport for updated settings; supports both single-asset and batch operations with structured success/failure results.

Quick Start

Set multiple UI textures 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 texture import settings for multiple assets?

You can batch configure Unity texture import settings by applying texture type, max size, compression, and platform overrides for Standalone, iPhone, Android, and WebGL. This standardizes runtime behavior across single or multiple assets simultaneously.

What is the best way to standardize Unity audio load types across a project?

Standardizing Unity audio load types involves batch applying settings like Streaming, DecompressOnLoad, or CompressedInMemory. You can also configure compression format, quality, and force-to-mono options across many audio clips.

Can I adjust Unity model rigging and animation import settings in bulk?

Yes, you can adjust Unity model rigging and animation import settings in bulk. This includes modifying global scale, mesh compression, enabling secondary UVs, and triggering reimport workflows with structured success or failure results.

Does this Unity asset import approach support per-platform texture compression overrides?

Yes, this Unity asset import approach supports per-platform texture compression overrides. You can specify distinct max size, filter mode, and compression settings for Standalone, iPhone, Android, and WebGL platforms.

Why do my Unity assets need reimport triggers after changing import settings?

Unity assets need reimport triggers after changing import settings to apply updated configurations like mesh compression or texture type. The process returns structured success or failure results to validate the reimport workflow.