Is this a bug in unity 2019? void LateUpdate() { if (Input.GetKey(KeyCode.LeftShift)) { boostAxis = 1; }//speed up } if you press shift, ...
確定! 回上一頁