- Home /
Skyboxes painted with black spots in Unity 5
After upgrade to Unity 5, the areas which were bright white in Skybox are now painted black. Any ideas?
Answer by rkatos · Apr 07, 2015 at 12:31 AM
Here is what fixed it for me. Go find what skybox you are using. Search for it in your assets. You will see an error message: "This texture contains alpha, but is not RGBM (incompatible with HDR). Luckily, there is a 'Fix Now' button.
After hitting each 'Fix Now' the problem disappeared.
Thanks for the 'Fix Now' solution, it works for me :-)
Thanks for your "Fix Now" solution it also worked for me.
I have the "Fix Now" buttons but they are disabled somehow... any idea why?
Answer by MrSpoke · Apr 07, 2015 at 12:30 AM
Are you talking about the default Skyboxed from unity Standard Assets or your own custom made skybox? There is a new default skybox for any scene but the old system is still the same. Here.
And if you want to create your own skybox, here.
Don't forget: if you have a Skybox assigned to a Camera, make sure to set the Camera’s Clear mode to Skybox.
Hope it helps.
Your answer
Follow this Question
Related Questions
Unity terrain lights up at night 1 Answer
Change Lighting Skybox material unity5 1 Answer
Change skybox shader color smoothly 1 Answer
Skybox with animated clouds similar to UE4? 0 Answers
Custom procedural skybox 0 Answers