Skip to content

Lootlocker_UnitySDKv1.2.5

Compare
Choose a tag to compare
@kirre-bylund kirre-bylund released this 06 Sep 08:19
· 476 commits to main since this release

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