Restart Level Unity

[Solved] Restart Level Unity | Csharp - Code Explorer | yomemimo.com
Question : Unity c# how to restart the level

Answered by : yellowed-yak-mzdc287pbk16

void RestartLevel() //Restarts the level
{	SceneManager.LoadScene(SceneManager.GetActiveScene().name);
}

Source : | Last Update : Wed, 07 Oct 20

Question : restart level unity

Answered by : worried-wasp-2781m5lsxgka

void RestartLevel() //Restarts the level
{	SceneManager.LoadScene(SceneManager.GetActiveScene().name);
}

Source : | Last Update : Thu, 11 Nov 21

Answers related to restart level unity

Code Explorer Popular Question For Csharp