I have player control buttons that move a character forward, back, or jump based on what button is being touched.
I just realized if a player is touching the move forward button and then attempts to touch the jump button at the same time the jump button touch does not trigger anything as the move forward button is still in play.
Any idea on the best way to handle this?