void Start() { CheckText = inputF.textComponent.text; Debug.Log("EnterNickname Start"); if (FW.IsFile(true)) { Panel_MainMenu.SetActive(true); } else { Panel_EnterNickname.SetActive(true); Debug.Log("EnterNickname Start"); } Debug.Log("EnterNickname Start"); }
public void ButtonApply() { FW.EnterNickname(inputF.textComponent.text); Panel_EnterNickname.SetActive(false); Panel_MainMenu.SetActive(true); }