0
0
Unityframework~5 mins

Shader Graph basics in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Shader Graph in Unity?
Shader Graph is a visual tool in Unity that lets you create shaders by connecting nodes instead of writing code. It makes shader creation easier and more accessible.
Click to reveal answer
beginner
What is a node in Shader Graph?
A node is a building block in Shader Graph that performs a specific function, like math operations, textures, or colors. You connect nodes to define how the shader looks and behaves.
Click to reveal answer
beginner
How do you preview your shader in Shader Graph?
You can preview your shader in the Shader Graph window using the Preview pane, which shows how the shader looks on a simple 3D shape like a sphere or cube.
Click to reveal answer
intermediate
What is the Master Node in Shader Graph?
The Master Node is the final node in Shader Graph that outputs the shader’s result. It defines the surface type, blending, and other key shader properties.
Click to reveal answer
beginner
How can you use properties in Shader Graph?
Properties let you add inputs like colors, textures, or numbers that you can change outside the graph, for example in the material inspector, to customize the shader without editing the graph.
Click to reveal answer
What does a node in Shader Graph represent?
AA texture image
BA 3D model in the scene
CA script file
DA function or operation in the shader
Where do you connect nodes to create the final shader output?
AMaster Node
BTexture Node
CInput Node
DOutput Panel
How can you change a shader’s color without editing the graph?
ABy changing the node connections
BBy using a color property
CBy editing the Master Node code
DBy restarting Unity
What is the main benefit of using Shader Graph?
ACreate shaders visually without coding
BWrite shaders faster in C#
CImport 3D models
DAnimate characters
Which Unity feature lets you see how your shader looks while editing?
AHierarchy panel
BConsole window
CPreview pane
DProject window
Explain how nodes work together in Shader Graph to create a shader.
Think of nodes like puzzle pieces that fit together to build the final image.
You got /3 concepts.
    Describe how properties improve shader flexibility in Shader Graph.
    Properties are like knobs you can turn to change the shader’s look easily.
    You got /3 concepts.