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

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -