Use this script to unpack .png sprites from the sprite atlas (providing a .plist or .json data file and a .png file) packed by TexturePacker.
$ python unpack_texture.py <filename without extension or folder path> <format [plist|json|cocos]>
- Filename of the sprite atlas image and data file without extensions.
optional
- Data file format. Valid values are plist and json. If omitted plist format is assumed.
This repository was merged with onepill/texture_unpacker_script