unity-importer

Configure Unity texture, audio, and model import settings individually or in batches.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-importer-lrbjk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-importer
Source: https://github.com/lrbjk/FenShen_Remake_V0/tree/main/.codex/skills/unity-skills/skills/importer
Command: npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-importer-lrbjk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Asset import settings management for textures, audio, and models in Unity to ensure consistent, optimized imports across large projects.

Core Features & Use Cases

  • Configure texture, audio, and model import settings individually or in batches.
  • Ensure consistent compression, max size, and platform-specific variants across assets.
  • Use API-style skills like texture_set_settings, audio_set_settings, model_set_settings and their batch versions to automate imports.

Quick Start

Use the importer skills to batch-configure texture, audio, and model import settings for 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 textures, audio, and models?

To batch configure Unity asset import settings, use texture_set_settings_batch, audio_set_settings_batch, and model_set_settings_batch APIs to automate consistent compression and platform-specific variants across large projects.

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

Ensuring consistent Unity texture import settings requires automating configuration with texture_set_settings and texture_set_settings_batch to enforce uniform max size and compression parameters across all assets.

Can I use Unity asset import automation for multiple asset types at once?

Yes, Unity asset import automation supports multiple asset types at once by applying texture_set_settings, audio_set_settings, and model_set_settings individually or through their batch equivalents for large-scale projects.

Does Unity asset import automation support reimport considerations and alternative APIs?

Yes, Unity asset import automation supports reimport considerations and provides guidance for alternative APIs when configuring textures, audio, and models to ensure optimized imports.

Why do I need to automate Unity model import settings instead of configuring them manually?

Automating Unity model import settings is necessary for large projects to maintain consistent import parameters across many assets, avoiding the errors and inconsistencies of manual configuration.