- Home /
How to display yes/no confirm dialog box in unity for android games?
I am developing a 2D game for android and i want to display a DIALOG BOX asking yes/no options on a button press. Please tell me way to display dialog box in unity for android. Thanks in Advance :) for example:
if (Input.GetKeyDown (KeyCode.Escape)) { //What to do here to display confirmation dialog box???? }
Comment
Your answer
Follow this Question
Related Questions
Things to know about 2D games! 1 Answer
A node in a childnode? 1 Answer
First 2D Unity game on Android 1 Answer
need help in developing a small android game in 2 d 1 Answer
ThirdPersonCamera giving Invalid Cast Error in Android 1 Answer