Add error message for bundles with CN encryption

This commit is contained in:
VaDiM
2023-03-20 10:09:55 +03:00
parent 4edadb19f8
commit 9e14f1ef00
3 changed files with 40 additions and 5 deletions

View File

@ -85,7 +85,7 @@ namespace AssetStudioGUI
private static int ExtractBundleFile(FileReader reader, string savePath)
{
Logger.Info($"Decompressing {reader.FileName} ...");
var bundleFile = new BundleFile(reader);
var bundleFile = new BundleFile(reader, assetsManager.SpecifyUnityVersion);
reader.Dispose();
if (bundleFile.fileList.Length > 0)
{