strippingInfo
The StrippingInfo object for the build.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public StrippingInfo strippingInfo { get; }
Remarks
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.
This is only available when building for platforms that support code stripping. When building for other platforms, this property will be null.