Unity doesn’t provide ready-made shader templates for the Universal Render Pipeline (URP), so I created this repository to fill the gap. It currently includes:
-
Unlit Shader – with built-in fog support
-
Lit Shader – implementing Lambertian lighting with fog and shadow support. This works in Forward+ and Forward Rendering.
-
Multi Light Lit Shader - a lit shader that allows switching between Lambertian, Blinn-Phong and PBR.
These templates are a starting point for creating custom URP shaders without having to set up all the boilerplate from scratch. I plan to add more templates as I create them, so the collection will grow over time.
Feel free to use or adapt these templates for your own projects.