unity-importer

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

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-importer-krl76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-importer
Source: https://github.com/krl76/MP-Study-Projects/tree/main/Practice1/.codex/skills/unity-skills/skills/importer
Command: npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-importer-krl76

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines configuring Unity asset import settings for textures, audio, and models, enabling consistent and faster project setups across large assets.

Core Features & Use Cases

  • Read and set texture, audio, and model importer settings
  • Support batch operations and per-property overrides to apply across many assets
  • Reimport assets to ensure Unity applies updated settings

Quick Start

Configure texture, audio, or model import settings for assets using the unity-importer.

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 textures, audio, and models?

Batch configure Unity asset import settings by applying per-property overrides across multiple assets. The Skill supports bulk operations for textures, audio, and models to enforce consistent project configurations quickly, then triggers an asset reimport workflow to apply the updated settings reliably.

What is the best way to ensure Unity applies updated texture import settings?

Ensure Unity applies updated texture import settings by executing an explicit asset reimport workflow. After using texture_set_settings to modify the properties, triggering asset_reimport forces Unity to reprocess the assets and reliably reflect the new configurations across the project.

Can I modify Unity model and audio importer settings across different platforms?

Modify Unity model and audio importer settings across different platforms using per-property overrides. The Skill identifies existing configurations and applies targeted changes for specific assets, supporting reimport workflows to ensure Unity recognizes the updated settings reliably.

How does reading and setting Unity asset import properties work for single assets?

Reading and setting Unity asset import properties for single assets relies on explicit access functions like texture_get_settings and texture_set_settings. This allows you to identify current import configurations and modify individual properties before applying the changes through a reimport workflow.

Why do my Unity asset import settings not update after batch operations?

Unity asset import settings may not update after batch operations if a reimport workflow is not explicitly triggered. You must call asset_reimport after applying per-property overrides to force Unity to reprocess the assets and ensure the updated configurations are reliably applied.