Fade out shader tutorial
Today we’re going to be figuring out how to make a fade out shader that can fade out to a certain point of the screen. I’m assuming you’ve read previous tutorials and know basics by now. Create ...
Today we’re going to be figuring out how to make a fade out shader that can fade out to a certain point of the screen. I’m assuming you’ve read previous tutorials and know basics by now. Create ...
The shader contains the following features: distortion, reflection, shoreline foam, and waves. We already covered distortion in the previous tutorial about invisibility shader, so all we need is ...
This tutorial is going to be a little bit different. We’re going to have a complete shader from the start and we’ll be trying to figure out how to manipulate tiling and offset to achieve the desi...
This shader simulates an effect of a shockwave, something that is usually used with explosions. In theory it’s a rather simple effect – we just need to use a texture that defines the distorted a...
This shader is a dissolve shader with some modifications – we want the part that is transparent in the dissolve shader to have the color of the background with some distortion applied to it. Let...
Dissolve shader is probably one of the commonly used ones, there are a lot of tutorials online about it. This one is aimed at beginners and I’ll try to go into as much detail as possible into wha...