728x90
728x170
void Update() { if (Application.platform == RuntimePlatform.Android) { if (Input.GetKeyDown(KeyCode.Escape)) { // Back Button Application.Quit(); } if (Input.GetKeyDown(KeyCode.Home)) { // Home Button } if (Input.GetKeyDown(KeyCode.Menu)) { // Menu Button } } } |
728x90
그리드형
'Unity' 카테고리의 다른 글
[Unity] Camera 이동 Script (0) | 2021.07.28 |
---|---|
[Unity] Unity 를 원하는 Visual Studio 버전에 연결하기 (0) | 2021.07.15 |
[Unity] 2d sprite package from package manager (0) | 2021.07.07 |
[Unity] 현재 Scene 가져오기 (0) | 2021.07.06 |
[Unity] Button visible 처리 (0) | 2021.07.05 |