TinySaveToolbox
Room 805
$0.0
$6.99
100%OFF
(no ratings)
Date |
Price |
---|---|
Date |
Price($) |
06/18(2020) |
6.99 |
06/17(2024) |
0.0 |
11/21(2024) |
0.0 |
Jump AssetStore
Save, Load, Encrypt, and Compress data from your game with ease.TinySaveToolbox’s (TST) is a input and out library library package meant to make saving and transmitting your game’s data fast, secure, and easy.SerializationThe Serialization Tool has been designed from the ground up to create the smallest serialization file size in the fastest time and fully compatible with IL2CPP.Most serialization solutions use the built in dot net binary formatting method for serialization. The result is a bloated file full of unnecessary meta data. Other serialization solutions make use of dynamic functions which are not compatible with IL2CPP. TST’s serialization saves a little meta data as possible and does not use any dynamic functions and so remains compatible with IL2CPP.It is easy to add saving functionality to your existing scripts.CompressionTST includes easy one line code examples to compress or decompress an array of bytes. It is meant for compressing data from serialization.EncryptionTST includes a full suite of encryption tools. Dotnet includes libraries for encryption. However using them takes some complicated set up. TST greatly simplifies using encryption down to just a few lines of code.An AES encryption library can be used for encrypting save games before saving them to a device to prevent cheating. An RSA library simplifies sending encrypted data with public private key pairs.Full Documentation and User GuideAn extensive user guide and documentation is included full of samples and explanations of how to use TinySaveToolbox in your game to save or send your data.