
Descrizione
Video: Link
Besides exposing functions for file management, this plugin also let you save images to disk in-game and also load images as Textures2D from disk. Save a picture of your game while playing and also load an image file in your game, everything in runtime!
Functions for uploading and downloading any files are also available, which can be used if you already have a backend service set-up. If you're looking into getting this plugin for a more complete solution for downloading/uploading files I would recommend instead to get a plugin that exposes the HTTP Client/REST client to BP (like VaRest for example), or a plugin that integrates these services directly (there are a few for Playfab for example) or a combination of both.
Requirements and considerations:- Save/Load images to/from disk can be used offline normally.
- The download and upload functions require a URL from where a file can be downloaded/uploaded.
- These URLs can be generated by a cloud service like Steam, Playfab etc. This plugin does not include functions for any of those services.