This question was
closed Dec 17, 2015 at 05:27 AM by
Le-Pampelmuse for the following reason:
Question is outdated.
Question by
BlackHunter · Sep 11, 2012 at 07:12 PM ·
urlhttplink
Application.url dont work
function Start () {
}
function Update () {
if(Input.GetButtonDown("Delete")){
Application.OpenURL ("http://link.com/");
}
}
downt work
Comment
Answer by rogueThiago · Sep 20, 2013 at 09:16 AM
Isn't Application.OpenURL what's you're looking for?
Follow this Question
Related Questions
How can resolve URL with caracter like & and other ? 2 Answers
HelpUrlAttribute doesn't seem to be working 0 Answers
Play video with ARKit 0 Answers
Unity ios share some text (link and/or pictures) on snapchat 1 Answer
Stream Audio from a URL? 3 Answers