public long BuildTimestamp { get; }
Gets the exact timestamp that the last build was made.
private void OnEnable() { var buildInfo = AssetAccessor.GetAsset<BuildInformation>(); Debug.Log(buildInfo.BuildTimestamp); }