예제 #1
0
 public void closePopUp()
 {
     CommingSoon.SetActive(false);
     BtnClose.SetActive(false);
 }
예제 #2
0
 public void ShowCommingSoon()
 {
     CommingSoon.SetActive(true);
     BtnClose.SetActive(true);
     StartCoroutine(RemoveAfterSeconds(1, CommingSoon));
 }