Search Unity

Post process volume trigger

Discussion in 'Image Effects' started by Marc-Saubion, Oct 19, 2018.

  1. Marc-Saubion

    Marc-Saubion

    Joined:
    Jul 6, 2011
    Posts:
    655
    Hi.

    I'd like to add more effects to my post process volume, like an underwater sound or custom visual effects. Is there any exposed parameter so I would know how much said volume is used and add some things through script?

    Thanks.
     
  2. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,874
    You can use OnTriiggerStay,Enter or Exit function in scripting
    Just add an box collider with trigger option into your volume game object