Skip to content

whitecostume/Physfs-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Physfs Plugin

license release

Desc

This is a unity package that uses physfs. With this plugin, you can load resources under multiple paths (including resources in zip archives) like loading local files.

Features

  • Mount multiple paths and use the same loading method to load resources under different paths;
  • Support to mount zip, directly load resources in zip;
  • Support for AssetBundle.LoadFromFile;

Examples

Assets\Examples\1_loadzip

Load the resources in the zip

Assets\Examples\2_loadAbInZip

Load the assetbundle in the zip

Platform

  • Support windows, android, ios, osx