Skip to content

Instantly share code, notes, and snippets.

@bzgeb
Created December 20, 2013 18:22
Show Gist options
  • Save bzgeb/8059060 to your computer and use it in GitHub Desktop.
Save bzgeb/8059060 to your computer and use it in GitHub Desktop.
Texturepacker makefile
#Usage I=infile O=outfile make sheet
sheet:
Texturepacker --format unity --data $(O){v}.txt --sheet $(O){v}.png --variant 1:@2x --force-identical-layout --variant 0.5:@1x --max-width 4096 --max-height 4096 --size-constraints POT --algorithm Basic --basic-order Ascending --basic-sort-by Name --pack-mode Best --border-padding 2 --shape-padding 2 --disable-rotation $(I)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment