public static AssetBundleCreateRequest LoadFromFileAsync(string path, uint crc, ulong offset) { return(AssetBundle.LoadFromFileAsync_Internal(path, crc, offset)); }
public static AssetBundleCreateRequest LoadFromFileAsync(string path) { return(AssetBundle.LoadFromFileAsync_Internal(path, 0u, 0uL)); }