Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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.