Nice transition effect

Hi everyone,

How can we perform this nice transition effect in unity :134511-escape-room-transition-3.png

Thanks.

I’d imagine you would use a shader. I’ve never made shaders before, and I have tried, but I think I understand how to make this one. First, make a grayscale texture that is made by combining a gradient from the bottom left to the top right with a triangle wave rippling effect, also from bottom left to top right. Then, the texture is used as alpha input for a simple dissolve shader. Hope this helps!