Ejemplo n.º 1
0
 public void ShowMenu()
 {
     //GameObject.FindWithTag("Settings").SetActive(true);
     EntirePanel.SetActive(true);
     ReadGraphics();
 }
Ejemplo n.º 2
0
 public void Back()
 {
     //GameObject.FindWithTag("Settings").SetActive(false);
     EntirePanel.SetActive(false);
 }