Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラー「UNet クライアント切断エラー: タイムアウト」の処理方法は? それが発生したときに、アプリケーションを再起動してみませんか?
この問題を解決しました。
これもあなたを助けることができると思います。
myClient.RegisterHandler(MsgType.Error, OnError); void OnError(NetworkMessage msg){ //Error handler code }
このエラー クライアントは、「UNET クライアント切断エラー: タイムアウト」で受け取ります。
私の解決策:サーバーがない場合。現在のクライアントをサーバーとして設定しました。