GetKey (KeyCode.UpArrow)) { anima.SetTrigger ("upWalk"); StartCoroutine(move (Vector3.up, 3f, 0.7f, 30)); } if (Input.GetKeyDown (KeyCode.DownArrow))
確定! 回上一頁