Going further
If you’re curious about the fundamentals of writing URP shaders, here are a few interesting resources to check out or continue your journey with:
- URP official documentation: https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@10.10/manual/index.html
- Official GitHub repository of the URP library: https://github.com/Unity-Technologies/Graphics/blob/master/Packages/com.unity.render-pipelines.universal
- Universal Render Pipeline in Unity 2019 – Overview & Tutorial, Unity (2019): https://www.youtube.com/watch?v=m6YqTrwjpP0
- Evolving game graphics with the Universal Render Pipeline | Unite Now 2020, Unity (2020): https://www.youtube.com/watch?v=Bvl9rCVbMas
- Unity Basics - Shader Code in URP, D. Ilett (2021): https://danielilett.com/2021-04-02-basics-3-shaders-in-urp/
- Writing Shader Code in Universal RP (v2), Cyanilux (2021): https://www.cyanilux.com/tutorials/urp-shader-code/