I just wanted to ask how to add the Unity Post Processing Effects to my FPS controller camera? I have imported the asset and created the profile. I have also attached the profile to my fps camera, but I don’t see any of the effects being applied .
I had the same issue and the answer made me face palm. You have to apply the post processing behavior script to the FirstPersonCharacter, not the FPSController. If you click the triangle next to FPSController, FirstPersonCharacter should be there.