Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Game Development How to Make a Video Game The Unity Editor and Scene Setup Image Effects and the Asset Store

The Post Processing Behavior will not show up no matter what i do in the component section.

No matter what I do the Post Processing Behavior will not show up. I have tried deleting and re-importing but that does not seen to work so I am very confused.

Same i did everything I even deleted the thing and re-downloaded it, so does anyone know how this thing works> Please:)

6 Answers

Nick Pettit
STAFF
Nick Pettit
Treehouse Teacher

Hi everyone,

Sorry for the slow reply. Did you have any luck figuring this out yet? You may want to try restarting Unity after importing; sometimes that can help. Also, make sure that you're running the latest version of Unity.

having the same issues even after updating, restarting and re-instaling the addon

Matthew Pingel
Matthew Pingel
4,549 Points

Having the same issue after restarting and making sure i'm running the latest Unity build.

I'm also having the same issue!!

ok i fixed the issue since it's visible on build errors . You need to edit 2 files in my case. You can find the codes below:

filename: WaterHouseParticles.cs filename: CrossPlatformInputInitialize.cs

code paste: https://gist.github.com/fuzunspm/e46415c78d21dd437849ae0c30b734ea

edit: i also drag&drop PostProcessingBehaviour.cs file from the project pane to the Main Camera to add as a component

Restarting helped!