how do you wait for so many seconds when Time.timeScale = 0?
thanks
how do you wait for so many seconds when Time.timeScale = 0?
thanks
you could get the `Time.realtimeSinceStartup` and set it as you pause your game then add code to say when `Time.realtimeSinceStartup = Time.realtimeSinceStartup + variableYieldTime` do something (ie. unpause)