• Editor
  • Choosing Spine version on CLI

I'm making a script to automate import all of my old version project skeleton *.skel , *.json < 4.1 and to save it to new 4.2 version, Is this possible to set Spine version on CLI and to save it to newer version like 4.2

  • Misaki님이 이에 답장했습니다.
    Related Discussions
    ...

    megametx The version of the Spine Editor that is launched from theCLI can be specified using the -u or --update options. For example, you can run the latest version 4.2 by writing the following:

    Spine --update 4.2.xx

    Based on the use case you described, modifying the export script we provide might be easier than creating a new one from scratch. Please note that the script does not include commands for importing .json or .skel files, so you will need to add that functionality yourself. However, the existing functionality for bulk file search and processing within a specified folder may still be usable as is.

    • megametx님이 이에 답장했습니다.

      Misaki Thanks, it did help, I think I will just doing with my own script because i need to upgrade old version to import to new 4.2 file

      • Misaki 님이 이 게시물을 좋아합니다..