Search Unity

Is it possible to change the fixed timestep in a script?

Discussion in 'Scripting' started by Khaoscraft, Sep 25, 2020.

  1. Khaoscraft

    Khaoscraft

    Joined:
    Jul 23, 2020
    Posts:
    10
    Hello! So in my game, I ended up making the fixed timestep twice as fast in order to make motion look smoother(it didnt look very smooth at default), but I have some performance concerns for people on very low end computers, so I would like to be able to change the fixed timestep amount in a settings menu. So all I wanted to know is, is it possible to change the fixed timestep from a script?
     
  2. adamgolden

    adamgolden

    Joined:
    Jun 17, 2019
    Posts:
    1,555
  3. Khaoscraft

    Khaoscraft

    Joined:
    Jul 23, 2020
    Posts:
    10