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

modio Unity Plugin v2.0.6 (alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Melodatron Melodatron released this 19 Jun 14:31
· 1799 commits to master since this release

Whoa nelly this is a big one...

Features:

  • [UI.General] Massive improvements have been made to the way caching happens in the various views. All interactions should be noticeably faster, and the amount of data stored on disk noticeably smaller.
  • [UI.General] Many of the hard-coded dependencies between components have been alleviated. The Explorer, Subscription, and Inspector Views are now disconnected from the ModBrowser component, and managed with a ViewManager singleton.
  • [UI.General] A few new interfaces have been implemented that are allow MonoBehaviours to receive important events within the scene without needing to hook up events. One for user authentication events, one for the game profile being updated, and four for various mod events.

Improvements:

  • [UI.General] Multiple view properties have been replaced with Set/Get functions to better express the amount of work happening when changes were made to this data.
  • [UI.General] Multiple objects have had the need to be initialized removed, to make them more independent and easier to work with. This work is still ongoing.
  • [UI.UserDisplay] The badge displaying the authenticated user has been replaced by a multi-function button to make the functionality for externally authenticated accounts more seamless and easy to integrate.