Exemplo n.º 1
0
 public void LoadLevel(string sceneTarget)
 {
     CleanLevel();
     ui.ResetTime();
     SceneManager.LoadScene(sceneTarget);
 }