Post Processing stack v2 compile errors on import

Hi all. I was working on a project when Unity just suddenly hard crashed to the desktop. I wasn’t doing anything in Unity at the time - I was in Blender doing some 3D modelling. Upon reopening my project in Unity, I was greeted with a massive list of errors regarding the post-processing stack.

If I remove the PP v2 package from my project, all of the errors disappear. If I try to reimport the package in to my project, the errors pop back up.

Importing the PPv2 in to a new project works fine, but obviously I’d rather not have to do that and re-setup all of my scenes, objects, settings, etc.

Hoping to get a little help with this one. Cheers.

For anyone else stumbling across this issue, here’s how I resolved it:

  • Uninstall the Post-Processing stack from your project.
  • Save and exit your project
  • Delete the ‘Library’ folder from your project’s directory
  • Open Unity Hub
  • Install the latest version of Unity
  • Open your project with the latest version of Unity
  • Reinstall the Post-Processing stack

That seems to have cleared up any issues the project had with importing the package.

Thank you so much <3