Hello!
I’m using Application.OpenURL (); to open a webpage. However, it loads behind the game. I’d like for the user to click the button and have their browse come up.
The game is full screen – is there a way to minimize or hide the window through code?
Thanks!
The following will work if you are not running in the web player
System.Diagnostics.Process.Start("http://google.com/");