Question by
avrame · Sep 05, 2018 at 08:11 PM ·
shaderskyboxfadetransition
Best way to transition between two skybox textures
I'd like to achieve a smooth transition between two skybox textures. I.E. we start out with texture 1 as the skybox at full opacity. As texture 1 fades out, texture 2 fades in until texture 2 is the new skybox at full opacity. Ideally, the amount of blending between the two textures can be set through a C# script. I'm guessing I'll need to write a custom skybox shader to do this.
Comment