• Editor
  • Updating Spine from 4.1.24 to 4.2.38

Hi,

I wanted to update my spine project files from 4.1.24 to 4.2.38. I have a couple of questions regarding the update in spine specifically.

  1. I have tried to update but I am currently getting these warnings on my spine project files. I am wondering if there is a way to fix these warnings?


  1. Is there a specific way to update project files?
  • इस पर Misaki ने जवाब दिया।
    Related Discussions
    ...

    When updating your Spine project files from version 4.1.24 to 4.2.38, you may encounter warnings due to changes in the newer version. These warnings often indicate that certain features or data structures have been updated or deprecated. To address these warnings, you should first ensure that your project files are backed up. Then, review the warnings to understand what specific changes are required. Often, these involve manual adjustments to your project to align with the new version's requirements. If the warnings are related to deprecated features, you may need to update your animations or data to use the new features provided in 4.2.38.

    To update your project files, open them in the latest version of Spine (4.2.38 in this case). Spine is designed to be backward compatible, meaning it can open files from older versions. However, once you save a project in a newer version, it cannot be opened in an older version. Therefore, it's crucial to ensure that you have backups before proceeding with the update. If you encounter specific issues or errors, you may need to manually adjust your project settings or animations to resolve them.

    sid Sorry for the confusion, first let me explain why you get this warning: in Spine 4.2 you can now create folders for slots, and forward slashes are used to indicate folders, so they can no longer be used for slot names.
    As noted in this warning, slashes are automatically converted to hyphens. So you should be able to continue working on this project, but if there is any part of the code that looks for the slot name at runtime and performs some operation, that code needs to be changed as well.


    1. Is there a specific way to update project files?

    The update of the Spine project itself is completed by simply opening and saving the project in the new version of the Spine editor, as Spinebot has already answered. We highly recommend using this export shell script for the update process. It is very efficient, and once the correct settings are made the first time, it ensures that your exports will always use the correct settings. For more information, please see our blog post:
    https://esotericsoftware.com/blog/New-export-shell-scripts

    Thanks Misaki for your help much appreciated 😃

    • Misaki ने इसे लाइक किया।