We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b1639 commit fda66beCopy full SHA for fda66be
src/Packages/UnityWebBrowser/Runtime/Core/WebBrowserClient.cs
@@ -200,7 +200,7 @@ public Resolution Resolution
200
/// Ignores errors related to log messages from the engine process being in a non-json format
201
/// </summary>
202
[Tooltip("Ignores errors related to log messages from the engine process being in a non-json format")]
203
- public bool ignoreLogProcessJsonErrors = false;
+ public bool ignoreLogProcessJsonErrors = true;
204
205
/// <summary>
206
/// Texture that the browser will paint to.
0 commit comments