What problem does it solve?
This Skill solves the problem of tedious, error-prone Unity asset importer configuration by letting you programmatically set texture, audio, and model import settings and then reimport when needed.
Core Features & Use Cases
- Texture importer configuration: Set texture type, size, compression, filtering, sRGB, mipmaps, wrap mode, and platform overrides, including sprite pixels-per-unit and sprite importer bridging.
- Audio importer configuration: Set loadType, compression format, quality, and mono conversion for imported AudioClips.
- Model importer configuration: Set scale, mesh compression, animation/rig options, and animation clip splits, using importer settings and bridge skills where applicable.
- Safe reimport workflow: Reimport assets after setting changes to ensure Unity fully refreshes the importer output.
Quick Start
Configure the import settings for your sprites and then reimport the modified assets so Unity applies the updated texture and sprite importer settings.