This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Releases: modio/modio-unity-legacy
Releases · modio/modio-unity-legacy
mod.io Unity Plugin v2.0.2
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
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
v2.0-rc1 Minor example scene/prefab update
mod.io Unity v1.0.4
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
API Version: v1 [Change-Set: 2018.09.10]
Added:
ModProfile.description_text
Changed:
- As a result of adding the above field,
ModProfile.description
has becomeModProfile.description_HTML
. Changes across the code-base have been implemented to ensure consistency with this renaming.
mod.io Unity v1.0.3
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
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
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
Initial Release of the Unity Plugin for mod.io