private void UpdateLogCount() { DebugTextErrors.text = GameLogger.GetLogCount(GameLogger.LogType.Error).ToString(); DebugTextWarnings.text = GameLogger.GetLogCount(GameLogger.LogType.Warning).ToString(); DebugTextInfos.text = GameLogger.GetLogCount(GameLogger.LogType.Info).ToString(); }