Exemplo n.º 1
0
    private void ShowStart()
    {
        screenUI.SetActive(false);
        startScreen.gameObject.SetActive(true);
        startScreen.Show(true);

        accordion.gameObject.SetActive(false);
        quiz.gameObject.SetActive(false);

        accordion.Reset();
    }