完成这个任务,首先参考了 https://www.cnblogs.com/liuqing0328/p/4828487.html
星之白菜 大哥的 博客,(网上很多人都是转载他的)
直接说步骤:
1.打开需要导出的 Spine 文件中的其中1个,进入到如下页面:
单击 [save],保存文件,我们这里保存为: spineSetting.json 文件;
然后,第二步:
打开 cmd,
输入:
Spine -i C:\Users\Hsir\Desktop\Spine\SpineFile\4003001\4003001.spine -o C:\Users\Hsir\Desktop\Export -e C:\Users\Hsir\Desktop\Spine\spineSetting.json
其中,
C:\Users\Hsir\Desktop\Spine\SpineFile\4003001\4003001.spine :
是我们要导出的那个spine 源文件 所在路径
C:\Users\Hsir\Deskt