You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Packages/UnityWebBrowser/Runtime/Core/WebBrowserClient.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -414,7 +414,7 @@ await UniTask.WaitUntil(() =>
414
414
{
415
415
logger.Error(engineProcess.HasExited
416
416
?$"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.");
0 commit comments