Simple Data Compression

FREE
Publisher Tiny Angle Labs
File size 426.64kB
Number of files 9
Latest version 1
Latest release date 2020-05-19 11:44:10
First release date 2020-05-19 11:44:10
Supported Unity versions 2018.4.2 or higher
Does your project use large datasets? Minimize your file sizes and speed up your load times with Simple Data Compression!

Simple Data Compression allows you to compress and save large 1D/2D arrays to a binary file with a single line of code. Similarly, load and decompress your data with another line of code.

The following demos are included:
• Compressing/Decompressing and saving/loading a large 2D float array
• Compressing/Decompressing and saving/loading a set of text
• Constructing a custom container to store a set of different data types in a single compressed file

Simple Data Compression supports the following data array types:
• 1-byte: byte, sbyte, bool
• 2-byte: short, ushort, char
• 4-byte: int, uint, float
• 8-byte: long, ulong

Top Publisher Assets