• Unity
  • Missing atlas error

  • Düzenlendi
Related Discussions
...

Hello all, been using spine for about a month now, and today one of our unity developers sent me a message saying our SkeletonDataAsset is missing an atlas, we work with a server in order to trade files back and forth, and I can see that every single folder is on the server and every single animation works for me when it's in Spine, but I don't know why this might be happening?

I noticed though while digging thru files, that in all the files that I have worked on, none of them are mentioned whatsoever in the atlas.txt file, and maybe that's where the problem is? A different animator was working on the project before me and their animations all work, and then when I moved onto the project, I assume it's something in the way I export files that's getting messed up. Any tips??

chemicalX yazdı

we work with a server in order to trade files back and forth, and I can see that every single folder is on the server and every single animation works for me when it's in Spine, but I don't know why this might be happening?

Did you perhaps not commit / upload the exported atlas png files to your server? You should have uploaded 3 assets (skeleton data as json/skel.bytes, atlas description as atlas.txt and one or more atlas .png images) to your server, as described in the spine-unity documentation pages.