# Introduction to Aseprite Importer The Aseprite Importer is an Asset importer that imports [Aseprite's](https://www.aseprite.org/) .ase and .aseprite files into Unity. See [Aseprite Features](AsepriteFeatures) to read more about which features from Aseprite are supported by the importer. See [Importer Features](ImporterFeatures) to read more about which features the Aseprite Importer provides. ## Getting Started If you are using any of the following Unity versions or newer, Aseprite Importer package comes preinstalled when creating a new 2D or 2D URP project. - Unity 2023.2.0a19 - Unity 2023.1.0f1 - Unity 2022.3.2f1 - Unity 2021.3.28f1 You can also manually add the Aseprite Importer package by: 1. Open [Package Manager](https://docs.unity3d.com/Manual/upm-ui.html). 2. Search for **Aseprite Importer**. 3. Select **2D Aseprite Importer** and press the **install** button. - If you see a Burst popup saying that a new version of Burst has been installed, restart the editor. 4. You are now ready to import `.ase` and `.aseprite` files into your project. **Note:** You need to use **Unity 2021.3.15f1** or newer.