unity-importer

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

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-importer-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-importer
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.pi/agent/skills/unity-skills/skills/importer
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-importer-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual friction of tuning Unity asset import settings after files are already in a project, helping you standardize how textures, audio, and models are imported without hunting through inspector panels.

Core Features & Use Cases

  • Texture Import Control: Adjust texture type, compression, mipmaps, filtering, sprite settings, and platform overrides for UI assets, pixel art, and runtime-read textures.
  • Audio Import Control: Configure audio clips for streaming music, short sound effects, mono conversion, and quality tradeoffs based on memory or playback needs.
  • Model Import Control: Set scale, mesh compression, animation import, rig mode, and material handling for characters, props, and baked environment meshes.
  • Batch and Reimport Workflow: Apply consistent settings across many assets, then reimport when Unity needs to refresh importer-dependent changes.

Quick Start

Ask me to batch update the selected Unity textures to Sprite imports with mipmaps disabled and reimport them afterward.

Frequently Asked Questions about unity-importer

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

FAQPage Schema
How do I batch change Unity texture import settings for multiple sprites?

Batch change Unity texture import settings by applying consistent sprite types, disabling mipmaps, and configuring platform overrides across selected assets. The workflow supports category-specific setters for bulk updates, followed by an explicit reimport step to synchronize Unity asset metadata.

Can I configure Unity audio clip loading settings for streaming music and sound effects?

Configure Unity audio clip loading settings for streaming music and short sound effects by adjusting mono conversion and quality tradeoffs. This allows you to optimize audio imports based on specific memory constraints or runtime playback needs.

What is the best way to apply platform-specific texture compression overrides in Unity?

The best way to apply platform-specific texture compression overrides in Unity is using batch update workflows that target individual platforms. You can adjust texture type, filtering, and compression settings, then execute an explicit reimport to apply the changes.

How do I set model rigging and mesh compression settings for imported Unity assets?

Set model rigging and mesh compression settings for imported Unity assets by configuring scale, animation import, and material handling. This standardizes character and prop imports without manually hunting through Unity inspector panels for each file.

Why do I need to reimport Unity assets after changing importer settings?

You need to reimport Unity assets after changing importer settings to refresh importer-dependent changes and keep Unity asset metadata synchronized. Explicit reimport steps ensure that updated texture, audio, and model configurations are correctly applied to the project.

Does this Unity importer workflow support runtime-read textures and pixel art?

The Unity importer workflow supports runtime-read textures and pixel art by allowing you to adjust texture type, compression, mipmaps, and filtering. You can apply these settings across many assets using batch updates to standardize your project imports.