buildProfilePath
The Asset path of the BuildProfile that was active when the build started.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public readonly string buildProfilePath { get; }
Remarks
An empty string when no user-created BuildProfile was active (the "classic platform" case), or when the active profile's target/subtarget did not match the build's _platform/subtarget. Use BuildProfile.GetActiveBuildProfile to query the active profile during a build.