Class MobileBuildReport
MobileBuildReport class holds the information about the build.
Inherited Members
Namespace: Unity.Mobile.BuildReport
Assembly: solution.dll
Syntax
[Serializable]
public class MobileBuildReport
Properties
Name | Description |
---|---|
Assets | An array of all the assets generated by the build process. |
Build |
The time the build ended. |
Build |
The time the build was started. |
Files | An array of all the files in the application bundle. |
Options | The BuildOptions used for the build, as passed to BuildPipeline.BuildPlayer. |
Output |
The output path for the build, as provided to BuildPipeline.BuildPlayer. |
Platform | The platform that the build was created for. |
Platform |
Contains platform-specific data about the application bundle. |
Total |
The total size of the application bundle on disk. |
Total |
The total time taken by the build process. |
Methods
Name | Description |
---|---|
Load(string) | Load the report from a JSON file. |
Save(string) | Save the report into a JSON file. |