unity 2018.2.20 running ok,but update 2018.4 crash,
@WiesenWang Did you find any cause/reason and solution for same? i am facing same problem with unity
2019.2.17f1. When i tried with 2018.2.20, it is not crashing. Any help is appreciated.
I asked for same issue on ZipArchive with file of unity · Issue #525 · ZipArchive/ZipArchive · GitHub
Facing the same issue. Please help
If you guys haven’t yet, please file a bug report so that we can investigate this further: Unity QA: Building quality with passion
I din’t find reason of crash. But currently added workaround. Crash was happening because of stack corruption due to unzGetCurrentFileInfo function call. so i replaced unz_file_info fileInfo; with unz_file_info64 file_info1;unz_file_info64 file_info2;unz_file_info fileInfo; in SSZipArchive.m, so that stack corruption dont affect variable directoriesModificationDates
