Preview Video: Link
Setup Video: Link
Low frame rate can cause physics simulation error. Fixed time step could fix the problem, but the game run slower if the frame rate doesn't reach the target.
Smart time step is dynamically switch dynamic time step and fixed time step. So, the game doesn't run slower when the frame rate doesn't reach the target, but only run slower on low fps to prevent the physics simulation error.
The SmartTimeStep parameters set by the functions won't be saved, use save game to save and load the parameters.
Time dilation will override the time step clamp.
Patch 1.0.1:
- Fix the frame rate doesn't apply on packaged project.