Recall & Review
beginner
What is a material in Unity?
A material in Unity defines how a surface looks by combining a shader with textures and color properties. It controls the appearance of 3D objects.
Click to reveal answer
beginner
What role do textures play in materials?
Textures are images applied to materials to add details like color, patterns, or bumps, making surfaces look more realistic.
Click to reveal answer
beginner
How do you assign a material to a 3D object in Unity?
You drag the material onto the 3D object in the Scene or Inspector, or assign it via script using the Renderer component's material property.
Click to reveal answer
intermediate
What is a shader in the context of materials?
A shader is a small program that tells the computer how to draw the material on the screen, controlling light, color, and texture effects.
Click to reveal answer
beginner
Name two common texture types used in Unity materials.
Diffuse (or Albedo) texture for base color, and Normal map texture for simulating surface bumps and details.
Click to reveal answer
What does a material in Unity primarily control?
✗ Incorrect
Materials define how a 3D object looks by controlling colors, textures, and shaders.
Which component do you use to change a material via script?
✗ Incorrect
The Renderer component controls the material shown on a 3D object.
What is the purpose of a normal map texture?
✗ Incorrect
Normal maps create the illusion of bumps and depth without changing the shape.
How do you apply a texture to a material in Unity?
✗ Incorrect
Textures are assigned by dragging them into the material's texture slots like Albedo.
Which of these is NOT a function of a shader?
✗ Incorrect
Shaders control visual effects, not object movement.
Explain how materials and textures work together to create realistic surfaces in Unity.
Think about how a painting uses both paint and brush strokes to create an image.
You got /3 concepts.
Describe the steps to assign a new material with a texture to a 3D object in Unity.
Imagine dressing up a doll: pick clothes (material), decorate them (texture), then put them on the doll (object).
You got /3 concepts.