Skip to content

v2023.6.1 Comments/dependencies and bug fixes

Compare
Choose a tag to compare
@stephenlucerne stephenlucerne released this 20 Jun 06:31
· 31 commits to main since this release

In this patch we've addressed some common bugs reported recently such as slow download speeds and authentication failures. Along with that we've also added the functionality for getting and submitting comments for mods (This is only with the core plugin, this has not been added to the Example UI)

Changelog

  • New features
    -- Add Dependencies
    -- Remove Dependencies
    -- Get Comments
    -- Add Comment
    -- Delete Comment
    -- Edit Comment
  • Fixed Get Dependencies to work when not logged in
  • Fixed an issue throttling download speeds
  • Fixed a bug when authenticating
  • Fixed total downloaded bytes display text
  • Fixed compile errors when using the new input system
  • Fixed some bugs when using IL2CPP on later versions of Unity
  • Updated documentation pdf
  • Minor cosmetic and bug fixes