File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,15 +244,15 @@ MCP Unityサーバーをデバッグするには、以下の方法を使用で
244244- メニュー項目が確認を必要とするかどうかを確認
245245- メニュー項目が現在のコンテキストで利用可能であることを確認
246246
247- #### Play Modeテスト実行でConnection failed
247+ #### Play Modeテスト実行時に ` Connection failed` エラー
248248
249249` run_tests ` ツールの実行が次のエラーを返します:
250250```
251251Error:
252252Connection failed: Unknown error
253253```
254254
255- このエラーは、Play Modeに切り替わる際にドメインリロードされることにより、ブリッジ接続が失われるために発生します 。
255+ このエラーは、Play Modeに切り替わる際にドメインがリロードされるため、ブリッジ接続が失われることで発生します 。
256256回避方法は、** Edit > Project Settings > Editor > "Enter Play Mode Settings"** で ** Reload Domain** をオフにすることです。
257257
258258## 貢献
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ Error:
336336Connection failed: Unknown error
337337```
338338
339- This error occurs because the bridge connection is lost when the domain reloading when switching to the Play Mode.
339+ This error occurs because the bridge connection is lost when the domain reloads upon switching to Play Mode.
340340The workaround is to turn off ** Reload Domain** in ** Edit > Project Settings > Editor > "Enter Play Mode Settings"** .
341341</details >
342342
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ Error:
254254Connection failed: Unknown error
255255```
256256
257- 发生此错误的原因是,在切换到播放模式时域重新加载时桥接连接丢失 。
257+ 发生此错误的原因是在切换到播放模式触发域重新加载时,桥接连接会丢失 。
258258解决方法是在 ** Edit > Project Settings > Editor > "Enter Play Mode Settings"** 中关闭 ** Reload Domain** 。
259259
260260## 贡献
You can’t perform that action at this time.
0 commit comments