I am making a 2D game and whenever my player turns to the left it shows the layer at the back of my tilemap.
I think you’re turning the background, rather than your player. Impossible to know without seeing the code
There is no code as I’m using the Paper 2D plugin. I’ve checked the layer’s and they all seem to be in the correct position.
1 Like
Is the cameras rotation relative to the player character? Looks like it rotates with the char and than you see from the other side.
1 Like
Ah, could be that. Don’t rotate the actor, just the sprite component.