Example #1
0
 public void ShowCompletedSecond()
 {
     my_fader.FadeToClear();
     this.gameObject.GetComponent <CharacterController>().enabled = true;
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     fader?.FadeToClear();
 }