Just a simple question, can I use GetPing to wait for a line of code or a function to start?
PhotonNetwork.GetPing ();
Debug.Log ("Executed after receive the ping");
So if i have 500ms, the debug log should start instant when the ping return.
PhotonNetwork.GetPing ();
Debug.Log ("Executed after receive the ping");
So if i have 500ms, the debug log should start instant when the ping return.