Thanks for your feedback. I think the issue with the input not giving a reaction is how I set it up. Moving left and right is actually checking for Input.GetButtonUp but only if the button is released within 0.1 seconds after pressing it. I didnt make a scenario in pressing a single button for longer than 0.1 seconds so when this happens - nothing happens. I definitely have to look into that, thanks for the hint!