public void Start() { LoginButton.SetActive(true); LoginScreen.SetActive(true); Register.SetActive(false); RegButton.SetActive(true); AddQuestionLayout.SetActive(false); AddCategoryLayout.SetActive(false); }