StrippingInfo

class in UnityEditor.Build.Reporting


Implements interfaces:ISerializationCallbackReceiver

Switch to Manual

Description

The StrippingInfo object contains information about which native code modules in the engine are still present in the build, and the reasons why they are still present.

Variables

includedModulesThe native engine modules that were included in the build.

Public Functions

GetReasonsForIncludingReturns the list of dependencies or reasons that caused the given entity to be included in the build.