Recall & Review
beginner
What are post-processing effects in Unity?
Post-processing effects are visual filters applied after the scene is rendered to enhance the final image, like adding bloom, color grading, or blur.
Click to reveal answer
beginner
How do you enable post-processing effects in a Unity project?
You add a Post-process Volume component to a GameObject and assign a Post-process Profile with desired effects. Also, ensure the Post-processing Layer is set on the camera.
Click to reveal answer
beginner
What is a Post-process Profile in Unity?
A Post-process Profile is an asset that stores a collection of post-processing effects settings, like bloom intensity or color grading parameters.
Click to reveal answer
beginner
Name three common post-processing effects used in Unity.
Bloom (makes bright areas glow), Ambient Occlusion (adds soft shadows in corners), and Color Grading (adjusts colors and contrast).
Click to reveal answer
beginner
Why is it important to use post-processing effects carefully?
Because too many or heavy effects can slow down the game and make visuals look unnatural or distracting.
Click to reveal answer
Which component must be added to a GameObject to apply post-processing effects in Unity?
✗ Incorrect
The Post-process Volume component holds the post-processing effects settings and applies them within its area.
What does the Bloom effect do in Unity post-processing?
✗ Incorrect
Bloom makes bright parts of the image glow softly, enhancing lighting effects.
Where do you assign the Post-processing Layer in Unity?
✗ Incorrect
The Post-processing Layer component is added to the camera to tell it to use post-processing effects.
What is the purpose of Color Grading in post-processing?
✗ Incorrect
Color Grading changes the colors and contrast to create a mood or style.
What can happen if you use too many post-processing effects?
✗ Incorrect
Heavy use of effects can slow down the game and reduce frame rates.
Explain how to set up post-processing effects in a Unity scene.
Think about the components and assets involved.
You got /4 concepts.
Describe three common post-processing effects and their visual impact.
Focus on how each effect changes the image.
You got /3 concepts.