SwitchToGameScene()

public void SwitchToGameScene()
    {
        if (titlePanel != null & titlePanel.activeSelf) titlePanel.SetActive(false);
        SceneManager.LoadScene("Level 1");
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *