Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


guid

The GUID of a Player build.
Read time 1 minuteLast updated 12 days ago

Definition

public readonly GUID guid { get; }

Remarks

For successful Player builds this GUID is written to boot.config in the build output, unless BuildOptions.NoUniqueIdentifier is set. It is available in the runtime through _buildGUID. Incremental builds that produce the same output may reuse a previously generated build GUID.