Version: 2018.1

CrashReportingSettings

class in UnityEditor.CrashReporting

マニュアルに切り替える

説明

Editor API for the Unity Services editor feature. Normally CrashReporting is enabled from the Services window, but if writing your own editor extension, this API can be used.

Static 変数

captureEditorExceptionsThis 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.
enabledThis Boolean field will cause the CrashReporting feature in Unity to be enabled if true, or disabled if false.