Skip to content

conaman/SyncStreamingAssetsLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SyncStreamingAssetsLoader

If you want to load files from StreamingAssets path in Unity, You can only load from WWW class in Android device. So, I've made the sync loader.

  1. Instantiate SyncStreamingAssetsLoader;
  2. Invoke Init function
  3. Load streaming assets files.
  4. Invoke Close function when finish your app.

You can see my sample code from Sample.cs

External Modules

  • ICSharpCode.SharpZipLib.dll

About

Sync loader from streamingAssets path in Unity engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages