captureEditorExceptions
This Boolean field will cause the CrashReporting feature in Unity to capture exceptions that occur in the editor while running in Play mode if true, or ignore those errors if false.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEditor.CrashReporting
- Assembly: UnityEditor.CoreModule
public static bool captureEditorExceptions { get; set; }