arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.2d.aseprite@f6e7e126ac6d/Documentation~/index.md
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02:00

1.1 KiB

Introduction to Aseprite Importer

The Aseprite Importer is an Asset importer that imports Aseprite's .ase and .aseprite files into Unity.

See Aseprite Features to read more about which features from Aseprite are supported by the importer. See Importer Features to read more about which features the Aseprite Importer provides.

Package versions

The different versions of the Aseprite Importer package are supported by the following versions of Unity respectively:

Package version Unity Editor version
1.2.x 6.1
1.1.x 6.0, 2022.3 and 2021.3
1.0.x 6.0, 2022.3 and 2021.3

Modifying generated Animator Controllers

The Aseprite Importer generates an Animator Controller if the Aseprite file contains more than one frame, the Import Mode is set to Animated Sprite, and the Animation Clip checkbox is checked in the importer. This Animator Controller is Read-Only, meaning that it cannot be changed. To modify the Animator Controller, please see the Importer FAQ.