• Runtimes
  • Artefacts around sprite on Unity after impot

Related Discussions
...

Hello guys,
So I'm importing my animations from Sprite making sure that Premultiply alpha is checked and that in Unity, the texture has Alpha is Transparency checked and the format is not compressed

Image supprimée en raison de l'absence de support de HTTPS. | Afficher quand même


Image supprimée en raison de l'absence de support de HTTPS. | Afficher quand même

Still, I'm getting artefacts in the transparent part of my sprites. Any idea as to what could be the reason?
Thanks!

Image supprimée en raison de l'absence de support de HTTPS. | Afficher quand même

What you're seeing is Bleed. But it's being applied by Unity.

In Unity, uncheck Alpha Is Transparency. That checkbox applies Bleed to the image on import.
That's not what you want when you're using the Spine/Skeleton shader.

Thank you, Pharan.
Don't know what got in my mind that that need to be checked.

Bleed is a good thing if you don't use premultiply alpha. But Spine/Skeleton does.