Another way how to make the reload method

public void Restartlevel() 
    {
        int CurrentScene = SceneManager.GetActiveScene().buildIndex;
        SceneManager.LoadScene(CurrentScene);
    }
1 Like

Privacy & Terms