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: What is a Namespace?Namespaces are incredibly important and a fundamental concept in computer science. Without namespaces we would always be in danger of…Michael Quinn·Added Jul 3, 2023·6 min readMichael Quinn·Added Jul 3, 2023·6 min read
STUPID Versus SOLID ProgrammingSOLID is an acronym that stands for the five fundamental concepts in software design. Similarly STUPID is also an acronym that stands for 6…Michael Quinn·Added Jun 28, 2023·4 min readMichael Quinn·Added Jun 28, 2023·4 min read
Unity: Creating and Destroying ObjectsIn Unity, creating(Instantiating) and destroying objects are simple to accomplish but come with some issues when done too much.Michael Quinn·Added Jun 28, 2023·3 min readMichael Quinn·Added Jun 28, 2023·3 min read
Variables: The Boxes For DataVariables are the boxes that hold the data. They are how you can capture, compute, and compare data of different types and sizes.Michael Quinn·Added Jun 28, 2023·3 min readMichael Quinn·Added Jun 28, 2023·3 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