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:
4 Likes
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
2 Likes
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.
20 Likes
you are a life saver thanks. You even knew the process at which i messed up xD
2 Likes
Thanks random stranger from the internet, that solved it for me
2 Likes
thanks a ton, you saved my game 
1 Like
Thanks Speed You Are like god
I tried it still it hasn’t solved my problem. Been stuck for a week now.
Thanks bro, you’ve saved my life :3
Or maybe its just Culling Mask under rendering in the Camera Object, just pick all or whatever needed.
That’s what work for me at least.