When trying to jump using the base 2d Platformer template (No Changes) and my laptop keyboard, if I press up+left+jump, the character can’t jump, if pressing up+right+jump, the character jumps diagonally. If pressing down+right+jump, no jump, down+left+jump, diagonal Jump. Similar issues with the on screen controls.
This even happens if you disable the up and down key inputs. I thought is was my keyboard until I tried the onscreen joystick that comes standard. It had similar problems with diagonals and jumping.
I did find that reassigning the directional controls to WASD, fixes the issue with the keyboard at least.
This is every basic 2d platformer template I start, without changing a thing. I’d like to make a Contra style shooter, so I need the player to have good mobility. Handicapping jumping is a no-go.