since last update 3.8.13
the pixi guys are too busy and will not able to make update for a few months.
so i try come back to last worked version but now i get this error in the editor when i load my work.
do i lost all my work?
since last update 3.8.13
the pixi guys are too busy and will not able to make update for a few months.
so i try come back to last worked version but now i get this error in the editor when i load my work.
do i lost all my work?
There is a good chance that you can open the Project in 3.8.13-beta, then export the JSON file (with Nonessential data
checked). Load up 3.8.11-beta and Import Data
.
If this doesn't work for you, Spine makes backups of your projects while you are working. You can find the backup folder by going to Settings
and then Files
and click Open
next to Backups.
I hope this helps!
You can't open newer projects with an older version of Spine. In this case Shiu's suggestion to export JSON will not work because the JSON format has changed. We have updated the JsonRollback tool so you can use that to convert 3.8 JSON to 3.7. This thread explains it:
Spine editor and runtime version management
Use the 3.8 skeletonViewer-beta.jar
and run it like:
java -cp skeletonViewer-beta.jar com.esotericsoftware.spine.JsonRollback input.json 3.7 output.json
Where input.json
is from 3.8. The tool will write output.json
which you can then import into 3.7.
Note that we've updated spine-ts to support the latest JSON format exported from 3.8.12 onwards. You should be able to update pixi-spine yourself by simply replacing the sources in this folder https://github.com/pixijs/pixi-spine/tree/master/src/core. Then follow the build instructions for pixi-spine in the README.md
.
thanks all for help, am able to get back my projet .. fiouww
Thank all for help.
Hi,
can someone explain how to do this? Is it done in Spine software or in the code?
I have the same problem but could not understand how to make this work.
You have two options if you run into this issue:
You take your 3.8 projects and roll them back to 3.7, so you can continue using the current pixi-spine version. Nate described it in this post: 3.8.13 crash pixijs and corrupted project file Search this
You update the pixi-spine code as described here: 3.8.13 crash pixijs and corrupted project file Search this
For 2. I believe the pixi-spine folks have already updated though. So maybe you can just grab the latest pixi-spine release and it works with your latest 3.8 exports.
You have two options if you run into this issue:
You take your 3.8 projects and roll them back to 3.7, so you can continue using the current pixi-spine version. Nate described it in this post: 3.8.13 crash pixijs and corrupted project file Search this
You update the pixi-spine code as described here: 3.8.13 crash pixijs and corrupted project file Search this
For 2. I believe the pixi-spine folks have already updated though. So maybe you can just grab the latest pixi-spine release and it works with your latest 3.8 exports.