This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
modio Unity Plugin v2.3.0
mod.io Unity Plugin v2.3 incorporates many of the improvements discovered as a result of assisting companies port to console over the past 12 months, as well as implementing the user consent elements added to the REST API recently.
There is a release planned in the near future to update the ModBrowser with better controller support.
Version Summary:
- [User Management] Implemented consent management flags to auth endpoints.
- [Networking] Request caching with protection against parallel requests.
- [UI.General] Improved robustness of ModBrowser re-initialization.
- [File I/O] Significant improvements to the DataStorage interfaces.
- [Core] Altered most functions to support Async operations.
Bugs Fixed:
- [Editor] Editor test directories are now located in the project root directory.
- [Networking] Requests made using FetchAllResultsForQuery no longer infinitely recurse.
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.