Pressing one direction multiple times feels fine; there are no problems starting at the bottom button and press the up arrow repeatedly. However, the problem arises when you quickly switch between different directions. For example, if you push the up arrow 3 times, then push the down arrow 3 times, you’ll notice that there is a fraction of a second delay time when you switch directions. Usually, this will result in a keypress getting completely ignored.
It’s even worse when you press the up and down arrows in a moderately quick succession; almost none of your inputs get read, and the highlight button ends up not changing at all!
The result is a ‘sticky’ feeling UI, where player inputs can be completely ignored. I tried changing the Input Actions Per Second parameter in the Standalone Input Module component, but the delay between keyboard inputs remains unchanged.
Am I missing something here? This feels like a pretty serious UI flaw.
Try setting the Input Actions Per Second to something higher than 10; I’m guessing that’s causing the issue (which would be neigh-on unnoticable going in the same direction repeatedly)?
EDIT: I was being a (sleepy) idiot. I completely missed that, my apologies!
I’m having a similar issue. Except it only takes me to press DOWN + LEFT (or RIGHT) quickly, Selection goes DOWN twice and not DOWN then LEFT (or RIGHT). I tried messing with the values in the event system, and the gravity/sensitivity in the InputManager, no dice. Any idea?