guid
The GUID of a Player build.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
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.