Example #1
0
 private void Start()
 {
     Fader.I.FadeIn();
     mAudio.DOFade(0.8f, 5);
     mAudio.DOPlay();
 }