[RELEASED FREE] Bz2 native multiplatform plugin.

Bz2 native multiplatform plugin.

A plugin for fast compression/decompression of bz2 archives and buffers on Android, iOS, WindowsPhone8.1, Windows 10 Universal, Windows, OSX and Linux.

Features:

bz2 file compression / decompression. bz2 buffer 2 buffer compression / decompression.

Very fast compared to ICsharpZiplib. It is at least 6x faster at compression and 13x faster at decompression!

x86, arm, x86_64 compiled.

Update version 1.1

iOS: added tvOS, watchOS and simulator plugins.

Unity5.2: added WSA SDK10 NetCore support.
(Delete the old Metro plugins folder, since it is replaced with a diferent naming scheme.)

Update version 1.2

  • added ability to add a size footer to the compressed buffers, so the uncompressed size of the buffer is not needed to be known anymore.

  • updated some iOS plugins.

update version 1.3.1

  • fix for WSA/x86/il2cpp crash.

thanks

I can’t seem to compress directories. Is directory compression not supported, or am I missing something? Thanks for the plugin!

Hi. Bz2 by default handles only single files.

You would want to use it with a tar packer or any other custom file packer.

update version 1.4

  • Removed WebGL support since it is almost impossible to work on Unity5.5.