
Descrição
This plugin allows you to download and upload files to your server at runtime. You can use it to distribute updates, or your users can exchange user-generated files with each other. This plugin requires a PHP-enabled server.
Documentation, E-Mail Support: [email protected]
You can download and upload files at runtime within a build.
Your users can share content created in your app with each other.
You can use this plugin to manage your .pak files and load them at runtime.
It automatically splits files into ~10MB chunks during upload and reassembles them during download. This means there are no limitations on file size.
Interrupted downloads can be resumed.
Files are verified using MD5.
Files can be encrypted using AES.
The plugin also offers the ability to store JSON, which even enables a simple rating system, as you can see here in my little Steam game.
The UI allows you to convert a struct from the editor into a JSON file.
It includes an in-editor UI for file management and basic statistics.
The necessary PHP scripts are included with the plugin.
The PHP code uses SQLite as the database.





