Skip to content
2YY edited this page Jun 17, 2023 · 10 revisions

Aseprite Importer for Unity

This tool is Unity custom editor. It allows you to import sprite sheets that exported by Aseprite into your Unity project.

"Import" mean,

  • Slice a texture based on JSON data that exported from Aseprite.
    • At this time, you can setting same pivot coords to each sliced frames.
  • Generate animation clips based on JSON data that exported from Aseprite.
  • Generate animator controller and associate the animation clips.

If reimported same sprite sheets, generated ahead of time assets (texture, animator controller, animation clips) are updated but keep same GUID of each assets.

It's mean you don't need reattatch each assets after reimport.

Therefore, you can update your sprite sheets and import as many times as you want.

Get Started

See Get Started page to get started.

Clone this wiki locally