UnityURPToonLitShaderExample
UnityURPToonLitShaderExample copied to clipboard
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
In an existing project and a blank project I just created for testing, the shader does not work as intended. Currently it is behaving like this: ``` ┌────────────────────┬──────────────────────────┐ │ Depth...
In some extreme conditions(eg. Very small FOV), the original GetOutlineCameraFovAndDistanceFixMultiplier will become too thin. Also, the atan() function to get FOV is actually unnecessary in this use case. (Mutiplying outline...
First of all, your tutorial shader is greatly appreciated. Thanks for your hard work. It's my first time to write a custom URP shader, so I'm trying to import your...