0
0
Unityframework~5 mins

Unlit vs lit shaders in Unity - Quick Revision & Key Differences

Choose your learning style9 modes available
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?
AUnlit shader
BLit shader
CStandard shader
DPBR shader
What effect does a lit shader add to an object?
AFlat color with no shading
BInvisible rendering
CNo texture
DLighting, shadows, and highlights
Which shader is better for UI elements that should not change with lighting?
ALit shader
BTransparent shader
CUnlit shader
DPost-processing shader
Why might you choose an unlit shader over a lit shader?
ATo improve performance and keep colors flat
BTo add realistic shadows
CTo simulate reflections
DTo enable dynamic lighting
Which shader type typically requires more GPU power?
AUnlit shader
BLit shader
CUI shader
DSprite shader
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.