Search Unity

controlling the volume of an audio source that is not controlled by timeline.

Discussion in 'Timeline' started by ewanuno, Sep 18, 2019.

  1. ewanuno

    ewanuno

    Joined:
    May 11, 2017
    Posts:
    58
    i want to control the volume of an audio source that is not inside my timeline.

    i do not want the audioclip to stop and start with the Timeline, i only want to control its volume.

    do i need to create a custom track type to do this? ( i need to control the volume property with a curve editor) or is there already a way to achieve this?
     
  2. seant_unity

    seant_unity

    Unity Technologies

    Joined:
    Aug 25, 2015
    Posts:
    1,516
    You can use an animation track and animate the audiosource volume.
     
  3. ewanuno

    ewanuno

    Joined:
    May 11, 2017
    Posts:
    58
    of course...totally overthought that one.