Skip to main content

Sprite images rendering on top of other sprites when they shouldnt be

This could be because shaders in WebGL are handled differently to shaders in Unity.

Possible solution:

  • For the sprite you wish to be rendered on top, change the renderer queue number in the shader settings to be higher than the shader for the sprite which is supposed to be underneath.

images-small