Changelog

What's new.

A platform that gets better every week.

To
Tobias Berg · February 24, 2022

Unity SDK

  • Added support for reading Data Entities on Assets
Jo
Johannes Fornaeus · February 21, 2022

Unity SDK

  • Added ping endpoint
Jo
Johannes Fornaeus · February 18, 2022

Unity SDK

  • Added new version of StartGuestSession which takes a custom player identifier
Al
Alexander Bergendahl · January 26, 2022

Unity SDK

  • Ensure the SDK once again works in Unity 2019
To
Tobias Berg · January 25, 2022

Unity SDK

  • Fixed capitalization mistake in SDK initialization error
  • Fixed a couple of issues where the automatic re-authentication would start a new session for a player with the wrong identifier
To
Tobias Berg · January 18, 2022

Unity SDK

  • Added support for White Label Login session tokens
Jo
Johannes Fornaeus · January 9, 2022

Unity SDK

  • Re-enable support for Nintendo Switch
To
Tobias Berg · November 23, 2021

Unity SDK

  • Fix issue where development mode did not work when verifying steam user
Jo
Johannes Fornaeus · November 18, 2021

Unity SDK

  • Add support for Guest Login
  • Add support for White Label Login
  • Remove unused platforms in the settings dropdown
  • Improve the settings view visuals
To
Tobias Berg · October 22, 2021

Unity SDK

  • Add support for submitting score with leaderboard key
Jo
Johannes Fornaeus · October 7, 2021

Unity SDK

  • Add support for getting UGC Assets by creator player ID
  • Fixed broken API URL
Jo
Johannes Fornaeus · September 25, 2021

Unity SDK

  • Add support for metadata in leaderboards
  • Fix various broken methods
  • Update project README
To
Tobias Berg · August 22, 2021

Unity SDK

  • Unified positive response from the sdk. You can now use response.success to know when it is successful. Removed references to response.status
  • Added GetAllMemberRanks api
Al
Alexander Bergendahl · August 11, 2021

Game API

  • Added UUIDs to Assets and Contexts. These are consistent across both environments.
  • Added Key/Value Storage to Character Classes.

Server API

  • Added UUIDs to Assets and Contexts. These are consistent across both environments.

Admin API

  • Added UUIDs to Assets and Contexts. These are consistent across both environments.
  • Added Key/Value Storage to Character Classes.
Al
Alexander Bergendahl · June 24, 2021

Game API

Server API

To
Tobias Berg · June 7, 2021

Server API

  • Delete leaderboard now returns 204 response code with no body. Make sure to send the new LL-version header to get this behavior.

Admin API

  • Delete leaderboard now returns 204 response code with no body. Make sure to send the new LL-version header to get this behavior.
Jo
Johannes Fornaeus · June 4, 2021

Unity SDK

  • Added ability to get and set names of players
  • Changed "LootLockerMember" class name to "LootLockerLeaderboardMember"
To
Tobias Berg · June 2, 2021

Game API

To
Tobias Berg · May 31, 2021

Admin API Fixed bug that would cause drop table groups to silently fail creation or update if an invalid ID property was sent in the payload. Fixed bug where the same asset could not be dropped more than once from the same drop table. Added support for multiple rolls (evaluations) of the same drop table when computed. Excluded unique assets from drop table drops for players that already owns that…

View release →
Al
Alexander Bergendahl · May 18, 2021

Game API

  • Updated leaderboards to allow for a key to be used in place of the ID in URLs
  • Added Drop Tables

Server API

  • Updated leaderboards to allow for a key to be used in place of the ID in URLs
  • Added Drop Tables

Admin API

  • Updated leaderboards api to allow for a key to be used in place of the ID in URLs
Al
Alexander Bergendahl · May 3, 2021

Game API Released the new leaderboards API, documentation and reference can be found here: https://docs.lootlocker.com/how-to/leaderboards#what-are-leaderboards https://ref.lootlocker.com/game-api/#leaderboards Server API Released the new leaderboards API, documentation and reference can be found here: https://docs.lootlocker.com/how-to/leaderboards#what-are-leaderboards…

View release →
To
Tobias Berg · April 21, 2021

Unreal SDK

  • Added support for leaderboards
  • Added support for drop tables

Unity SDK

  • Added access to the new leaderboard APIs
To
Tobias Berg · April 9, 2021

Server API

  • Added purchases endpoints to allow inspection of player purchases by servers
Al
Alexander Bergendahl · April 6, 2021

Unity SDK

  • Completely extracted Admin SDK for normal Game SDK
  • Added ability to update config using the Project Settings of Unity
  • Fixed minor bug where response text was not being updated
  • Added support for Unity Package Manager
  • Added dependency to use Unity's newtonsoft json package
Al
Alexander Bergendahl · March 11, 2021

Unreal SDK

  • Fixed names clashing with other Unreal plugins classes
  • Added ability to create Characters and assign Classes to Characters
  • Please Note: Some blueprints might break with this update - we will try to avoid this in the future