Answers

Question and Answer:

  Home  3D Graphics

⟩ Tell me what is Fixed Timestep in Unity3D? Why does Fixed Timestep setting affect game speed?

Fixed Timestep feature helps to set the system updates at fixed time interval. A queue like mechanism will manage all real-time events that are accumulated between time epochs. If frame-rate drops below some threshold limit set for fixed timestep, then it can affect the game speed.

 153 views

More Questions for you: