- Home /
 
              This question was 
             closed Oct 27, 2014 at 04:22 PM by 
             Josh Naylor for the following reason: 
             
 
            Duplicate Question
Read Current URL
Is it possible to know the current url and print as string, when an Unity game is loaded in a browser? I want something like this:
 string pageUrl; //Current web page url
 
 void OnGUI(){
         GUI.Label (new Rect(10,10,200,50),pageUrl);
     }
 
               Is it possible? Thanks a lot.
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by Josh Naylor · Oct 27, 2014 at 04:20 PM
http://answers.unity3d.com/questions/134458/get-the-current-url-.html http://answers.unity3d.com/questions/186866/how-do-i-find-a-web-player-url.html
Follow this Question
Related Questions
Reading sms from inbox in unity android deployment 1 Answer
Can I Read Domain Name? 2 Answers
Animation state get current frame 2 Answers
Application.OpenURL() Rapid Opening 1 Answer