I have a complicated code, however I call
GUILayout.Label("Ping : " + Network.GetAveragePing(Network.player) + " ms");
but unfortunately it debug me -1, then trying
Debug.Log(Network.player);
it also gives me -1
So, how can I get the ping between my client computer and a host or a master server??
↧