Recall & Review
beginner
What is an unlit shader in Unity?
An unlit shader is a shader that does not respond to lighting in the scene. It displays colors or textures exactly as they are, without shading or shadows.
Click to reveal answer
beginner
What is a lit shader in Unity?
A lit shader calculates lighting effects like shadows, highlights, and reflections based on the scene's lights and material properties.
Click to reveal answer
intermediate
When should you use an unlit shader?
Use unlit shaders when you want flat colors or textures that don't change with lighting, such as UI elements, sprites, or stylized graphics.
Click to reveal answer
intermediate
How does a lit shader affect performance compared to an unlit shader?
Lit shaders require more calculations for lighting and shadows, so they usually use more processing power and can reduce performance compared to unlit shaders.
Click to reveal answer
beginner
Name one key visual difference between unlit and lit shaders.
Unlit shaders show colors without shading or shadows, while lit shaders show shading, highlights, and shadows that make objects look 3D and realistic.
Click to reveal answer
Which shader type ignores scene lighting in Unity?
✗ Incorrect
Unlit shaders do not respond to lighting and display colors as-is.
What effect does a lit shader add to an object?
✗ Incorrect
Lit shaders calculate lighting effects to make objects look realistic.
Which shader is better for UI elements that should not change with lighting?
✗ Incorrect
Unlit shaders keep colors consistent regardless of lighting, ideal for UI.
Why might you choose an unlit shader over a lit shader?
✗ Incorrect
Unlit shaders are simpler and use less processing, improving performance.
Which shader type typically requires more GPU power?
✗ Incorrect
Lit shaders calculate lighting and shadows, which uses more GPU resources.
Explain the main differences between unlit and lit shaders in Unity.
Think about how lighting affects the appearance of objects.
You got /4 concepts.
Describe scenarios where you would prefer to use an unlit shader instead of a lit shader.
Consider when lighting effects are not needed or wanted.
You got /4 concepts.