Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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.