Add error message for bundles with CN encryption

This commit is contained in:
VaDiM
2023-03-20 19:31:49 +03:00
parent 4edadb19f8
commit 9e14f1ef00
3 changed files with 40 additions and 5 deletions
+1 -1
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)
{