Unity에서 Log의 Color 설정

Debug.Log ("<color=green>Menu State</color> OnActive");
Debug.Log ("<color=red>Menu State</color> OnDeactivate");
Debug.Log ("<color=yellow>Menu State</color> OnUpdate");