Removed

MasterServer

class in UnityEngine

Cambiar al Manual
Obsolete

Descripción

El Master Server (Servidor Maestro) se utiliza para hacer el emparejamiento entre servidores y clientes fácil.

You can advertise game hosts or fetch host lists for you game type. The functions here are used to communicate with the Master Server itself which resides on a separate server. If necessary the server itself can be customized. For an overview of the Master Server as well as a technical description see the Master Server manual page.

Mensajes

OnFailedToConnectToMasterServerLlamado en clientes o servidores cuando hay un problema que se conecta al master server.
OnMasterServerEventLlamado en clientes o servidores cuando se reporta eventos desde el MasterServer.