martinhodler / unity-aseprite-importer

An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API
GNU General Public License v3.0
321 stars 48 forks source link
2d animation animations aseprite assets importer pixel-art pixelart unity unity-editor unity2d

Aseprite-Importer for Unity

AsepriteImporter Thumbnail

openupm

This package helps you importing .ase files from aseprite. The reader is fully written in C# which reads the compressed binary file and creates spritesheets, sprites and animations out of it.

Features

Demo GIF of AsepriteImporter

image image image

Install

OpenUPM

Unity Package

OpenUPM lets you install packages more easily by providing a downloadable unity package which will setup the package automatically. You can find the download on the following link:

openupm https://openupm.com/packages/io.tinu.asepriteimporter/

CLI

Prerequisites

See: https://openupm.com/docs/getting-started.html#installing-openupm-cli

OpenUPM CLI Install
# Go to your Unity project directory
cd YOUR_UNITY_PROJECT_DIR

# Install package: io.tinu.asepriteimporter
openupm add io.tinu.asepriteimporter

Unity

License

See LICENSE file.

Note: As of Unity doesn't include any editor scripts in the game, you don't have to license your game under GPL.