This has been bugging me for close to forever, so I'd like to be informed of how I fix this...

See my picture? The image on the left is how I want my project to look though the image on the right is how it looks now. I would like it after I build I get the image on the right.

I know this is a simple question so let your answer be simple too. Please.

Hello @Brian-Washechek ,

This is what you’re seeing:

I hope my answer to be simple as you want :wink:

You can switch between views by using the tab controls that appears on the upper part of your views with the names Scene and Game respectively.

I also hope that this information will give you a better understanding of how the Unity Editor works.

Good luck with your project!

I sounds to me like you’re wondering why you are seeing a different screen when you build your project? Since it’s showing a different scene, my guess is that you probably have multiple scenes in your project, but the one you are working on is not included in Build Settings. Also note that Unity launches with the first scene in that list.

Different scenes are open on your screenshots. Gameplay.unity scene on the left and untitled scene on the right.

The right scene has nothing in it, except camera, by the way.