basaranb
2/11/2019 - 11:38 AM

Wait For X Seconds

IEnumerator restartLevel() 
{ 
   yield return new WaitForSeconds(Xf); 
   SceneManager.LoadScene(0); 
}