AssetDatabase.GetAssetDependencyHash

매뉴얼로 전환
public static Hash128 GetAssetDependencyHash (string path);

파라미터

pathPath to the asset.

반환

Hash128 Aggregate hash.

설명

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.