buildSessionGuid
A unique identifier for the build session in the Unity Editor.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public readonly GUID buildSessionGuid { get; }
Remarks
The buildSessionGuid is set for Player, AssetBundle and ContentDirectory builds. This GUID uniquely identifies each build session, regardless of whether the build produces identical output. Failed or cancelled builds will also have a unique session guid. Unlike _guid, this identifier is not stored in the Player's built output, and is only used for Editor build tracking and analytics.