buildProfileGuid
The AssetDatabase GUID of the BuildProfile that was active when the build started.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public readonly GUID buildProfileGuid { get; }
Remarks
A default-valued GUID when no profile was recorded. Otherwise it matches the AssetDatabase GUID of the asset at _buildProfilePath. Useful for tracking the profile across renames or moves.