Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

assetBundleName

Name of the asset bundle.

Returns

Type

Description

Hash128The 128-bit hash for the asset bundle.