You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached is a minimal reproduction project where strafing the player using left/right arrow keys shows a jitter.
I believe using _physics_process instead of _process should be the fix to keep the camera in sync with the physics simulation.