Firstborn/Library/PackageCache/com.unity.postprocessing@3.2.2/Documentation~/index.md

16 lines
671 B
Markdown
Raw Normal View History

2023-03-28 13:24:16 -04:00
## Post Processing Stack v2 overview
Post-processing is a generic term for a full-screen image processing effect that occurs after the camera draws the scene but before the scene is rendered on the screen. Post-processing can drastically improve the visuals of your product with little setup time.
You can use post-processing effects to simulate physical camera and film properties.
For information about requirements and compatibility, see section [Requirements](requirements.html).
The images below demonstrate a scene with and without post-processing:
![Without post-processing](images/home-before.png)
</br>
![With post-processing](images/home-after.png)
</br>