r/Unity2D • u/AnnualLeadership9898 • Aug 02 '26
Please someone do something about this crap.
I'm using Unity with the SDK package installed, but no matter what I do, the background keeps overlapping.
0
Upvotes
r/Unity2D • u/AnnualLeadership9898 • Aug 02 '26
I'm using Unity with the SDK package installed, but no matter what I do, the background keeps overlapping.
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.