// Start is called before the first frame update public static void Log(string Text, SetColor myColor) { Text = string.Format("<color={0}>{1}</color>", myColor.ToString(), Text); Debug.Log(Text); }