Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StrippingInfo

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.
Read time 4 minutesLast updated 10 days ago

Definition

public class StrippingInfo : ScriptableObject, ISerializationCallbackReceiver

Properties

Property

Description

includedModulesThe native engine modules that were included in the build.

Methods

Method

Description

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

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.