So, I watched Brackey’s “2D Movement In Unity (Tutorial)” and i did everything right, but my player keeps infinite jumping. I changed the code a bit with the help of a person in unity forums, but i still jump infinitely.
The changed code :
if (Input.GetButtonDown("Jump") && jump !=true)