A good looking debugger for Unity.
Don't worry. The design is very human.
using Quartzified.Resolve;
public class IHaveMommyIssues
{
void Start()
{
// Works just as Debug.Log but instead its Resolve.Log
Resolve.Log("Truth or Dare!");
Resolve.LogWarning("Truth...");
Resolve.Log("Do you have Mommy issues?");
// To Log with the Class Type just mention it as the last variable.
Resolve.Log("I swear I don't have mommy issues", typeof(IHaveMommyIssues));
}
}Let it be known what exactly your message was in the Editor and Player Log files with Tags.

With the option to enable millisecond accuracy

How do I disable Unitys Timestamps?
Click the tripple dots, and disable "Show Timestamp"

Supported Unity Versions?
Definitely Unity 2022.3.2f1
| How to install? | Comments |
|---|---|
| Using Git URL | Simple but no version control |
| Clone and install as local package | Download & freely modify the package |


