Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


androidCreateSymbolsZip

Set to true to create a symbols.zip file in the same location as the.apk or.aab file.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. androidCreateSymbolsZip has been deprecated. Use UnityEditor.Android.UserBuildSettings.DebugSymbols.level property
public static bool androidCreateSymbolsZip { get; set; }

Remarks

The file name contains bundle version and bundle version code. Library symbols are packed inside. They can be used to symbolicate stack traces.
Note:
androidCreateSymbolsZip
is obsolete. Use UserBuildSettings.DebugSymbols.level instead.