public int BuildNumber { get; }
Gets the current build number, this is the unique number not the player settings number.
private void OnEnable() { var buildInfo = AssetAccessor.GetAsset<BuildInformation>(); Debug.Log(buildInfo.BuildNumber); }