Sprites sometimes flicker(not move smoothly)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By eaglecat
:warning: Old Version Published before Godot 3 was released.

Sprites sometimes flicker(move not smoothly)

same problem at all projects including demo

I’m working on building music game, a little flickering is critical problem for me

I’m noticing this as well with a simple sprite moving up and down, even though the framerate is stable.

chanon | 2016-04-17 06:38

:bust_in_silhouette: Reply From: Calinou

You may be affected by this issue: Driver-related jitter in motion test · Issue #2043 · godotengine/godot · GitHub

This could be solved by implementing fixed-step physics interpolation, which we do not have yet.