• RuntimesUnity
  • Work laptop stolen: Any way to recover the Spine project from Unity Spine files?

Artist here. My work laptop has just been stolen and I did not have a recent back up of my Spine projects, but all the work is on the game's Unity repository in the cloud.
Is there any way I could get the Spine projects back from all the files Unity generates?
I -think- I could get all the separate images from the Unity atlas files as I read in other threads.

Thank you very much in advance.

Related Discussions
...

@Kikekun Very sorry to hear that!

Yes, you can use Spine - Import Data .. to import your skeleton from a .skel.bytes or .json file. Then to get the images from your export atlas textures and .atlas.txt file, you can use Spine - Texture Unpacker.

See also the documentation here:
http://esotericsoftware.com/spine-import#Data
http://en.esotericsoftware.com/spine-texture-packer#Texture-Unpacker

You could also use the Spine Command Line Interface (CLI) to automate importing your files.
You might want to check out this related forum thread then:
https://esotericsoftware.com/forum/d/15981-spine-unity-38-to-40-upgrade-guide/6

Thank you so much for your help!