|
Hi, I've got question. How to stop time? I'm want to pause Time.timeSinceLevelLoad, and renew it...
(comments are locked)
|
|
Just set Time.timeScale to zero. That will stop all times except Time.realtimeSinceStartup. If timeScale is set to 0 FixedUpdate is not being called anymore. See the Time class for more information.
(comments are locked)
|
|
Thanks for help! You Should Make His Answer As Correct (Click the check mark by the up-down arrows)
Jan 27 '11 at 09:31 PM
AVividLight
(comments are locked)
|
