unity-importer

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

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/muddyrain/valley-mas --skill unity-importer-muddyrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-importer
Source: https://github.com/muddyrain/valley-mas/tree/main/.codex/skills/unity-skills/skills/importer
Command: npx skills add https://github.com/muddyrain/valley-mas --skill unity-importer-muddyrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Asset import configuration for Unity projects can be time-consuming and error-prone when applying consistent texture, audio, and model import settings across many assets.

Core Features & Use Cases

  • Centralized management of texture, audio, and model import settings (maxSize, compression, sRGB, read/write, animation import, mesh settings)
  • Batch processing to apply uniform configurations across multiple assets, reducing rebuild times and inconsistencies
  • Use Case: A team updates all textures to Sprite type with a standardized PixelsPerUnit and sets BGM audio to Streaming for runtime efficiency.

Quick Start

Use the unity-importer to apply a common set of import settings to a batch of assets.

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 and audio files?

Batch configure Unity asset import settings by specifying explicit asset paths and parameter mappings for textures, audio, and models. This applies uniform configurations like texture maxSize, compression, and audio streaming across multiple assets, triggering a reimport to apply changes.

What is the best way to apply consistent texture import settings across a Unity project?

Applying consistent texture import settings is achieved through centralized batch processing of explicit asset paths. You can uniformly configure maxSize, compression, sRGB, and read/write options, ensuring standardized assets and reducing rebuild inconsistencies.

Can I set Unity model import options like animation and mesh settings in bulk?

Unity model import options for animation and meshes can be applied in bulk. By providing explicit asset paths and parameter mappings, the system configures these model settings across multiple files and triggers a reimport to finalize the changes.

Does configuring Unity asset imports require explicit paths for every texture and audio file?

Configuring Unity asset imports requires explicit asset paths and parameter mappings for every targeted texture, audio, or model file. Providing these exact paths ensures the batch processing correctly applies the specified settings and triggers the necessary reimport.

Why trigger a reimport after changing Unity texture compression and audio settings?

Triggering a reimport after changing Unity texture compression and audio settings ensures the Unity engine processes and applies the new configurations. This reimport step finalizes the batch parameter updates across the specified asset paths.

When do I need to use batch processing for Unity asset imports instead of individual configuration?

Batch processing for Unity asset imports is needed when applying consistent settings like texture maxSize or audio streaming across many files. It reduces time-consuming manual configuration errors and ensures uniform pipeline settings for models, textures, and audio.