Hello
I need to change sky from night to day smoothly. Is it possible to make smooth transition from one skybox to another?
Or is it any other way?
1 Answer
1There are some things in the Asset Store designed for just that. You might google for it, there might be some code floating around, but the good stuff is in the store.
I know about procedural sky generator. But we have really good sky textures and simple transition between them would be enough
– AzazeoIn that case: http://answers.unity3d.com/questions/7867/crossfade-between-skyboxes.html which points to this shader: http://unifycommunity.com/wiki/index.php?title=SkyboxBlended
– DaveA