Quantcast
Channel: Answers for "Can I Read Domain Name?"
Browsing latest articles
Browse All 4 View Live

Answer by Itaros

Use string operations: http://msdn.microsoft.com/en-us/library/system.string%28v=vs.110%29.aspx or regex :)

View Article



Answer by Bunny83

Uhm, the domain name is part of the url. The easiest way is to use the "Uri" class of Mono / .NET. Something like this: var uri = new System.Uri(Application.absoluteURL); Debug.Log("The domain name is:...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images