Version: 2022.3
言語: 日本語
Removed

MasterServer

class in UnityEngine

マニュアルに切り替える
Obsolete

説明

サーバーとクライアント間の仲介を行います。

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.

メッセージ

OnFailedToConnectToMasterServerマスターサーバーとの接続に失敗したとき、サーバー側とクライアント側で呼び出されます。
OnMasterServerEventMasterServer からイベントを報告してくるときにクライアントやサーバー上で呼び出されます。