[SOLVED] 2D Screen Appearing Underneath other Objects

Hello! For some reason my 2D screen appears underneath my other assets. How do I fix this?

Here’s the link to the project!

Hi @milkycrumb,

For UI elements the render order is from top to bottom as the entities appear in the scene hierarchy.

Try ordering your 2D screen to be last and that will fix it:

image

2 Likes

That worked! Thank you so much! :smiling_face:

1 Like