orels1 / orels-Unity-Shaders

A collection of practical Unity shaders for your next project
https://shaders.orels.sh
Other
174 stars 14 forks source link

Migrated to URP-style includes and functions #82

Closed orels1 closed 2 weeks ago

orels1 commented 2 weeks ago

To make transition to URP-backed template easier in the future - I migrated as much individual shader code to URP-style includes as I could.

The bulk of the code is based on BiRPtoURP.cginc by Error.mdl.

I added some little extras for Light and Depth sampling to unify those as well