How do you get rid of this white square in the middle of the screen?

I am working on making a 3d world, and when I place the camera where I want it to be and press play, there is a white square in the middle of the screen. How do I get rid of this, please help! Thank you!

It’s only when you enter play mode? It’s not always showing up in the Game view?

That looks very much like a default Image component. You probably have an Image in a canvas, either added accidentally, or maybe you have some script creating/adding one. Type “image” into the search bar on the hierarchy view to find it. If you added it accidentally, it’s probably safe to remove.

6639937--757777--upload_2020-12-19_10-18-57.png

5 Likes

Are you making a shooting game or something? Like dgoyette said looks like a image component - maybe you are just missing a texture. I thought maybe a reticle/crosshairs for aiming.

1 Like

I actually just want to use a director camera mode to try to make a movie scene. I plan to throw myself in the scene using a movie editor. Wow! Thank you much dgoyette! It was an image!