Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The character on the left is on the same layer and sorting layer as your PF Player. Any idea, why I got this issue with the grass?

I also asked on reddit: https://www.reddit.com/r/Unity2D/comments/z92rwp/layer_or_sprite_problem/

(+1)

The scene also use a Transparancy Sort Mode with axis [0,1,1].

So the character's position also affects its sorting.


Check if your character's sprite pivot is at its bottom.

And at your the [Sprite Render] of your character, the [Sprite Sort Point] should be set to [Pivot].

THANK YOU!

This totally drove me crazy for the last few days. My pivot was set to center... Thanks again!