예제 #1
0
 void RaiseError(PlayFabError error)
 {
     Popup.Show(error.ErrorMessage, Popup.Hide, "Close");
 }
예제 #2
0
 void RaiseError(string message)
 {
     Popup.Show(message, Popup.Hide, "Close");
 }
예제 #3
0
        public void Reload()
        {
            Popup.Show("Reloading");

            Network.Stop(Utility.ReloadScene);
        }
예제 #4
0
 protected override void ErrorProcedure(PlayFabError error)
 {
     Popup.Show(error.ErrorMessage, Popup.Hide, "Close");
 }