Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

URP Shader Templates

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.

About

Starter templates for custom URP shaders with fog and shadow support.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages