RuntimeFilesDownloader icon indicating copy to clipboard operation
RuntimeFilesDownloader copied to clipboard

Runtime Files Downloader plugin for Unreal Engine. Downloading files over HTTP / HTTPS at runtime.

Results 4 RuntimeFilesDownloader issues
Sort by recently updated
recently updated
newest added

I tried to download .pak(unreal pak) file and store it to user's storage by using `DownloadFileToStorage` function. But most of the time when it downloaded ~40-80%, the download failed. And...

I was using the Plugin in 5.1 previously and I had no problems with the plugin at all. Now after I switched to 5.3 I am getting the crash. Screenshot...

bug

So I was downloading a file and even though the EDownloadToStorageResult is 'Success' - ![image](https://github.com/gtreshchev/RuntimeFilesDownloader/assets/76420303/c04b3dc0-0515-4474-bc23-b1dd334e29a4) ![image](https://github.com/gtreshchev/RuntimeFilesDownloader/assets/76420303/4d053f3b-ad74-4ee0-96ed-24f64cdc61b9) As seen in the images, the FilesExists node return false. This has an impact...

It would be really helpful if instead of a single release that always has the latest version, each release was maintained and tagged with a unique version. I am automatically...

question