Hello, sorry for (maybe) my stupid question, but despite the official docs
I’ve never been able to show any other Debug Log message color other than white.
Lookin at the docs it should be quite simple…
Debug.Log ("<color = red> someText");
But when I run this very simple and stupid code what I get in the console is:
<color=red> someText
No way to change the color.
I’m I missing something?
Many thanks!