Hi, about wait and timeScale, how I can make wait is not modified after changing timeScale?
With timeScale = 1
Wait 1 second = 1 second - ok
But with timeScale = 0.5
Wait 1 second = 2 seconds - ?
"wait" depends on the time scale by what I see, is this correct ?.