Skip to main content
1 of 2
virtouso
  • 2.7k
  • 7
  • 44
  • 69

can i show logs in unity with different colors or different icon signs?

i'm working on project that has lots of logging messages that pass very fast. sometimes i have to search for my logs.

i can use error logs or warning logs but is there any way to print information logs with different logs with different colors for better searching?

now i just can use like this:

    Debug.LogError("show missing gold popup accepted");
virtouso
  • 2.7k
  • 7
  • 44
  • 69