Skip to content

aaronshappell/UnitySpritesheetFixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnitySpritesheetFixer

Currently a commandline tool to convert 2D sprite sheets to fixed versions to prevent pixel gaps in Unity.

Usage

-i/--input <file> -tw/--tileWidth <width> optional: -o/--output <file> -th/--tileHeight <height>

The input file and tile width must be specified (-i and -tw). The output flag is optional (defaults to Fixed.) and tile height flag is optional (defaults to tile width).

e.g. java -jar UnitySpritesheetFixer -i file.png -tw 32

About

Currently a commandline tool to convert 2D sprite sheets to fixed versions to prevent pixel gaps in Unity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages