public static void LogErrorFormat(string format, params object[] args) { #if UNITY_EDITOR CommonLogger.LogErrorFormat(format, args); #endif }