Class AddressablesPlayerBuildResult.BundleBuildResult
Information about a bundle build results.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build
Assembly: Unity.Addressables.Editor.dll
Syntax
[Serializable]
public class AddressablesPlayerBuildResult.BundleBuildResult
Fields
| Name | Description |
|---|---|
| Crc | The calculated value used for security during cyclic redundancy checks. |
| FilePath | The file path of the bundle. |
| Hash | The asset hash of the assets included inside the AssetBundle. |
| InternalBundleName | The internal AssetBundle name, this is not always the same as the file name. |
| SourceAssetGroup | The AddressableAssetGroup that was responsible for generating a given AssetBundle. |