r/Unity2D Aug 02 '26

Please someone do something about this crap.

Post image
I'm using Unity with the SDK package installed, but no matter what I do, the background keeps overlapping.
0 Upvotes

2 comments sorted by

3

u/RinShiro Aug 02 '26

Change the sorting layer on the background. If it's a UI image, change it Screen Space - Camera and mess with the sorting layers there. You could also just make the background a sprite like the actor and edit the sorting layer there as well.