0
0
Unityframework~5 mins

Bloom and color grading in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AThe overall color temperature
BThe sharpness of textures
CBright areas to create a glowing effect
DThe camera's field of view
Which setting controls when Bloom starts to glow based on brightness?
AContrast
BIntensity
CSaturation
DThreshold
Color Grading can be used to:
AChange the scene's color mood
BAdd motion blur
CIncrease frame rate
DAdjust camera zoom
To use Bloom in Unity, you need to add:
AA Camera script
BA Post-Processing Volume with Bloom enabled
CA Light component
DA Rigidbody component
Which Color Grading adjustment makes colors more vivid?
ASaturation
BVignette
CExposure
DContrast
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.