- Изменено
Shortcut for a specific version of Spine
Hi Spine team,
I'm a freelance animator working with multiple clients at once. Some clients require a specific version of Spine to work with, so I have to constantly switch between different builds of Spine. That is tiresome and potentially risky as I can accidentally save a file in a higher version and can't easily back it down.
So.. Is there any feasible way to create a shortcut on my desktop for a specific version that I want to launch? I need at least 2 versions atm and I'm using Windows 10 Pro.
Thank you very much! Cheers~
Hello!
I have the same need when I freelance, and what I do is create batch files to launch the correct version for me.
On windows, in a text editor of your choice, paste this code:
cd C:\Program Files\Spine
Spine -u 3.6.53
Change the folder to where Spine is located if it doesn't match mine, and change the second line to the Spine version you need for the project.
Then save the txt and rename it by also changing the extention into a batch file to something like this: "Spine 3.6.53-nameofproject.bat"
This way you'll always know what project it is for and the Spine version you're using!
Erika написал
Awesome! Thank you alot Erika. This'll save me lots of headache