GetAssetBundleHash(string)
Get the hash for the given AssetBundle.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AssetBundleModule
public Hash128 GetAssetBundleHash(string assetBundleName)
Parameters
Name of the asset bundle.
Returns
Type | Description |
|---|---|
| Hash128 | The 128-bit hash for the asset bundle. |