Skip to content

Commit fda66be

Browse files
committed
Set ignoreLogProcessJsonErrors to enabled by default
1 parent f1b1639 commit fda66be

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
@@ -200,7 +200,7 @@ public Resolution Resolution
200200
/// Ignores errors related to log messages from the engine process being in a non-json format
201201
/// </summary>
202202
[Tooltip("Ignores errors related to log messages from the engine process being in a non-json format")]
203-
public bool ignoreLogProcessJsonErrors = false;
203+
public bool ignoreLogProcessJsonErrors = true;
204204

205205
/// <summary>
206206
/// Texture that the browser will paint to.

0 commit comments

Comments
 (0)