Post Processing v2 Volume has no effect

Using unity 2018.3, I can’t seem to get post processing stack v2 to work.I have set up the game objects and layers correctly, but the only effect that works is the anti-aliasing from the PP-layer. Volumes have no effect.

When I create a new 3D project with extras, the pre-setup pp-volume works fine.

Do I need to install additional packages to fix my problem? Does PP v2 only work with certain rendering paths? What am I possibly missing?

You should have a PP Layer with your camera as the trigger, with the layer set to a separate Post Processing layer you have to manually create, then create a PP Volume in your scene, the object that has your PP Volume should also be on your Post Processing layer. On the Volume, check the ‘is global’ checkbox and set the weight and the priority to 1, then create a PP Profile in your project folder, and set the PP Volume to use the Profile you just made. Finally, add overrides to your volume to apply PP effects. For me it seems best to set your rendering path to ‘use graphics settings’ as that should work best in most situations.