0

I have two Sprites, where one is layer 3 and the other layer 4. For some reason the lower vertical half of the layer 4 Sprite hides behind the layer 3 Sprite. As images show.

enter image description here

enter image description here

This is my QC composition:

enter image description here

Does anyone have any idea of why this is happening?

AndroidHustle
  • 1,794
  • 5
  • 24
  • 47

1 Answers1

0

It could be a result of depth testing being on. If you don't want the position of the Sprite to determine the on screen visibility try setting Depth Testing to None on your Sprites.

s4l4x
  • 148
  • 6