I was researching cmd a while today, but get no work
let's say we have a path like C:\SpineFiles\
and we have like two project here
C:\SpineFiles\Project0\Character000.spine
C:\SpineFiles\Project1\Enemy000.spine
the Export path has set when animator using spine
now we need to re export all json and atlas for runtime update
how can I use cmd lines to make it?
I was think it may like... find all .spine file in C:\SpineFiles\ and it's sub-folder
then call a command to make it export using the export path in .spine file
official doc has something similar, but I can't make it work
and it make me confuse is it seems like it need a new path instead a set pah in .spine
just don't know how to use cmd, so if someone can help me, please type whole command use the top example path
really thanks