Search Unity

I can't set a layer for post process effects.

Discussion in 'Image Effects' started by Rioneer, Sep 30, 2018.

  1. Rioneer

    Rioneer

    Joined:
    Nov 27, 2013
    Posts:
    52
    I have added both the "post process layer" and "post process volume" components to my camera and created two layers called PostProcess and NonPostProcess. After that I set the volume blending layer to PostProcess.

    However it doesn't do anything. The bloom effect is still applied to objects which have the NonPostProcess layer. Am I missing something? I simply want the bloom effect to be applied to objects that have the PostProcess layer selected.
     
  2. LennartJohansen

    LennartJohansen

    Joined:
    Dec 1, 2014
    Posts:
    2,394
    Post procesing effects are full screen and can not be set by layers. The layer setting in the post processing system is for the component to find post processing volumes in the scene.
     
  3. Rioneer

    Rioneer

    Joined:
    Nov 27, 2013
    Posts:
    52
    Oh man, I'll have to come up with a new approach then. Thanks.
     
  4. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Bloom is eliminated purely by managing your PBR materials. It's a physically based bloom. Try reducing emission if it's used, do some tests in a fresh scene to find the right balance.
     
  5. AwesomeAlexx

    AwesomeAlexx

    Joined:
    Jan 30, 2016
    Posts:
    18