This version of Unity is unsupported.

Utils

class in UnityEngine.Diagnostics

/

Implemented in:UnityEngine.CoreModule

Description

A utility class that you can use for diagnostic purposes.

Static Methods

ForceCrashManually causes an application crash in the specified category.
NativeAssertManually causes an assert that outputs the specified message to the log and registers an error.
NativeErrorManually causes a native error that outputs the specified message to the log and registers an error.
NativeWarningManually causes a warning that outputs the specified message to the log and registers an error.
ValidateHeapScans the managed heap to check for corrupted objects.