Skip to content
Gabriel Carollo edited this page Aug 13, 2024 · 3 revisions

Aseprite Importer

Aseprite importer is a .Net library to load the JSON data generated by the pixel art software Aseprite, when exporting a sprite sheet.

For more information and disclosures, check the README file.

Picking a Target Framework

The project is divided by target framework, therefore, to use code designed for a specific game engine or framework, you must download it's respective .dll, in addition to the core .dll.

Currently, the, there's only support for the MonoGame framework, with plans to include the Unity engine, in the future.

You can find the latest versions for each framework on the Releases page.

For information about the installation process, refer to the documentation section about your framework of choice.


By Varollo.