I was having trouble for a while coming up with an interesting enough shader topic for this blog post, and then Ronja (whose tutorials you should absolutely check out btw) suggested a neat thing with which I had some experience: Color grading with Look-up textures (hereafter mentioned as LUTs). I had to implement a custom …
Hi there. This is a quite different tutorial post than what you’re probably used to. As the featured image suggests, this shader is about making realistic stock images of people surfing with Unity’s shader file icon as a head. It’s oddly specific, but you’d be surprised how many people actually asked for this. Ok, enough …
I promised it and now I’m delivering it: The spherical mask as a post-processing effect. As I mentioned in the spherical mask dissolve post, and many other posts before that, I am super lazy. I don’t like having to apply an effect to a bunch of different materials and them to a bunch of different …
It’s been a while since I made a post about an image effect (over 6 months actually, wtf). So here’s an oddly specific one: Radial blur! It’s a simple and straightforward implementation of that effect, but it’s actually amazingly useful and can offer a lot to the look and feel of your game. It can …