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
그리드형
Posted by kjun
,