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

Releases: modio/modio-unity-legacy

mod.io Unity Plugin v2.0.2

20 Feb 07:08
Compare
Choose a tag to compare

Features:

  • This release of the mod.io Unity Plugin was developed in Unity 2018.2 and is forwards compatible. Future releases will support older Unity versions, with plans to include Unity 2017.x and Unity 5.x
  • Implemented theming support through the use of Color Scheme scriptable objects.

Improvements:

  • A whole slew of general UI improvements have been made to increase the usability and presentation of mods.
  • Subscription View now filters on text updates, rather than on exiting the text box.
  • Improved the functionality and presentation of the Filter View.
  • Added text overflow ellipses.
  • Added the Get User Ratings and Authenticate via Steam endpoints to the API Client.
  • Improved various null-ref checks for scene objects.

Fixes:

  • Corrected a sort direction bug in the Explorer View.
  • PluginSettings are no-longer cached if the Application is not playing.

modio Unity Plugin v2.0

08 Feb 08:00
Compare
Choose a tag to compare

Welcome to the Unity Plugin for mod.io. This plugin has been written in Unity from the ground up to allow developers to control the browsing and installation of community mods in-game, in a platform agnostic context. It features a C# interface built on the Unity Engine for connecting to the mod.io API along with a fully designed, drop-in ready mod browsing UI.

mod.io Unity v2.0 RC1

02 Feb 06:52
Compare
Choose a tag to compare
mod.io Unity v2.0 RC1 Pre-release
Pre-release
v2.0-rc1

Minor example scene/prefab update

mod.io Unity v1.0.4

25 Sep 05:46
Compare
Choose a tag to compare

API Version: v1 [2018.09.10]

Added:

  • Pattern-matching for emails and security codes in Utility.cs
  • APIClient.GenerateRequestDebugString() for logging UnityWebRequests

Changed:

  • APIClient.AssertAuthorizationDetails is now public

Fixed:

  • Pattern-matching for extracting YouTube Ids in Utility.cs corrected

mod.io Unity v1.0.3a

21 Sep 01:15
Compare
Choose a tag to compare

API Version: v1 [Change-Set: 2018.09.10]

Added:

  • ModProfile.description_text

Changed:

  • As a result of adding the above field, ModProfile.description has become ModProfile.description_HTML. Changes across the code-base have been implemented to ensure consistency with this renaming.

mod.io Unity v1.0.3

25 Sep 05:42
Compare
Choose a tag to compare

API Version: v1 [Change-Set: 2018.09.10]

Added:

  • User Avatar support
  • YouTube thumbnail support

Changed:

  • CacheClient.GenerateModGalleryImageDirectoryPath -> .GenerateModMediaDirectoryPath

Fixed:

  • Minor logging inconsistencies.

mod.io Unity v1.0.2

15 Aug 01:30
Compare
Choose a tag to compare

Changes:

  • Ratings removed from Mod Profile
  • Added Mod Statistics objects and implemented support in APIClient, CacheClient, and ModManager

Bugs fixed:

  • APIClient now correctly handles requests that expect a 204 No Content response

mod.io Unity v1.0.1

09 Jun 07:42
Compare
Choose a tag to compare

Hotfix for following issues:

  • Game Id is now correctly used by the APIClient
  • Offset value string is now correctly applied to the endpoint URL

Release Candidate v1.0.0

30 May 00:51
11fe295
Compare
Choose a tag to compare

Initial Release of the Unity Plugin for mod.io