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 f7e6489 commit 2b93e98Copy full SHA for 2b93e98
Runtime/Mapbox/MapDebug/Scripts/MapLogger.cs
@@ -11,7 +11,7 @@ public class MapLogger : MonoBehaviour
11
{
12
public Text LogText;
13
public bool PrintScreen = true;
14
- public List<ILogWriter> LogWriters;
+ public List<ILogWriter> LogWriters = new List<ILogWriter>();
15
private string _path;
16
private GUIStyle style;
17
private List<string> _screenLogs;
0 commit comments