AndroidCreateSymbols
Defines the options available for choosing the type of symbol file to create in an Android build.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum AndroidCreateSymbols
Remarks
Use UserBuildSettings.DebugSymbols.level instead. The values map to DebugSymbolLevel as follows:
- corresponds to
AndroidCreateSymbols.Disabled.DebugSymbolLevel.None - corresponds to
AndroidCreateSymbols.Public.DebugSymbolLevel.SymbolTable - corresponds to
AndroidCreateSymbols.Debugging.DebugSymbolLevel.Full