How to fix this prodruting sprites?

Hi, at the start sorry for my bad English. I am making a map for my game and I added some grass, cactuses, etc. and I have a problem, sometimes some sprites are prodruting through my platforms and this doesn’t look good. How to fix that? Changing the Y location of sprite didn’t help :confused: These platforms are dimension of 32x16 pixels

Hey, your english is perfectly fine :slight_smile:
And regarding your issue, I think that is some translucency depth sorting issue. Not sure if this is gonna help, but try this:

Go to your project settings, select Renderering and change your Translucent Sort Policy to Sort Along Axis and set the axis to 0,-1,0 like in the following screenshot.

Thank you a lot!! :smiley: It works :))