Quantcast
Viewing all articles
Browse latest Browse all 205

Best way to make precise and exact jumps all time

What would be the way to make the rigidbody jumps perfectly same all the time ? In my project the space around the platforms would be empty so if the jumps are not precise and same I cannot design levels as the players would fall off inevitably. So what would you suggest : AddForce() or velocity = new Vector3() or MovePosition or some other function ?

Viewing all articles
Browse latest Browse all 205

Trending Articles