BuildSessionGUID
A unique identifier for the build session in the Unity Editor.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Field
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public GUID BuildSessionGUID
Remarks
This identifier uniquely identifies each build session, regardless of whether the build produces identical output. Failed or cancelled builds will also have a unique session GUID. This identifier is used in the BuildHistory API as the main key to look up additional build information.
This identifier is not stored in the built output.