Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


buildGUID

Returns a GUID for this build (Read Only).
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static string buildGUID { get; }

Remarks

Each build of a project generates unique GUIDs.
Note: In the Editor, this property returns an empty string.