Skip to content

acoppes/unity-gemserk-utilities

Repository files navigation

The idea of this project is to become a hub of useful dependencies for making games.

List of packages:

Aseprite Utilities

It is basically a helper to run Aseprite executable to export png files from within Unity using command line arguments. This a different approach to the Aseprite importer from Untiy which process the source file .ase to generate sprites and animations, if you prefer that approach use that package. The main reason was that if Aseprite creates a new feature, I will automatically have it by using the executable, however, using the .ase importer allows you to get lots of more information from the source file, so both approaches have pros and cons.

Aseprite Import Data

Aseprite importer example

Configure a source folder where multiple .aseprite files are, an output folder inside Unity assets and a format to use following the asprite valid export format, for example {title}_{tag}_{tagframe0001}.png, and it will run Aseprite.exe to export a list of png following that format.

Aseprite importer example

Configure Aseprite.exe path in Preferences in order to be able to execute importer.

About

Gemserk Unity Utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published