yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.05k stars 217 forks source link

Timestamps of log entries #59

Closed sceeter89 closed 2 years ago

sceeter89 commented 2 years ago

Hi! Firstly I'd like to stress that we're using your asset and we find it very valuable, useful and stable. Thank you for your great work! There is one thing however we (and possible others) would find useful:

When log entry is expanded, it would be great to see when entry was logged. Perfectly with both local time, frame # and Time.time.

yasirkula commented 2 years ago

Yes, it would be useful. But isn't local time enough information? Unity's console shows only local time, for example.

sceeter89 commented 2 years ago

It would, as we can compute Time.time by subtracting first and selected log entry, however it gets messy if we clear logs. Then it's getting harder to tell if game was just started or was running for some time. While not mandatory, when working with QA it might be useful as we don't have to rely on remembering.

Anyway local time would be great, other information could come in handy sometime.

yasirkula commented 2 years ago

Please give the latest version a try 🤓

sceeter89 commented 2 years ago

I've just checked 1.5.1 version and it's exactly what I meant. Thank you for your help and great asset! :)

yasirkula commented 2 years ago

Happy to help 🥳