Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FatalError(string)

Raises a fatal error and does not expect the VM to recover. This function does not return.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public static void FatalError(string message)

Parameters

message

Remarks