I am using the standard third person controller that comes with unity and i am trying to modify it to meet my needs. I was wondering though what does the inAirVelocity variable do?
An example of a line of code where this variable appears in the script is:
var movement = moveDirection * moveSpeed + Vector3 (0, verticalSpeed, 0) + inAirVelocity;
Thanks.