Load(string)
Loads a BuildReportSummary from a JSON file at the specified path.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public static BuildReportSummary Load(string jsonPath)
Parameters
The path to the JSON file to load.
Returns
Type | Description |
|---|---|
| BuildReportSummary | The BuildReportSummary loaded from the file, or a default BuildReportSummary if the file is not found. |