PlayerSettings.SetManagedStrippingLevel

Switch to Manual

Declaration

public static void SetManagedStrippingLevel(Build.NamedBuildTarget buildTarget, ManagedStrippingLevel level);
Obsolete Use SetManagedStrippingLevel(NamedBuildTarget buildTarget, ManagedStrippingLevel level) instead.

Declaration

public static void SetManagedStrippingLevel(BuildTargetGroup targetGroup, ManagedStrippingLevel level);

Parameters

level The desired managed code stripping level.
buildTarget The NamedBuildTarget.

Description

Sets the managed code stripping level for specified build target.

During the build process, Unity strips unused code from your project's managed and dynamically linked libraries. Stripping code results in a much smaller executable but can remove code you'd like to use.

The ManagedStrippingLevel Enum defines the options you can use to specify the rate at which Unity should remove unused code or to disable code stripping altogether.

Additional resources: GetManagedStrippingLevel, Managed code stripping.

BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.


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