We're making a game with Spine Pro and I'm working on scenes with lots of skeletons. I read that I can automate this export process using CLI instead of exporting the export file path of each skeleton to different places one by one, but I do not know where I can access the CLI and how I can use it. Is there documentation that explains in more detail how to open the CLI?
Spine Pro Cli
hasancivili Instructions on how to export via CLI can be found here, but you can use the more convenient export scripts published in our spine-scripts repository:
EsotericSoftware/spine-scriptstree/master/export
These were just recently added and we are in the process of preparing a short video and blog post showing how to use them, but we are not ready to publish them yet. However, the instructions already in the README are quite detailed, so I would think that if you read them, you should have no problem using it.
If you have any questions, please do not hesitate to ask.
Thank you for your response. I will look into this.