When I am trying to restart a level with timer by Application.LoadLevel(“levelname/Application.LoadedLevel”) game is restarting but the timer is not restarting.Please help…
Try -
timeRemain = startingTime - Time.timeSinceLevelLoad;
When I am trying to restart a level with timer by Application.LoadLevel(“levelname/Application.LoadedLevel”) game is restarting but the timer is not restarting.Please help…
Try -
timeRemain = startingTime - Time.timeSinceLevelLoad;