Publisher | rosedevco |
---|---|
File size | 391.31kB |
Number of files | 5 |
Latest version | 1 |
Latest release date | 2022-04-01 06:34:12 |
First release date | 2022-04-01 06:34:12 |
Supported Unity versions | 2018.4.2 or higher |
All current features:
* Using byteTool, you can easily split a large presentation into several smaller presentations (suitable for downloading and uploading data).
* Using the crypto tool, you can easily encrypt strings with a password and you can decrypt them if needed.
* Using imageConverter, you can convert images to a string and send them to clients, and then convert the strings to an image (you can use this feature to send images from the server to the client).
* Using TextTool, you can easily convert large numbers to strings, such as: 1000 to 1k (suitable for displaying numbers)
* Using Zipper, you can compress your strings up to 50% (data compression is very important in online games)
All package code is executable on all platforms (I did not test only on webGL, but it will probably work on it as well "because the conditions for running WebGL are completely different").
Thank you all.