Further reading
The following are some useful sources for the topics that were covered in this chapter.
Shader Graph online resources
The Unity documentation and third-party articles about Shader Graphs can be found online at the following links:
- Introduction to Shader Graph: https://docs.unity3d.com/Packages/com.unity.shadergraph@15.0/manual/Getting-Started.html
- The Shader Graph Example Library on GitHub: https://github.com/UnityTechnologies/ShaderGraph_ExampleLibrary
- Video Tutorial of Shader Graph from Unity Technology’s Andy Tough at GDC 2018: https://www.youtube.com/watch?v=NsWNRLD-FEI
- Unity’s Manual Page for the Universal Render Pipeline: https://docs.unity3d.com/Manual/com.unity.render-pipelines.universal.html
- Universal Render Pipeline tutorial from SyntxStudios: https://www.youtube.com/watch?v=KpTK-OraZ-g
- A tutorial on adding a glitter effect in Shader Graphs: https://danielilett.com/2021-11-06-tut5-19-glitter/ ...