• Bugs
  • [Unity] Spine doesn't display anything even in editor

Hi guys, I got this issue: all my spine animation seem invisibly when I switch Unity editor from android platform to IOS platform ( form build setting). More information:

  • Current version of spine : 1.7.03
  • Current version of unity : 4.3.4f
  • Example of content ( please check attachment).
Related Discussions
...

I've just had my first real try with Unity here but I think I managed to figure out what causes this.

What I did to get it to display when building for iOS was setting Import Settings Format of the texture to Truecolor. After this I went to build settings and added the current, hit Build and it was displaying again.

Image removed due to the lack of support for HTTPS. | Show Anyway

If the texture is not square, iOS does not allow compression of it, so if you want to use compression you need a square atlas texture.

I hope this help.

Thank you for your help, you saved my day emotionally 😃