Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Utils

A utility class that you can use for diagnostic purposes.
Read time 1 minuteLast updated 6 days ago

Definition

public static class Utils

Static Methods

Method

Description

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.