modio / modio-unity

Unity Engine Plugin for easily integrating mod.io into your game - the UGC management service for game developers
https://mod.io
MIT License
28 stars 7 forks source link

Download error under ill2cpp build on Oculus platform #9

Open TriggerB0x opened 4 months ago

TriggerB0x commented 4 months ago

When I built modio for Oculus, I got an error about the download thread not being able to run on the il2cpp platform, and my download progress would get stuck at 0%. I figured there might be an error in the il2cpp build check in Plugins\mod.io\Platform\SystemIO\ModIO.Implementation.Platform\SystemIODataService.cs\IsThereEnoughDiskSpaceFor(long bytes). When I changed it, the download worked. I'm not sure if this was the right change. Snipaste_2024-06-06_11-02-50