Hey guys, kindof new to Unity I can script but i was just wondering if there’s a way to fade the skybox to a solid color using a script Thanks
You could try this shader from the wiki:
It has a “tint” parameter which should make it possible to fade to a solid color.
Thanks so much!