Version: 2022.1

PlayerSettings.SetManagedStrippingLevel

切换到手册
public static void SetManagedStrippingLevel (Build.NamedBuildTarget buildTarget, ManagedStrippingLevel level);
public static void SetManagedStrippingLevel (BuildTargetGroup targetGroup, ManagedStrippingLevel level);

参数

level 所需的托管代码剥离级别。
buildTarget The NamedBuildTarget.

描述

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.

See Also: GetManagedStrippingLevel, Managed code stripping.

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

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961