Touch Input Lag - Other games are fine

I had the same problem,
In my game there is a button to make the player jump and the lag whas like 100ms or but then i noticed that there wasn’t that lag on pc with keyboard, so i discorver that Button.Onclick is called after the button is released so i make that my player jump when isClicked is true and that makes the player jump imediatly when the button is clicked

1 Like