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

BuildSummary.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.

The buildSessionGuid is set for Player, AssetBundle and ContentDirectory builds. This GUID uniquely identifies each build session, regardless of whether the build produces identical output. Failed or cancelled builds will also have a unique session guid. Unlike BuildSummary.guid, this identifier is not stored in the Player's built output, and is only used for Editor build tracking and analytics.