Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

BuildReport.strippingInfo

public Build.Reporting.StrippingInfo strippingInfo;

Description

The StrippingInfo object for the build.

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.

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