Skip to content

Download and Extract Zip in Unity Works on Android and iOS both

Notifications You must be signed in to change notification settings

sankyprabhu/UnityZip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-ZipDownload

Overview

A sample which download a ZIP file from a remote web server with the given url and save it to the persistence folder then unzip all image files that were in zip file. After finishing unzip, it loads one of image file and assign it to a mesh renderer's main texture.

Note that the path manipulation done here is with Application.persistentDataPath, so it works for all known platforms of Unity3D.

There issample scene.

  • SimpleZipDownloader - It downloads a zip file via coroutine. and display Image

  • Main Script is - SimpleZipDownloader

About

Download and Extract Zip in Unity Works on Android and iOS both

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages