Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

CrashReportingSettings

class in UnityEditor.CrashReporting

Description

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 Properties

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答