Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Brackeys 2D Movement Tutorial

I am currently watching the '2D Movement in Unity (Tutorial)' by Brackeys. I am using the same code as used in the video, but the player is not jumping with the input of the space key, though the horizontal movement is absolutely correct. I used a Debug.Log statement to find out that it is taking the input of the space key when I use Input.GetButtonDown("Jump"), but still the character is not jumping. Can anyone please help me out?

I am attaching a screenshot of my code below. Any kind of help will be highly appreciated. :)


Sign In or Register to comment.