Skip to content

Commit 28fcd7f

Browse files
committed
Fix wording
1 parent 2639f25 commit 28fcd7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README-ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
251251
Error:
252252
Connection failed: Unknown error
253253
```
254254

255-
このエラーは、Play Modeに切り替わる際にドメインリロードされることにより、ブリッジ接続が失われるために発生します
255+
このエラーは、Play Modeに切り替わる際にドメインがリロードされるため、ブリッジ接続が失われることで発生します
256256
回避方法は、**Edit > Project Settings > Editor > "Enter Play Mode Settings"****Reload Domain** をオフにすることです。
257257

258258
## 貢献

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Error:
336336
Connection 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.
340340
The workaround is to turn off **Reload Domain** in **Edit > Project Settings > Editor > "Enter Play Mode Settings"**.
341341
</details>
342342

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Error:
254254
Connection failed: Unknown error
255255
```
256256

257-
发生此错误的原因是,在切换到播放模式时域重新加载时桥接连接丢失
257+
发生此错误的原因是在切换到播放模式触发域重新加载时,桥接连接会丢失
258258
解决方法是在 **Edit > Project Settings > Editor > "Enter Play Mode Settings"** 中关闭 **Reload Domain**
259259

260260
## 贡献

0 commit comments

Comments
 (0)