Search Unity

How to change noise in freelook camara

Discussion in 'Cinemachine' started by mantaka35, Apr 5, 2021.

  1. mantaka35

    mantaka35

    Joined:
    Sep 29, 2017
    Posts:
    9
    I used to change noise in a Normal Cinemachine VirtualCamara but for unity Freelook camera with Top, bottom, and middle rig the noise changing is different. Can someone help me with changing noise via script of the Freelook camera?
     
    Gryflir likes this.
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,728
    You can access each of the FreeLook's rigs with freeLook.GetRig(int index). It returns a vcam, for which you already know how to change the noise.
     
    Gryflir and mantaka35 like this.
  3. mantaka35

    mantaka35

    Joined:
    Sep 29, 2017
    Posts:
    9
    Ohh thanks a lot have been stuck on this for ages.The documentations also does not show anything like this