Skip to content

Commit d03d83d

Browse files
committed
Update error message
1 parent 1473ca3 commit d03d83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Packages/UnityWebBrowser/Runtime/Core/WebBrowserClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ await UniTask.WaitUntil(() =>
414414
{
415415
logger.Error(engineProcess.HasExited
416416
? $"The engine did not get ready within engine startup timeout! The engine process is not even running! Exit code: {engineProcess.ExitCode}."
417-
: "The engine did not get ready within engine startup timeout!");
417+
: "The engine did not get ready within engine startup timeout! Try increasing your 'Engine Startup Timeout' time. If you continue to have this error, see issue report #166 on GitHub.");
418418
await using (UniTask.ReturnToMainThread())
419419
{
420420
Dispose();

0 commit comments

Comments
 (0)