How to colorize the logs of a dedicated server ?

Hello,

I wanted this line to do color in my cmd when launching my dedicated windows server

Debug.Log("<color=green>Start on server symbol</color>");

8724324--1179930--upload_2023-1-12_9-40-24.png

But it doesn’t work.
How to make this work ?

Thank you

To change the colors of the text or the background of the console, you need to change the parameters

Console.BackgroundColor
Console.ForegroundColor
2 Likes