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

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online 3D Graphics Job Interview Questions And Answers