Low Poly Terrain Shader for Unity
I managed to write a lowpoly shader for the built-in Unity terrain. The shadows were troublesome because I’m not using the URP (Universal render Pipeline) and I was writing the code and using macros that work with that renderer. Here’s the shader code: This is what I just…
Continue reading