Hi :. i need help to Quit game in editor or Webplayer

Hi guys

i working on process to find out how to quit game in web player.
so pl some one help me to come out of this
i my process when i press “Quit” button in GUI , game should quit

pls help me…!!!

thanks
Arun

Do you mean you want the webpage to close when the user clicks the button? There isn’t an API call to do this directly, but you can use Application.ExternalEval to call some JavaScript in the host web page.