Hello,
I'm trying to figure out how to get the name of the website that hosts my game.
If my game is on http://somerandomWebsite.com/mygame.unity3d i want to be able to use the string "somerandomWebsite" in Unity.
I know that i can call Application.ExternalEval("window.location"), but that doesn't return everything and doesn't help me that much.
↧