i'mI'm working on a project that has lotsa lot of logging messages that pass very fast. sometimes i have to search for my logs.
iI can use error logs or warning logs but is there any way to print information logs with different logslog something with different colors for better searchingso it is easier to find?
Right now i, I just can use something like this:
Debug.LogError("show missing gold popup accepted");