void Start() { if (Panel_2 != null) { Panel_1.SetActive(true); Panel_2.SetActive(false); } }
void LoadPanel_1() { Panel_1.SetActive(true); Panel_2.SetActive(false); }