I recently started using Godot 4.3, and the main issue I've had is with movement, where the player would lag a bit. It would just briefly stop moving and then start up again, creating what I at first thought was stuttering, like the player is moving through an invisible pool of sludge that slows it down. Yesterday I used a debugging process where I would print Input and Velocity every frame, and turns out that whenever the player would lag behind the input would flip on and off from zero even when I was holding down the movement key.
I searched the internet far and wide for solutions, changing many different settings, toggling Vsync, and much much more, but nothing worked. I don't know what to do about this input lag, and I am looking for a PERMANENT solution so it will not interfere with my making games. If anyone knows how to fix this, help would be appreciated.
I turned Vsync off and enabled fullscreen like it was suggested, and it did not change, only made it laggier. I tried changing the max FPS also, which did not fix the input turning to 0 and 1 randomly.
Previously I had posted this on stack overflow, but it was marked off topic because it wasn't about code, so please help me!