protected virtual void FixedUpdate()
 {
     cc.AirControl();                    // update air behaviour
     updateIK = true;
 }