asset_import
Get, set, and reimport Unity asset import settings for textures, models, audio, and more. Apply presets to streamline asset configuration.
Instructions
Manages Unity asset import settings and reimport operations. Actions:
get_settings: Get import settings for an asset
set_settings: Modify import settings
reimport: Force reimport an asset
reimport_all: Reimport all assets (use with caution)
get_importer_type: Get the importer type for an asset
apply_preset: Apply an import preset to an asset Types: texture, model, audio, video, font, shader, plugin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Asset import action to perform | |
| platform | No | Platform-specific settings to get/set | |
| assetPath | No | Path to the asset (e.g., "Assets/Textures/myTexture.png") | |
| assetType | No | Type of asset for settings schema (auto-detected if not specified) | |
| presetPath | No | Path to import preset to apply | |
| audioSettings | No | Audio clip import settings | |
| modelSettings | No | Model (FBX/OBJ) import settings | |
| textureSettings | No | Texture import settings |