• Bugs
  • The transparent area turns black,Mixed black line

  • Изменено
Related Discussions
...


hi,
IOS device loading spine.json/spine.atlas exception!
Android device loading spine.json/spine.atlas normal!
I don't know how to solve this problem.

thanks

It looks like a premultiplied alpha problem. I think some iOS stuff will premultiply your images for you, so maybe they are getting premultiplied twice. Maybe try using a non-premultiplied texture atlas for iOS, or find the build setting to turn off automatic PMA.

thanks! Perfectly solved my problem.