Dev Asset Collection

All Things That You Need to Build A Video Game
Menu
  • 2D
    • Characters
    • Environments
    • Fonts
    • GUI
    • Textures & Materials
  • 3D
    • Animations
    • Characters
    • Environments
    • GUI
    • Props
    • Vegetation
    • Vehicles
  • Add-Ons
    • Machine Learning
    • Services
  • Audio
    • Ambient
    • Music
    • Sound FX
  • Essentials
    • Tutorial Projects
  • Templates
    • Packs
    • Systems
    • Tutorials
  • Tools
    • AI
    • Animation
    • Audio
    • Camera
    • Game Toolkits
    • GUI
    • Input Management
    • Integration
    • Level Design
    • Localization
    • Modeling
    • Network
    • Painting
    • Particles & Effects
    • Physics
    • Sprite Management
    • Terrain
    • Utilities
    • Version Control
    • Video
    • Visual Scripting
  • VFX
    • Particles
    • Shaders
Home
Tools
Input Management
7Zip, lzma, LZ4, fastLZ, zip/gzip & brotli multiplatform plugins – Free Download

7Zip, lzma, LZ4, fastLZ, zip/gzip & brotli multiplatform plugins – Free Download

Tsunami 7 January, 2022
Sending
User Rating 3 (3 votes)

This is a paid asset, but now you can download 7Zip, lzma, LZ4, fastLZ, zip/gzip & brotli multiplatform plugins for FREE, Please keep in mind this package is provided only for learning purposes or to be able to test before buying the product, NOT FOR COMMERCIAL PURPOSES.

For more detail this asset from the Unity Asset Store: Click Here

7Zip lzma LZ4 fastLZ zipgzip brotli multiplatform plugins v2.9.2 (Latest version)

(Tested with Unity version 2020.3.21f1)

Download Now

7Zip lzma LZ4 fastlz and Zip Multiplatform Plugin v2.9.1

(Tested with Unity version 2020.3.21f1)

Download Now

7Zip lzma LZ4 fastlz and Zip Multiplatform Plugin v2.9

(Tested with Unity version 2020.3.21f1)

Download Now

7Zip lzma LZ4 fastlz and Zip Multiplatform Plugin v2.8.1

(Tested with Unity version 2020.3.21f1)

Download Now

7Zip lzma LZ4 fastlz and Zip Multiplatform Plugin v2.8

Download Now

7Zip lzma LZ4 fastlz and Zip Multiplatform Plugin v2.7.5

Download Now

7Zip lzma LZ4 fastlz and Zip Multiplatform Plugin v2.7.4

Download Now

7Zip lzma LZ4 fastlz and Zip Multiplatform Plugin v2.7.3

Download Now

“If possible, please buy the package to support the developer”

Unity5, 2017, 2018, 2019 ready.

This is a shared library for Android, iOS*, OSX, Windows, Linux and webGL** to decompress 7z (7zip) files and to compress/decompress zip/gzip (.zip/.gz), LZ4 (.lz4), brotli (.br), fastLZ files and buffers.

* ZIP plugin: iOS/tvOS compilation may require to add the -lz linking flag at Build Settings-> Linking- > Other Linker flags on xcode.

**webGL for flz,lzma & lz4 supports buffers compression/decompression only. **webGL for zip supports all functions except those that require file system operations.

7ZIP section:

The library serves the scope to have fast decompression of 7z files and compress/decompress lzma files and buffers.

– The library does 7z decompression and not 7z compression.
Compression of lzma alone files is supported.
Passwords are not supported.

– It is about 2.5x times faster then using a c# implementation for 7z decompression.

– You can extract a single file out of the 7z archive.

– If you intend to decompress large files it would be better to use the largeFiles flag.(consumes less ram)

– You can extract the contents of the 7z file keeping its folder structure.

– Ability to get the filenames and file sizes of files in a 7z archive.

– get progress of extraction when the 7zip archive has multiple files.

– get byte level progress of 7z decompression (single or multiple files).

– get byte level progress of lzma compression/decompression.

– Ability to encode/decode to/from .lzma alone format.

– Ability to decode a specific file in a 7z archive to a byte buffer.

