Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

There are 2 main ways.

  1. These are in PNG image sequence.

  2. Unity also supports aseprite files so user can import all the animations at once in unity.

I've never done aseprite to Unity. Do you have any documentation or anything showing how to import them properly

  1. Open Package Manager.

  2. Press the + button and select Add package by name.

  3. Enter com. unity. 2d. aseprite .

  4. Press OK. If you see a Burst popup saying that a new version of Burst has been installed, restart the editor.

  5. You are now ready to import . ase and . aseprite files into your project.

I didn't know this... I was creating the animations by my own *facepalm*

Thank you, this saves a ton of time.