Ejemplo n.º 1
0
 // For most errors we terminate the Application since this example doesn't make
 // sense if the user is disconnected.
 public static void TerminateWithError(Message msg)
 {
     s_instance.LogOutputLine("Error: " + msg.GetError().Message);
     UnityEngine.Application.Quit();
 }