wait_for_game
Wait for the Unity game and Inspector TCP server to become responsive, polling until a ping succeeds or the timeout is reached.
Instructions
Wait for the game to start up and the Unity Inspector TCP server to become responsive. Polls the connection until a ping succeeds or timeout is reached.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Maximum time to wait in seconds (default: 60) | |
| interval | No | Seconds between connection attempts (default: 3) |