Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not support Unity on Android #20

Closed
huijian142857 opened this issue Aug 25, 2017 · 1 comment
Closed

Do not support Unity on Android #20

huijian142857 opened this issue Aug 25, 2017 · 1 comment

Comments

@huijian142857
Copy link

Unable to find MonoPosixHelper
DllNotFoundException: MonoPosixHelper
at System.IO.Compression.DeflateStream:CreateZStream
at System.IO.Compression.DeflateStream..ctor
at System.IO.Compression.DeflateStream..ctor
at System.IO.Compression.DeflateStream:.ctor
at System.IO.Compression.ZipStorer.ExtractFile (ZipFileEntry _zfe, System.String _filename)

So better to use SharpZipLib

@huijian142857
Copy link
Author

After change unity build settings to IL2cpp, this exception disappears.
The only problem is that, I have to use stream way to decompress the file in the streamingAssets ,
but this is the unity's problem. So I worry about the memory useage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant