Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: wheretheidivides on January 25, 2015, 03:17:48 PM

Title: What does 'adjust fixed delta time' on timescale
Post by: wheretheidivides on January 25, 2015, 03:17:48 PM
On the 'time scale' action, what does 'adjust fixed delta time' do.  it not on instructions for the action.
Title: Re: What does 'adjust fixed delta time' on timescale
Post by: Gua on December 18, 2019, 05:22:42 PM
I have same question.
Title: Re: What does 'adjust fixed delta time' on timescale
Post by: jeanfabre on December 20, 2019, 03:05:58 AM
Hi,

this makes the fixed delta time 0.02 times the  timescale.

because the fixed delta time is based on the time scale and unity recommands it.

https://docs.unity3d.com/ScriptReference/Time-timeScale.html
https://docs.unity3d.com/ScriptReference/Time-fixedDeltaTime.html

now, I personally never used that, do I am not sure what it does for real.

Bye,

 Jean