Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 696 Bytes

File metadata and controls

23 lines (14 loc) · 696 Bytes

TextureUnpacker

Overview

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.

Dependencies

Usage

$ python unpack_texture.py <filename without extension or folder path> <format [plist|json|cocos]>

filename

  • Filename of the sprite atlas image and data file without extensions.

format

optional

  • Data file format. Valid values are plist and json. If omitted plist format is assumed.