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 ?
↧