wangguan
2020-11-23 e70a047e1d3a3b476212d49714264cf6871cd9fc
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;
                }
            };
        }