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