contentSourceBuildSessionGuid
For scripts-only or incremental Player builds that reuse an earlier build's content, the _buildSessionGuid of that source build. A default-valued GUID for all other builds.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
public readonly GUID contentSourceBuildSessionGuid { get; }
Remarks
Scripts-only and incremental builds recompile scripts but reuse the content of a prior full build, so they record no content of their own. Use this identifier with the BuildHistory API to look up the source build and its recorded content information.