Debug.Log Extensions
Documentation (1.1.9)
Sisus.Debugging.DevCritical Class Reference

Description

Utility class containing Debugging methods similar to the Debug class, with four main differences:

  1. The messages use a larger font in the console window.
  2. They always include stack trace even if they have been disabled for normal messages in Player Settings.
  3. All calls to its methods — including any calls made in their arguments — are completely omitted in release builds.