Skip to content

Releases: lootlocker/unity-sdk

Lootlocker_UnitySDKv1.2.7

16 Oct 09:30

Choose a tag to compare

Features

Bug Fixes

  • The LootLocker Editor extension that shipped in v1.2.6 had a few bugs that have now been fixed.
    • Primarily, the build error for a rouge [HideInEditor] decorator has been fixed
    • Adding the SDK from github url should now work
  • The new flag on messages is fixed

Full Changelog: v1.2.6...v1.2.7

Lootlocker_UnitySDKv1.2.6

26 Sep 13:53

Choose a tag to compare

Features

  • GetProgressionTier - You can now get the tiers in a progression!
  • Admin extension - If you're using Unity 2021 or newer, look at a new way to manage API Keys inside Unity! You can find it under Tools/LootLocker/Menu on the top of Unity!

Bug Fixes

  • Fixed the MacFsWatcher include error
  • Errors return correctly again

Full Changelog: v1.2.5...v1.2.6

Lootlocker_UnitySDKv1.2.5

06 Sep 08:19

Choose a tag to compare

Features

  • Last active authentication - You can now query the SDK through GetLastActivePlatform() to see which authentication method was last used on this device
  • Heroes - The SDK now supports interaction with the hero feature.
  • List Player Characters - A new method to list all the characters that a player has
  • Improved error messages - We are revamping how we deal with error messages (https://docs.lootlocker.com/reference/error-codes) and the SDK now supports this structure. This means that the old Error data (response.Error) has been deprecated, the same data now lives inside the field response.errorData.message. Along with it, you now have the new fields code, doc_url, request_id, and trace_id for improved ability to find the fix for your problem.

Full Changelog: v1.2.4...v1.2.5

Lootlocker_UnitySDKv1.2.4

28 Jul 14:37

Choose a tag to compare

Features

  • Add support for Meta / Oculus auth

Full Changelog: v1.2.3...v1.2.4

Lootlocker_UnitySDKv1.2.3

28 Jun 09:02

Choose a tag to compare

Bug Fixes

  • Removed unnecessary warning logs

Full Changelog: v1.2.2...v1.2.3

Lootlocker_UnitySDKv1.2.2

21 Jun 10:01

Choose a tag to compare

Features

  • Add support for asset instance progressions
  • Implement support for multiple Google Sign-in platforms
  • Player Files Examples added
  • Add more validation when setting player names

BugFixes

  • Fix an issue with 'Other character' methods

Full Changelog: v1.2.1...v1.2.2

Lootlocker_UnitySDKv1.2.1

04 May 13:43

Choose a tag to compare

Features

  • Apple Game Center: The SDK now supports using Apple Game Center as authorization system
  • New samples for using the fresh progressions system
  • Expired sessions will now automatically try to refresh if there is a refresh token.

BugFixes

  • Fixes GetPlayerStorage
  • Fixes inconsistent line endings warning

Full Changelog: v1.2.0...v1.2.1

Lootlocker_UnitySDKv1.2.0

28 Apr 08:38

Choose a tag to compare

Features

  • None

BugFixes

  • Fixes the build errors of namespace Plastic not existing
    • We have moved to using an internal JSON library which you can find here: https://github.com/LootLocker/LootLocker-ZeroDepJson. This removes the reliance on Newtonsoft all together. Please be vigilant for any bugs or errors that are caused by JSON parsing in the next few weeks and let us know.

Full Changelog: v1.1.48...v1.2.0

Lootlocker_UnitySDKv1.1.48

19 Apr 05:47

Choose a tag to compare

Features

  • Adds possibility to get persistent storage as dictionary
  • Adds ability to update public key values for a player
  • Makes client side timeout limit configurable

BugFixes

  • Fixes the Newtonsoft compiler errors when adding the SDK to Unity
  • Adds safeguard to avoid uploads of null files

Full Changelog: v1.1.47...v1.1.48

Lootlocker_UnitySDKv1.1.47

30 Mar 09:35

Choose a tag to compare

Features

BugFixes

  • Added a client side rate limiter to avoid being blacklisted due to improper usage

Full Changelog: v1.1.46...v1.1.47