Sprites keep disappearing when rotation them or looking for certain camera angles

Hi, I am facing this weird issue in which my sprites keep disappearing when rotation them or looking for certain camera angles.
Both the sprites the red background sprite and the light red sprite are at the same layer with different draw order - red background sprite at draw order 1 and light red sprite at draw order 4.
The z position is also different for both.
Can someone help me how to fix this.


Hi @Arjun_Sankhala,

If the issue is the sprites disappearing when increasing the view angle, then most likely it’s Z fighting. Can you increase a the Z distance between the too elements further and see if that fixes it?

@Leonidas thanks for reply. It kind of fix the issue.
But both of these sprites are a part of a card so i need the less distance between background elements and foreground elements. That’s why i cannot increase the z position too much.
Is there any other way of fixing this issue?