Unity makes it easy to detect when esc is pressed with Input.GetKeyDown(KeyCode.Escape) . This will return true when the esc key is pressed ...
確定! 回上一頁