Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

BuildReportSummary.BuildSessionGUID

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 BuildSessionGUID;

Description

A unique identifier for the build session in the Unity Editor.

This identifier uniquely identifies each build session, regardless of whether the build produces identical output. Failed or cancelled builds will also have a unique session GUID. This identifier is used in the BuildHistory API as the main key to look up additional build information.

This identifier is not stored in the built output.