buildName
For content directory builds this returns the build name. For Player builds this returns the product name from PlayerSettings.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public readonly string buildName { get; }
Remarks
For content directory builds, this is the name set through _name. The same value is reported in the lightweight BuildReportSummary.BuildName.