言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

NetworkConnectionError

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

ネットワークに接続する際に返ってくるエラー内容です。エラーがただちに発生したものでない場合 OnFailedToConnect となります。

MasterServer により OnFailedToConnectToMasterServer でも使用されます。

Variables

NoError エラーなし
RSAPublicKeyMismatch RSA 公開鍵が一致しない
InvalidPassword サーバーへ接続するためのパスワードが一致しない
ConnectionFailed 接続の失敗
TooManyConnectedPlayers プレイヤー人数の超過によるエラー
ConnectionBanned 接続が(一時的に)禁止されている
AlreadyConnectedToServer 既に特定のサーバーに接続しています(高速に切断/再接続が発生した後に起こります)
AlreadyConnectedToAnotherServer 既に他のサーバーに接続しています。サーバーに接続するには 一度接続を解除します
CreateSocketOrThreadFailure ネットワークインタフェースの初期化エラー。既にソケット
IncorrectParameters Connect関数に誤ったパラメーターを渡した
EmptyConnectTarget Connect関数で接続するターゲットホストが存在しない
InternalDirectConnectFailed クライアントが同じネットワークのNATに対応した、サーバ
NATTargetNotConnected 接続しようとしているNATがサーバーに接続されていない
NATTargetConnectionLost NAT への接続試行中に接続先を見失った
NATPunchthroughFailed NAT パンチスルーの失敗