Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidCreateSymbols

Defines the options available for choosing the type of symbol file to create in an Android build.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. UnityEditor.AndroidCreateSymbols has been deprecated. Use UnityEditor.Android.DebugSymbols.level instead
public enum AndroidCreateSymbols

Fields

Value

Description

DebuggingCreate a zip package containing debugging symbols.
DisabledDo not create a symbols package.
PublicCreate a zip package containing public symbols.