Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

mod.io Unity Plugin v2.0.3

Compare
Choose a tag to compare
@Melodatron Melodatron released this 04 Mar 03:18
· 2075 commits to master since this release

Features:

  • Added ModManager.UpdateAllInstalledMods_Coroutine() to allow developers to manually process updates outside of the ModBrowser. This change is the start of the separation of the UI and Networking functionality from the ModBrowser class.

Improvements:

  • Massive improvements made to error handling, most notably the WebRequestError now processes the WebRequest data to provide more useful information.
  • [PS4] Now a valid build target through the removal of JsonExtensionData and a workaround for download redirects. (Special thanks to Eamon of Spiderling Studios.)
  • [ModManager] Now excludes unrecognized mods from GetInstalledModVersions()
  • [UI.LoginDialog] Improved state feedback through additional events
  • [UI.ModBrowser] Better login-state detection between requests to ensure fewer unexpected failures.

Fixes:

  • [UI.ModBrowser] Better detection unresolvable sub/unsub requests which are now removed from the queue.