LoadReport(string)
Loads a BuildReport from the specified file path.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public static BuildReport LoadReport(string buildReportPath)
Parameters
The absolute or project-relative path to a file.
.buildreportReturns
Type | Description |
|---|---|
| BuildReport | The loaded BuildReport, or |
Remarks
This method can be used to load BuildReport files no matter where on the file system they are located, including locations outside the Asset folder of a project.
Additional Resources: BuildHistory.LoadBuildReport