Search Unity

Message Alert Box in WebGL

Discussion in 'Scripting' started by rameshkumar, Dec 29, 2015.

  1. rameshkumar

    rameshkumar

    Joined:
    Aug 5, 2013
    Posts:
    50
    i am implementing the error handling techniques and i am facing issues to display the message alert box in WebGl Build, if anyone knows plz guide me.
     
  2. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    On WebPlayer you could do this with Application.ExternalEval. WebGL plays by a different set of rules, but it might still work.
     
    rameshkumar likes this.
  3. rameshkumar

    rameshkumar

    Joined:
    Aug 5, 2013
    Posts:
    50
  4. rameshkumar

    rameshkumar

    Joined:
    Aug 5, 2013
    Posts:
    50
    i have one more doubt how to assign the GUI control to the address bar by default or manually in webgl