modio / modio-ue4-legacy

Unreal Engine 4 Plugin for integrating mod.io - a modding API for game developers
https://mod.io
MIT License
85 stars 14 forks source link

When calling DownloadModfilesById, OnModDownloadsComplete delegate fires but InstallDownloadedMods afterwards fails #46

Open brendenfrank opened 3 years ago

brendenfrank commented 3 years ago

I also noticed if I try to move the package myself it will fail. I think mod.io isn't releasing the file lock (zip file in the tmp folder) for quite some time after the download completes. The package isn't actually installed until the application is restarted.