- [Core] Fix bug with loading some bundles from ZIP file.

- [CLI] added new options.
This commit is contained in:
Razmoth
2023-08-24 21:49:17 +04:00
parent 995b7ee58b
commit cde398e592
7 changed files with 15 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ namespace AssetStudio
serializedType = reader.serializedType;
byteSize = reader.byteSize;
Logger.Verbose($"Attempting to read object {type} with {m_PathID} in file {assetsFile.fileName}, starting from offset 0x{reader.byteStart:X8} with expected size of 0x{byteSize:X8} !!");
Logger.Verbose($"Attempting to read object {type} with {m_PathID} in file {assetsFile.fileName}, starting from offset 0x{reader.byteStart:X8} with size of 0x{byteSize:X8} !!");
if (platform == BuildTarget.NoTarget)
{