To what reference of time is unitys velocity calculated in code example
Example: unity how to get player velocity
var vel = rigidbody.velocity; //to get a Vector3 representation of the velocityspeed = vel.magnitude; // to get magnitude