GetKey (KeyCode.RightArrow)) { gameObject.transform.position += new Vector3(0.1f,0,0); } if (Input.GetKey (KeyCode.LeftArrow)) {
確定! 回上一頁