Skip to content

LootLocker_UnitySDKv5.0.0

Compare
Choose a tag to compare
@kirre-bylund kirre-bylund released this 20 May 09:06
· 23 commits to main since this release

Features

  • Multi user support πŸ‘₯ - This version of the SDK sees a major and central feature update in giving the SDK support for multiple users πŸŽ‰. This enables a few advanced use cases such as LootLocker supported local multiplayer and user selection/switching. Additionally this will help you build good flows for our account linking feature.
  • Remotely Authenticated Connected Accounts πŸ”— - We've updated our Connected Accounts feature to better support link flows in more complex scenarios. You can now use auth.game to link accounts to the player generically, without needing to use the dedicated connect methods. This will supercharge your players' ability to play across devices and platforms.
  • Currency Multipliers πŸͺ™ - Wallets now support the new modifiers property, adding full support for the new currency multipliers feature to your game.
  • Custom notifications πŸ“£ - The SDK now also supports reading and filtering for custom notifications: that is notifications defined by and sent by your game or game admins. Use this to notify your players of asynchronous rewards that happen in your server, to send out news, and much more.
  • Response Context - All responses now contain a context structure containing data about the request. So far, this will contain the time that the request was sent as well as the ulid of the player it was "sent by".
  • Refactored HTTP Stack - Four months ago we let the refactored web stack out into the wild as a beta feature. We are now confident in the capabilities of this new tech. Nothing should be changing for you as a user except a more stable and consistent platform. If you run into problems that you think are related to this change, then you can disable the new stack using the define LOOTLOCKER_LEGACY_HTTP_STACK. If you do, then please reach out to us with a report of the error.

Bug Fixes

  • Steam store notifications can now be used in the notifications lookup functionalities.
  • We now URL Encode all query and path parameters
  • Various fixes to out in house json library

Full Changelog: v4.0.0...v5.0.0