BuildProfilePath
The Asset path of the BuildProfile that was active when the build started, or an empty string when none was active.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Field
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public string BuildProfilePath
Remarks
This value corresponds to _buildProfilePath. The AssetDatabase GUID is intentionally not mirrored here — load the full BuildReport via BuildHistory.LoadBuildReport and read _buildProfileGuid when the GUID is needed (for example to track the profile across renames or moves).