unity-importer

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

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-importer-yiduandtdt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-importer
Source: https://github.com/YiDuandtdt/Bone-Throne/tree/main/.agents/skills/unity-skills/skills/importer
Command: npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-importer-yiduandtdt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and centralizes Unity asset import configuration for textures, audio, and models, including per-platform overrides and efficient reimport workflows.

Core Features & Use Cases

  • Unified importer settings for textures, audio, and models across large Unity projects.
  • Per-platform overrides to optimize builds for Standalone, iPhone, Android, WebGL.
  • Reimport orchestration to refresh assets after changes.
  • Batch operations for setting texture and model importer options and reimport triggers.

Quick Start

Configure Unity asset import settings for your project by applying the importer configuration to your asset collection.

Frequently Asked Questions about unity-importer

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

FAQPage Schema
How do I configure Unity asset import settings for textures, audio, and models in bulk?

To configure Unity asset import settings in bulk, you can apply unified importer configurations across texture, audio, and model assets. This centralizes asset configuration and supports batch operations to set options and trigger reimports efficiently across large projects.

How do I set per-platform overrides for Unity texture and model imports?

You set per-platform overrides for Unity imports by applying specific importer settings tailored for Standalone, iPhone, Android, and WebGL. This optimizes builds by configuring distinct texture, audio, and model settings for each target platform.

Can I automate the reimport workflow for Unity assets after changing settings?

Yes, you can automate the Unity asset reimport workflow after changing settings. The process uses an asset_reimport operation to refresh assets, orchestrating streamlined updates across the project once texture, audio, or model configurations are modified.

What is the best way to centralize Unity asset import configuration for a large project?

The best way to centralize Unity asset import configuration is using a unified importer approach that manages textures, audio, and models together. It automates per-platform overrides and provides batch operations to handle large project scales efficiently.

Does this Unity importer approach support finding assets and getting existing import settings?

Yes, the Unity importer approach supports finding assets and getting existing import settings. It includes specific operations like texture_find_assets and texture_get_import_settings to retrieve current configurations before applying new overrides or reimporting assets.