private void Awake() { instance = this; tutorialTextObject = GetComponent <TextMeshProUGUI>(); tutorialTextObject.text = ""; }
public override void OnFadeInDone() { base.OnFadeInDone(); SoundController.PlayBGM(stageBgm); Tutorial.Next(); }