Set the end value of DOFade to the value of the setting Co-authored-by: Lee Hun <ceo.lhsg@gmail.com>
if (startTime <= _audioSource.clip.length)
_audioSource.time = startTime;
_audioSource.DOFade(1f, duration);
_audioSource.DOFade(settings.Volume, duration);
}
public float FadeMusicOut(float duration)