Dialogue in Unity3D -
how can display os provided popup dialogue box in unity (4.6) game?
- the dialogue should block access other ui
- should provide 1 or more buttons callbacks attached each button tap
you can use plugins this. ios example: download prime31 etcetera plugin , call
public static void showalertwithtitlemessageandbuttons( string title, string message, string[] buttons )
more info here: https://prime31.com/docs#iosetc
Comments
Post a Comment