private void RotateTo(Vector3 pos) { m_characterMove.CalcHeading(pos); transform.forward = m_characterMove.heading; }