Recall & Review
beginner
What is Bloom in Unity's post-processing?
Bloom is a visual effect that makes bright areas of the scene glow, creating a soft light spread that mimics how cameras capture bright lights in real life.
Click to reveal answer
beginner
What does Color Grading do in Unity?
Color Grading adjusts the colors and tones of the entire image to create a mood or style, like making the scene warmer, cooler, or more dramatic.
Click to reveal answer
beginner
How do you enable Bloom in Unity's Post-Processing Stack?
Add a Post-Processing Volume to your scene, create a new Post-Processing Profile, then add the Bloom effect and enable it by checking its box.
Click to reveal answer
intermediate
What is the role of Threshold in Bloom effect?
Threshold sets the brightness level where Bloom starts to appear. Only pixels brighter than this value will glow.
Click to reveal answer
beginner
Name two common adjustments you can make with Color Grading.
You can adjust Temperature to make colors warmer or cooler, and Saturation to make colors more or less intense.
Click to reveal answer
What does the Bloom effect primarily affect in a scene?
✗ Incorrect
Bloom makes bright parts of the image glow softly, enhancing light sources.
Which setting controls when Bloom starts to glow based on brightness?
✗ Incorrect
Threshold defines the brightness level above which Bloom is applied.
Color Grading can be used to:
✗ Incorrect
Color Grading changes colors and tones to set mood or style.
To use Bloom in Unity, you need to add:
✗ Incorrect
Bloom is part of the Post-Processing effects applied via a Volume.
Which Color Grading adjustment makes colors more vivid?
✗ Incorrect
Saturation controls how intense or dull colors appear.
Explain how Bloom and Color Grading work together to improve a game's visual style.
Think about how light and color affect the feel of a scene.
You got /4 concepts.
Describe the steps to enable and customize Bloom in a Unity scene.
Start from adding the volume component.
You got /4 concepts.