Search Unity

[PPS2] Layering

Discussion in 'Image Effects' started by Wattosan, May 14, 2018.

  1. Wattosan

    Wattosan

    Joined:
    Mar 22, 2013
    Posts:
    460
    Hello,

    I am trying to include some gameobjects (with mesh renderers) in the post processing process by putting them on a custom layer. Rest of the objects are on the default layer.

    I set the Post Process Layer component's Volume Blending Layer setting to my custom layer. However this seems to have no effect, as for example, ambient occlusion is still applied to everything on the default layer as well.

    I would like the post process to have effect only on the gameobjects with a specific layer.

    Using Unity 2017.3.0f3 and Post Processing Stack v2.

    Thanks!