* fix apk loading issues
Someone contacted me some days ago and notified me that some problems showed up with my APK loading implementation.
Namely:
file reference registration (importFilesHash) was missing
split files weren't handled
external resource files weren't registered
This pr fixes those problems.
* revert weird changes
* fix missing }
* fix formatting
* use entry.FullName for the basePath instead of entry.Name
* fix apk loading issues
Someone contacted me some days ago and notified me that some problems showed up with my APK loading implementation.
Namely:
file reference registration (importFilesHash) was missing
split files weren't handled
external resource files weren't registered
This pr fixes those problems.
* revert weird changes
* fix missing }
* fix formatting
* use entry.FullName for the basePath instead of entry.Name
* load ZipFile
makes it possible to directly load apk files
* use LoadFile for recursive zip opening
* set System.IO.Compression version
* keep identical format in AssetStudio.csproj
* try/catch the loading of each zip entry
* remove extra new line in FileReader.cs
* apply requested changes
* use FullPath instead of FileName for easier identification of broken file.
* use FullPath instead of FileName for easier identification of broken file