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");