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