It seems like my game objects are disappearing behind my background. If I put in a coin, it disappears behind the background.
How do I fix that, so that the background actually stays in the background and so that objects do not disappear?
It seems like my game objects are disappearing behind my background. If I put in a coin, it disappears behind the background.
How do I fix that, so that the background actually stays in the background and so that objects do not disappear?
You probably need to adjust it’s sorting order:
I just tried changing all of the possible layers of both the coin and the background, and sadly it didn’t do anything.
Wait, never mind I figured it out…
Well you need to ensure the coin is in a layer in front of the background.
Make sure you’re changing the actual Sorting Layer (which in your screen shot, is currently hidden under the ‘Additional Settings’ foldout) and not the Layer drop down at the top next to it’s name, which is for the physics system.
And what was the actual problem for future readers?
The solution was, like you said, to select the coin, and then change the order layer where it says additional settings. I was trying to change the order layer in the top right corner.