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:
- Moving the camera to different places
- Changing the skybox
- Changing the color of the directional light
None of these things fixed it. Here is an image of the skybox in play mode:
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