Exemplo n.º 1
0
 void Start()
 {
     if (Panel_2 != null)
     {
         Panel_1.SetActive(true);
         Panel_2.SetActive(false);
     }
 }
Exemplo n.º 2
0
 void LoadPanel_1()
 {
     Panel_1.SetActive(true);
     Panel_2.SetActive(false);
 }