Version: 5.6

AssetDatabase.GetAssetDependencyHash

Cambiar al Manual
public static Hash128 GetAssetDependencyHash (string path);

Parámetros

path Path to the asset.

Valor de retorno

Hash128 Aggregate hash.

Descripción

Returns the hash of all the dependencies of an asset.

The hash aggregates the following: source asset path, source asset, meta file, target platform and importer version. The change of this hash indicates that the imported asset may have changed so the relevant asset bundles should be rebuilt.