예제 #1
0
        // 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);
        }