Search Unity

Question Post Processing stack v2 compile errors on import

Discussion in 'Editor & General Support' started by Comafly, Jan 23, 2021.

  1. Comafly

    Comafly

    Joined:
    May 30, 2014
    Posts:
    87
    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.
     
  2. Comafly

    Comafly

    Joined:
    May 30, 2014
    Posts:
    87
    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.
     
    Last edited: Jan 24, 2021
  3. Oziajm

    Oziajm

    Joined:
    Feb 12, 2022
    Posts:
    1
    Thank you so much <3