Can anyone please confirm that Application.OpenURL() does or does not work on Linux? I've tried the command with various permutations such as:
Application.OpenURL("https://www.google.com");
Application.OpenURL("http://www.google.com");
Application.OpenURL("www.google.com");
Application.OpenURL("google.com");
and I can't get any to work. Code has been confirmed to run correctly on PC and OSX Universal.
Thanks!
↧