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?
✗ Incorrect
Nodes perform functions or operations that define the shader's behavior.
Where do you connect nodes to create the final shader output?
✗ Incorrect
The Master Node collects all inputs and outputs the final shader result.
How can you change a shader’s color without editing the graph?
✗ Incorrect
Properties like color allow you to adjust shader inputs from the material inspector.
What is the main benefit of using Shader Graph?
✗ Incorrect
Shader Graph lets you build shaders visually, making it easier for beginners.
Which Unity feature lets you see how your shader looks while editing?
✗ Incorrect
The Preview pane shows a live view of the shader on a simple shape.
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.