Field AddressablesBuildSessionGUID
A unique identifier for an addressables build.
Namespace: UnityEditor.AddressableAssets.Build.Layout
Assembly: Unity.Addressables.Editor.dll
Syntax
[SerializeField]
public GUID AddressablesBuildSessionGUID
Returns
| Type | Description |
|---|---|
| GUID |
Remarks
This identifier uniquely identifies each addressables build, regardless of whether the build produces identical output. Failed or cancelled builds will also have a unique session GUID. This identifier is only used for Editor build tracking and analytics.