cs and navigate to the Update() method. void Update() { UpdateAnimation(); if (!jumping && Input.GetKeyDown(KeyCode.Space)) { HandleJump(); } ...
確定! 回上一頁