Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Public

Create a zip package containing public symbols.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. UnityEditor.AndroidCreateSymbols has been deprecated. Use UnityEditor.Android.DebugSymbols.level instead
Public = 1

Remarks

You can use the public symbols to symbolicate (convert memory addresses to type names) in stack traces (but not for source debugging). You can also upload these symbols to Google Play Console so that you can view symbolicated stack traces for crash reports.