string URL = "google.com"; UnityWebRequest www = UnityWebRequest.Get(URL); www.SendWebRequest(); Debug.Log(www.downloadHandler.text);