ifoit Hi I upgrade unity spine version from 3.8 to 4.0 and when upgraded is successful, unity show me the Mistmatch Version dialoge for every animation is on my project. Please help me Thank you
Nate You need to export your Spine projects with 4.0 to use the 4.0 runtimes. Versioning - Spine User Guide: Synchronizing versions
ifoit My project has over 60 animation until now and it's so difficult to export all of them. Is there any way expect that way ?
samlletas Maybe you could try writing a script to automate the export process: Command line interface - Spine User Guide: Export Edit: Was looking at the Spine-Unity 3.8 to 4.0 Upgrade Guide and noticed they made a script to export all of their example projects, maybe you could use it and replace with your filenames / directories.
Harald Please note that there are also some examples listed on the bottom of the Command line interface - Spine User Guide: Export page, listing the aforementioned export.sh script that could be adapted, amoung others: Command line interface - Spine User Guide: Examples