To do this we write the following lines in a Unity Update method: if(Input.GetKeyDown(KeyCode.Escape)) { Application.Quit(); }.
確定! 回上一頁