Search Unity

Multiple cameras using the same image effect

Discussion in 'Shaders' started by MJonee, Jun 24, 2020.

  1. MJonee

    MJonee

    Joined:
    Oct 19, 2013
    Posts:
    20
    Is it possible to apply an image effect to a scene that is rendered by multiple cameras?
     
  2. Namey5

    Namey5

    Joined:
    Jul 5, 2013
    Posts:
    188
    You would need to apply the effect to every camera. If you wanted all cameras to use the same effect controllable externally you would need to use the post-processing stack (which lets you define global/regional post-processing separate from cameras).