• Editor
  • commond not work

Spine -i F:/skeleton.skel -o F:/exprot/ -e F:\export.json
JSON is a preset for exporting GIFs. However, when using the export command, only one GIF file is generated, which contains multiple animations. On the other hand, Spine software has the capability to export multiple GIF files. how to resolve this issue.

Related Discussions
...

The export.json file has the same settings as the UI. The UI has only settings for Single file or File per frame. It doesn't have a setting to output a separate GIF for each animation.

You could do multiple exports, changing the animation being exported for each.

    Nate Thanks for the answer.Export multiple times and change the animation of each export. What command should I use to export it? As long as it is the same spine file, the gif will be the same. :

      Alexander The export command itself is fine with what you are already using, but you should be able to accomplish what you want by preparing an .export.json file for each export setting and running the export with that.

        Misaki Thank you very much. It has been very useful to me.