TexturePacker ignores extensions

Posted by The Oddler on Game Development See other posts from Game Development or by The Oddler
Published on 2012-12-13T11:01:25Z Indexed on 2012/12/15 11:24 UTC
Read the original article Hit count: 141

Filed under:

I'm using TexturePacker in one of my games, though when packing a bunch of textures their extension is kept in the data file. So when I want to find a texture I need to search for "image.png" instead of just "image". Is there an option to let texture packer ignore the extensions of my source images in the data file?

Solved:

So if anyone else wants this, here's the exported I made: https://www.box.com/s/bf12q1i1yc9jr2c5yehd Just extract it into "C:\Program Files (x86)\CodeAndWeb\TexturePacker\bin\exporters\UIToolkit No Extensions" (or something similar) and it should show op as an exporter.

© Game Development or respective owner

Related posts about textures