unity-importer

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

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-importer-jinluli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-importer
Source: https://github.com/jinluli/EnglishLearnTool/tree/main/Packages/SkillsForUnity/unity-skills~/skills/importer
Command: npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-importer-jinluli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires UnityAPI, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of configuring import settings for Unity project assets, including textures, audio, and models, saving developers time and effort in setting up asset properties.

Core Features & Use Cases

  • Asset Import Settings: Configure texture, audio, and model import settings.
  • Batch Configuration: Use batch skills to set properties for multiple assets simultaneously.
  • Use Case: When importing multiple models into a Unity project, use the batch settings to configure import properties for all at once, ensuring consistency across assets.

Quick Start

To configure import settings for a texture, run the command: call_skill("texture_set_settings", assetPath="Assets/Textures/icon.png", textureType="Sprite", spritePixelsPerUnit=100, filterMode="Bilinear").

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 multiple models?

Batch configure Unity asset import settings by dynamically altering properties for multiple models simultaneously. This ensures consistency across assets and saves time compared to setting properties individually.

Can I set texture import properties like Sprite and filter mode in Unity programmatically?

Set texture import properties like Sprite type, pixels per unit, and filter mode programmatically by calling the texture configuration function. This dynamically alters import settings for specified texture assets.

What is the best way to manage audio import settings across a Unity project?

Manage audio import settings across a Unity project by using batch processing capabilities to configure properties for multiple audio assets. This approach ensures consistent audio configuration efficiently.

Does this batch asset configuration approach work with the standard Unity API?

Yes, this batch asset configuration approach works directly with the Unity API. It utilizes the API to dynamically alter and manage import settings for textures, audio, and models.

Why do I need to batch process Unity model imports instead of configuring them individually?

Batch processing Unity model imports ensures consistency across all assets and saves significant development time. It streamlines the workflow by applying identical import properties to multiple models at once.