Skybox appears fully yellow when in play mode

Hello,
I have recently started a new project. I have made the script that allows the player to look around, tried testing it but for some reason the skybox appears fully yellow which is kinda pissing me off. I haven’t changed anything about the graphics or the skybox. Things I have tried:

Can you show what it look like outside of play mode?
Maybe you’re just seeing what the game view looks like (which gets focused upon entering play mode)

Also check if your camera background type is solid color

When you change the Render Type to “Overlay” onto the inspector of the camera and go back to “Base”, the Background Type change by itself to “Uninitialized” (in the Environment section, a little lower on your inspector). So you need to switch it to “Skybox” or “Solid Color”.

I think it’s a bug of Unity, which do not save your default/previous background type selection.

3 Likes

you are a life saver thanks. You even knew the process at which i messed up xD

1 Like

Thanks random stranger from the internet, that solved it for me

1 Like

thanks a ton, you saved my game :slight_smile: