- Home /
How to download zip, extract into folder, open content in webview?
Hi, I'm a beginner.
I have a working webview for android and ios (uni web view 2 asset). There I can access local files in the streaming asset folder. which is read only :(
Now I need to download zip packages from the web which contain micro-websites.
How could I ....
1) download the zip from http://example.com/page_xz.zip
2) extract to /pages/page_xz folder
3) access it via a webview on ios and android
best M
Is this even a Unity issue? You'd use the WWW class, but I guess you've read the documentation already if you are getting started with Unity.
Your answer
Follow this Question
Related Questions
Why does nothing happen after yield return www 0 Answers
WWW Downloaded file 1 Answer
Is it possible to download a youtube video from unity 3 Answers
DownloadHandlerAudioClip compressed and streamAudio properties 0 Answers
www.texture memory leak 1 Answer