Hi everyone,
How can we perform this nice transition effect in unity :
Thanks.
Hi everyone,
How can we perform this nice transition effect in unity :
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!