Class MobileBuildReportPlatformData
Contains platform-specific data about the build.
Implements
Inherited Members
Namespace: Unity.Mobile.BuildReport
Assembly: solution.dll
Syntax
[Serializable]
public class MobileBuildReportPlatformData : ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
Architecture | A target architecture enabled in the build. |
DownloadSize | The estimated download size of the bundle, when downloading the app from the platform's stores. |
Segments | Contains executable segment names and sizes. Only available when generating the report on macOS. |
Methods
Name | Description |
---|---|
OnAfterDeserialize() | Implement this method to receive a callback after Unity deserializes your object. |
OnBeforeSerialize() | Implement this method to receive a callback before Unity serializes your object. |