Skip to content

v2024.11

Latest
Compare
Choose a tag to compare
@johnw-modio johnw-modio released this 10 Dec 01:00
589445d

UNITY 2020 DEPRECATION

Support for Unity 2020 will be discontinued. We will continue to support it up until the end of January 2025. We strongly recommend you upgrade your version of Unity if you wish to use future releases of mod.io.

New Features

  • Meta Quest Integration with authentication and marketplace features (You can find the integration in the plugin at mod.io/Platform/Oculus). Set the compile directive MODIO_OCULUS to enable compilation.
  • Log Level can now be set via command line argument: -modio-loglevel , use verbose, message, warning & error as it's potential values.

Changes

  • (TemplateUI) Removed log out button from console platform implementations.
  • (TemplateUI) Updated lots of sprites to look nicer and be more console compliant.

Deprecating

  • Browser UI is undergoing deprecation see the readme for more information.

Fixes

  • Fixed an issue causing a corrupted memory stream when importing the 'Experimental UI'.
  • Fixed Android disk space checking only working on IL2CPP builds.
  • Fixed disk space checking on iOS.
  • Fixed a crash when removing a rating on a mod.
  • Fixed numerous console errors when importing the 'Experimental UI'.
  • (TemplateUI) Fixed mod options doing nothing.
  • (TemplateUI) Fixed back button going missing on numerous screens.
  • (TemplateUI) Fixed submit button on the report window not being selectable.
  • (TemplateUI) Fixed numerous issues related to incorrect glyphs displaying on consoles.
  • (TemplateUI) Fixed numerous selection navigation issues.
  • (Steam Deck) (TemplateUI) Fixed a steam authentication issue.
  • (TemplateUI) Fixed numerous localization issues.
  • (Mac) (TemplateUI) Fixed Mod Screen carousel overlapping other UI elements.
  • (Steam Deck) (TemplateUI) Fixed an issue preventing symbols from being entered into the email field.
  • (TemplateUI) Fixed an intermittent issue with ratings showing incorrect values after rating a mod.
  • (TemplateUI) Fixed multiple minor visual issues.