This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
modio Unity Plugin v2.3.2
mod.io Unity Plugin v2.3.2
Version Summary:
- [UserData] Implemented user data storage initialization as a generic for easier cross-platform user data management.
- [Service] CloudFlare errors are now handled correctly by WebRequestError.
- [Compression] CompressionModule now abstracts the compression/extraction interface to allow for different compression library usage.
Improvements:
- [Sample UI] NavigationManager now checks for the EventSystem and disables if unavailable
- [Service] Altered event fetching to now be more efficient
Bugs Fixed:
- [Core] ParseImageData now correctly processes images
- [Core] Implemented CompressionModule references in SubmitModOperation
- [Core] DownloadAndUpdate now invokes the callback on invalid authentication error
- [Download] Download completion handlers are now null-ref checked
- [Mobile] Variable paths now resolve on Mobile
- [Sample UI] Mod Browser now saves subscriptions to cache on init
- [Sample UI] VerifySubscriptionInstallations is now correctly run on init
- [Sample UI] Added a null-check in modfile view assignment
Known Issues:
- [Core] Extreme numbers of subscriptions (200+) will cause memory issues.
- [PluginSettings] First load of the plugin with no valid PluginSettings object will cause more errors than necessary.
- [UI] Controller support is lacking.