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