Creating a simple Unity diffuse shader with shadow support
I recently came across a scenario where I needed a simple Unity diffuse shader (similar to Legacy/Diffuse), but with support for shadows in forward rendering. Admittedly I’m fairly new to the world of shader programming so I figured I would try to save myself some time by dropping in an …