Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Load(string)

Loads a BuildReportSummary from a JSON file at the specified path.
Read time 1 minuteLast updated 12 days ago

Definition

public static BuildReportSummary Load(string jsonPath)

Parameters

jsonPath

The path to the JSON file to load.

Returns

Type

Description

BuildReportSummaryThe BuildReportSummary loaded from the file, or a default BuildReportSummary if the file is not found.