wangguan
2020-11-17 51058a97a49bf16789010c8306909cbc5356785c
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;
                }
            };
        }