Assets/Scripts/Common/ErrorLogOnGUIMyTools.cs
@@ -20,7 +20,10 @@ Application.logMessageReceived += (string condition, string stackTrace, LogType type) => { if (type == LogType.Error) { m_logEntries.Add(string.Format("{0}\n{1}", condition, stackTrace)); m_IsVisible = true; } }; }