Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

DebugSymbols

class in UnityEditor.Android

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Provides settings to generate native symbols during the application build process.

The native symbols contain debug metadata to help troubleshoot the application crashes. The DebugSymbols properties allow you to specify the format of these symbol files and the level of debug metadata they contain.

You can choose to package symbols as a zip file, embed them directly into the app bundle, or use both methods as per your application requirement. You can also specify the debug information as a symbol table or with full debug information.

Static Properties

Property Description
formatSpecifies the format for the symbols package.
levelSpecifies the type of debug metadata to include in the symbol files.