public static void WARNING_MSG(object s) { if (DEBUGLEVEL.WARNING >= debugLevel) { HDebug.LogWarning(getHead() + s); } }