Finished a project animation (for example called Shake), other projects should also add the same animation,
But because of the large number of projects (there is a slight difference between each project, it cannot be completely covered and added),
So I want to simulate the process of manually adding animation through the command line (as shown below), and only add this animation in batches
Consult the official website document (http://de.esotericsoftware.com/spine-export#Command-line),
It was found that the most similar was the command line to import the bones of another project.
Spine -i /path/to/skeleton.json -o /path/to/project.spine -r skeletonName
But what I want to import is not bones, but animation options. What is the command for importing animation under Spine?
Hope to get a reply, thank you very much! !