Unity Shader Graph: How to Create a PBR ShaderThis article gives you everything you need to make a PBR shader using the Shader Graph in Unity 6Michael Quinn·Added Aug 13, 2024·6 min readMichael Quinn·Added Aug 13, 2024·6 min read
Unity Shader Graph: Creating a Custom Specular ShaderIn the last article we dove into the Lambert light model and created a custom diffuse shader. In this article we are going to use the…Michael Quinn·Added Jun 27, 2023·6 min readMichael Quinn·Added Jun 27, 2023·6 min read
Unity: How to Edit Shader Graph Variables Through ScriptsIn this article we are going to show how we can edit a shader using a C# script during runtime. When working with shaders we can do almost…Michael Quinn·Added Jun 22, 2023·6 min readMichael Quinn·Added Jun 22, 2023·6 min read
Unity Shader Graph: Creating a Custom Diffuse ShaderCreating a custom URP diffuse lit shaderMichael Quinn·Added Jun 20, 2023·7 min readMichael Quinn·Added Jun 20, 2023·7 min read
Unity Shader Graph: Creating Your First ShaderThis article will step you through everything you need to know to create a basic one colored shader using the Unity Shader Graph. If you…Michael Quinn·Added Jun 16, 2023·6 min readMichael Quinn·Added Jun 16, 2023·6 min read
Unity Shader Graph: Getting StartedShaders are the backbone to displaying everything. The Shader Graph is Unity’s answer to creating a visual and intuitive way to create…Michael Quinn·Added Jun 16, 2023·5 min readMichael Quinn·Added Jun 16, 2023·5 min read