using System.Collections.Generic; public class StoryPlayUiCtrl : SingletonMonoBehaviour { List scriptDatas = new List(); bool isScript = false; protected override void OnAwake() { //TODO game¸Þ´ÏÀú¸¦ È®ÀÎÇØ¼­ µ¥ÀÌÅͰ¡ ÀÖÀ¸¸é true ¾øÀ¸¸é ¹Ù·Î °ÔÀÓÁ¾·á°¡ µÇµµ·Ï ¼öÁ¤ÇÒ°Í isScript = true; gameObject.SetActive(true); } public void SelectNextButton() { } }