Time.timeScale initial value

I’m on OSX snow leopard and for some reason time is running too fast in my project.
If the first thing one of my scripts does is set Time.timeScale = 1 then it works normally.

Can anyone think of any reason why that wouldn’t be the default value?
Have I goofed the default in my project somehow?

Thanks,

Jaren

Go to Edit->Project Settings->Time

There you have a Time Scale setting, default is 1, as you said.

Fixed Timestep should be 0.02 and Maximun allowed timestep should be 0.3333333

2 Likes

Thanks. My time scale was indeed set to 0 in the project time settings.

Cheers!