Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProducerPackage

For builds registered with BuildHistory.RegisterExternalBuild, the name of the package whose build pipeline made the build. An empty string for all other builds.
Read time 1 minuteLast updated 13 days ago

Definition

public string ProducerPackage

Remarks

This value corresponds to ExternalBuildInfo.ProducerPackage. It is
null
when read from a summary written before this field existed, so test it with
string.IsNullOrEmpty
.