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

Non-windows platforms unzipping #6

Open Deplored opened 6 months ago

Deplored commented 6 months ago

Zip archives created under Windows may use backslash as internal path separator. This patch works this around by replacing any backslash with regular slash.

Concerns: https://github.com/icsharpcode/SharpZipLib/issues/617