i want to check internet speed to google, then how to get return value of ping time?
i can't figure out the syntax so i tried :
function Update(){
Debug.Log(Ping("www.google.com").time);}
but debug always return -1, please give me help of sample script..
↧