How to Use Post Processing | Unity 3D

Chelsea Cruise
2 min readSep 16, 2021

Post Processing allows us to apply image effects and filters to our video games. It’s like a Photoshop for your game!

To get started, go to Window > Package Manager > Scroll until you find Post Processing. Install the package if it’s not already.

Create an empty Game Object in your hierarchy called Post Processing.
Within the empty game object go to add component > Post Process Volume.

Next, create a new layer name PostProcessing.

Finally, in your Main Camera go to add component > Post-Process Layer.
Set the layer to the one we just created, Post Processing.

Now you’ll be able to go into the Post Processing Game Object and change the values to do really cool things to your game scene and change it however you would like! Just like the scene I created as an example, the top is without post and the bottom is with. Enjoy!!

--

--

Chelsea Cruise

Unity Developer, Software Engineer, Game Designer, Graphic Artist