– Ability to decode/encode a byte buffer to/from the lzma alone format.**

– Ability to cancel the decompression when the 7z archive has multiple entries.

ZIP section:

Fast zip/gzip/tar/bz2 compression and decompression with a clean and simple interface. Very easy to use. Well commented example and documentation.

The plugin is about 7x times faster in compression speed and 3x times faster in decompression speed compared to SharpZipLib.

– compress/decompress buffers to/from zlib/gzip streams.

– recursive directory compression/decompression.

– compress/decompress single files.

– encryption / decryption.

– append files to existing zip archives.

– compress a buffer and write it or append it to a zip archive.

– get file and size info of all the files or a specific file from a zip archive.

– extract a single file out of a zip archive.

– decompress a file of a zip archive to a byte buffer.

– delete an entry in a zip archive.

– replace an entry in a zip archive.

– get progress of extraction when the zip archive has multiple files.

– get byte level progress of compression (single or multiple files).

– create in Memory zip files and manipulate them from there.

– Support of split zip files compress/decompress (1.zip. 1.z01, 1.z02, …)

– decompression of split zip archives (in the form of 1.zip, 1.z01, 1.z02, …)

– ability to discover merged/hidden zip/gzip archives in files or buffers and extract from there.

– bz2/zlib compression-decompression methods. (bz2 method not available for MacOS/iOS/tvOS & webGL)

– buffers can be treated as files. That means if you have a file in www.bytes you can perform operations directly on the buffer.

– support for STORE method when setting level of compression to zero.

– ability to cancel most zip/unzip operations when they are called from a Thread.

– create/decompress gzip files.

– ability to create tar archives from directories or list of files with byte level progress.

– untar and untar entry support with byte level progress.

– compress/decompress of tar.gz, tar.bz2 with progress.

– create and decompress bz2 archives with progress.

– thread safe

LZ4 section:

Fast compression/decompression of files in LZ4 format.

– compress a file into a LZ4 file format.

– decompress an LZ4 file.

– compress a buffer into the LZ4 format.

– decompress an LZ4 compressed buffer into a buffer.

(The plugin provides a solution to store the uncompressed size of a compressed buffer in its footer.)

fastLZ section:

Fast compression/decompression of files in fastLZ format.

– compress a file into a fastlz file format.

– decompress a fastlz file.

– compress a buffer into the fastlz format.

– decompress a fastlz compressed buffer into a buffer.

brotli section:

Fast compression/decompression of files in brotli format.

– compress a file into a brotli file format.

– decompress a brotli file.

– compress a buffer into the brotli format.

– decompress a brotli compressed buffer into a buffer.

(The plugin provides a solution to store the uncompressed size of a compressed buffer in its footer.)

*On all platforms buffers can be treated as files.

The ios and OSX libraries are compiled as universal. That means that they will support 32 and 64 bit builds.

The Windows and Linux libraries are compiled for x86 and x86_64 build modes.

The Android lib is compiled for armeabi-v7a, x86 and arm64-v8a.

Support email: [email protected]
Support forum: SupportForum

 
 

Get paid unity asset for free
Prev Article
Next Article

Related Articles

Control Freak 2 – Touch Input Made Easy! – Free Download
Tsunami 13 April, 2025

Control Freak 2 – Touch Input Made Easy! – Free Download

VR-Step – Free Download
Tsunami 29 July, 2020

VR-Step – Free Download

Easy WiFi Controller – Free Download
Tsunami 15 July, 2020

Easy WiFi Controller – Free Download

Fingers – Touch Gestures for Unity – Free Download
Tsunami 7 January, 2024

Fingers – Touch Gestures for Unity – Free Download

Leave a Reply Cancel Reply

Recent Posts

  • MIS-LockOn – Free Download
  • MIS-Crawling – Free Download
  • MIS-VehicleWeapons – Free Download
  • Modular Tracks – Racing Tracks – Free Download
  • Festival – Racing Track – Free Download

Dev Asset Collection

All Things That You Need to Build A Video Game
Copyright © 2025 Dev Asset Collection
Privacy Policy | Disclaimer | DMCA