This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "spriteframe_animation_generator", | |
"main": "./spriteframe_animation_generator", | |
"dependencies": { | |
"ejs": "1.0.0", | |
"sprintf-js" : "0.0.7" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* script for export sprite sheet from Unity to Cocos2d | |
* | |
* @author bman ([email protected]) | |
* @version 1.0 1/3/2014 | |
* @version 1.1 6/9/2014 add image slice exporter | |
*/ | |
using UnityEngine; | |
using UnityEditor; |