Ejemplo n.º 1
0
 public void closePopUp()
 {
     CommingSoon.SetActive(false);
     BtnClose.SetActive(false);
 }
Ejemplo n.º 2
0
 public void ShowCommingSoon()
 {
     CommingSoon.SetActive(true);
     BtnClose.SetActive(true);
     StartCoroutine(RemoveAfterSeconds(1, CommingSoon));
 }