Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

PostProcessVolume being destroyed

Discussion in 'General Graphics' started by amateurhr, Sep 9, 2020.

  1. amateurhr

    amateurhr

    Joined:
    Jun 28, 2013
    Posts:
    24
    We've run into a situation where the Unity console generates a whole list of errors like so:

    MissingReferenceException: The object of type 'PostProcessVolume' has been destroyed but you are still trying to access it.

    The only temporary fix is to remove PostProcess from Package Manager and then reinstall. This doesn't last long before Unity gets back into this state. Even more infuriating is that it happens consistently on some computers and not on others.

    Any ideas?
     
  2. cspid

    cspid

    Joined:
    Apr 25, 2014
    Posts:
    32
    Seconded, this is driving me nuts.
     
  3. JacksparrowPhillip

    JacksparrowPhillip

    Joined:
    May 22, 2019
    Posts:
    14
    did u have multiple cameras in a scene and they all have PP layer and Volume? all of their PP layer have to set to the same layer otherwise it will trigger the error.
     
  4. Spongyfall

    Spongyfall

    Joined:
    Jul 24, 2020
    Posts:
    2
    Anyone have a fix to this?