playMaker

Author Topic: What does 'adjust fixed delta time' on timescale  (Read 2125 times)

wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
What does 'adjust fixed delta time' on timescale
« 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.

Gua

  • Beta Group
  • Sr. Member
  • *
  • Posts: 309
    • Andrii Vintsevych
Re: What does 'adjust fixed delta time' on timescale
« Reply #1 on: December 18, 2019, 05:22:42 PM »
I have same question.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: What does 'adjust fixed delta time' on timescale
« Reply #2 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