I started noticing problems when I was trying to output a debug.log message over 2 lines by inserting
. The message would just get outputted to where the
was in the code and the rest was missing.
Next, I tried the other rich text features for log messages for color, bold, etc. None of those worked. It showed the HTML-style tags in the console output instead of applying the rich text features.
The oddest thing is that works to insert a tab. No other rich text features are working for console debug messages.
I’m using Unity version 2020.3.16f1 LTS.