UserBuildSettings.DebugSymbols.level

Description

Specifies what sections are included into the debug symbol.

using UnityEditor.Android;
using Unity.Android.Types;

public class Settings { public void Setup() { UserBuildSettings.DebugSymbols.level = DebugSymbolLevel.SymbolTable; } }

Did you find this page useful? Please give it a rating: