- Home /
Question by
stlhunt · Apr 29, 2018 at 01:15 AM ·
c#www classjava to c#
Can I detect what URL I'm currently on
okay, I know you can do this -> string createUserURL = "http://whereever.com/game1/"; But is there a way to detect what URL the visitor is currently on in c#? .. and drop that in to the WWW class. This way you wouldn't have to hard code the URL into the Unity script?
In javascript you can use window.location.href but will this work with c#
Comment
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Renderer on object disabled after level reload 1 Answer
UTF-8 characters on Android build 1 Answer