Skip to content

Quartzified-Tools/Resolve

Repository files navigation

Resolve

A good looking debugger for Unity.


How do I use it?

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

Colorful Numbers

image

Adjustable Log Colors

image

Tagged Logging

Let it be known what exactly your message was in the Editor and Player Log files with Tags. image

Tag the Class sending your Logs

image

Custom Timestamps

With the option to enable millisecond accuracy
image

FAQ

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

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

About

A good looking debugger for Unity.

Resources

License

Stars

Watchers

Forks

Languages