Specifies the format for the symbol package.
using UnityEditor.Android; using Unity.Android.Types;
public class Settings { public void Setup() { UserBuildSettings.DebugSymbols.format = DebugSymbolFormat.IncludeInBundle | DebugSymbolFormat.Zip | DebugSymbolFormat.LegacyExtensions; } }