Hello,
I made the video below with the Unity engine to show the developers exactly what I'm referring to about the micro stutter in the game. If anyone has noticed, especially with higher hz monitors, there is a small micro stutter in the player's movement, but goes away when you stop moving. This has to do with the fixed timestep being too high in the engine, it has nothing to do with performance.
The fixed timestep is the rate at which the physics and player's movement are updated. The...
Micro stutter fix for Unity/Empyrion
I made the video below with the Unity engine to show the developers exactly what I'm referring to about the micro stutter in the game. If anyone has noticed, especially with higher hz monitors, there is a small micro stutter in the player's movement, but goes away when you stop moving. This has to do with the fixed timestep being too high in the engine, it has nothing to do with performance.
The fixed timestep is the rate at which the physics and player's movement are updated. The...
Micro stutter fix for Unity/Empyrion