// Awake void Awake() { m_Transform = transform; m_fpController = this.GetComponent<FirstPersonController>(); }