Post effects
Post effects are usually applied after your game has completed the rendering of a frame, but before the UI is drawn. You can use post effects to tune or embellish an image — for example, by producing a more natural, realistic look, or creating stylized cinematic effects. Post effects are usually applied to an image. This means they have no connection with vertices or meshes. They only work with the color values of each pixel (and sometimes their depth). Typically, you set up a post effect by specifying:
- extend the system to create your own color transform effects.
Note
depth of field, ambient occlusion, and local reflections ̶ nullify MSAA (multisample anti-aliasing).Add or edit a post effect
graphics compositor. - Asset View (in the bottom pane by default), double-click the Graphics Compositor asset. The graphics compositor editor opens.
- Post-processing effects node.
Tip
Create > post-processing effects to create one. On the new forward renderer node, on the PostEffects slot, click and drag a link to the post-processing effects node. - Property Grid (on the right by default), enable the post effects you want to use and configure their properties.
For details about each post effect and its properties, see the pages below.
In this section
- Anti-aliasing
- Ambient occlusion
- Bloom
- Bright filter
- Color transforms
- Film grain
- Gamma correction
- ToneMap
- Vignetting
- Custom color transforms
- Depth of field
- Lens flare
- Light streaks
- Local reflections
See also
- Graphics compositor
