How do i move a game object in front of another one 2D?

I have a white square to fill up the background white, and a game object which is meant to be in front of it. Is there a shortcut or button to get it to ‘come forward’ in front of other things. If not a shortcut, how can i sort them by layers or some other method?
This is 2D by the way.

2 Likes

If you are using a sprites, then there is a button “Sorting Layer”. You can create your own layer. 60693-untitled.png

Also, you don’t need a white cube behind object, you can easily change a background color to white in camera.

P.S. Ooops, just saw a date D: But whatever.

I set an object’s sort layer to higher than another’s but it’s still appearing below, what am I doing wrong?,I placed an object higher in the list than another but it’s still not appearing above it, is there a reason for this?