Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

BuildSummary.contentSourceBuildSessionGuid

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public GUID contentSourceBuildSessionGuid;

Description

For scripts-only or incremental Player builds that reuse an earlier build's content, the BuildSummary.buildSessionGuid of that source build. A default-valued GUID for all other builds.

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.