Changelog.

  • Author image
    Alexander BergendahlJune 30, 2023

    2023-06-30

    Unreal SDK

    Changes

    • Apple Game Center Authentication - We've added support for authentication using Apple Game Center, for more information check out: https://docs.lootlocker.com/players/authentication/apple-game-center 🍏
    • Instance Progressions - We've added a new feature called instance progressions: your asset instances can now have their own progressions 🎉
    • Add more validation when setting player names

    Bug Fixes

    • Google session requests now use the correct request object

    Unity SDK

    Changes

    • 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

    Bug Fixes

    • Fix an issue with 'Other character' methods
    • Removed unnecessary warning logs

    Server API

    Bug Fixes

    • We stomped out an oddly shaped bug that would cause a few endpoints to return completely empty responses in some cases. 🐛

    Admin API

    Bug Fixes

    • Rejoice! The Last Seen property on players have made a return and can now be relied upon again 📆
  • Author image
    Tobias BergJune 23, 2023

    2023-06-23

    Web Console

    Bug Fixes

    • Fixed an issue with player file revisions not listing properly

    Unity SDK

    Changes

    • New examples for Player Files

    Game API

    Changes

    • Added support for asset instance progressions

    Server API

    Changes

    • Added support for asset instance progressions

    Admin API

    Changes

    • Added support for asset instance progressions
  • Author image
    Tobias BergJune 16, 2023

    2023-06-16

    Web Console

    Bug Fixes

    • The web console has seen a lot of behind the scenes improvements this week, which will result in a more stable and performant experience for you.
  • Author image
    Tobias BergJune 9, 2023

    2023-06-09

    Web Console

    Bug Fixes

    • Corrected issue where inactive assets were not filtered out when granting an asset to a players inventory.
  • Author image
    Johannes FornaeusMay 26, 2023

    2023-05-26

    Web Console

    Bug Fixes

    • Fixed an issue where searching in the player list would not return correct info on exact matches.
    • Fixed a bug related to rendering drop tables in game merging, causing the entire page to crash.

    Admin API

    Bug Fixes

    • Fixed an issue where sometimes game merging would report with no changes even if there were changes to merge.
  • Author image
    Johannes FornaeusMay 19, 2023

    2023-05-19

    Web Console

    Bug Fixes

    • Fixed a bug with progression tiers incorrectly counting the next step and points
  • Author image
    Johannes FornaeusMay 12, 2023

    2023-05-12

    Web Console

    Changes

    • Multiple types of OAuth2 Client ID’s can now be configured for Google Sign In in the platform settings.
    • AngularJS removed - the console now runs only on React/NextJS.
    • Character Classes had a facelift from AngularJS to React.

    Bug Fixes

    • Fixed an issue with switching environment on Asset pages.
    • Fixed an issue with ordering of assets on the Asset page.

    Unity SDK

    Release v1.2.2

    Changes

    • 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.

    Bug Fixes

    • Fixes for GetPlayerStorage.
    • Fixes for incisistent line endings warnings.

    Game API

    Changes

    • Google Sign In now supports multiple types of OAuth2 Client ID’s.
  • Author image
    Alexander BergendahlApril 28, 2023

    2023-04-28

    Web Console

    Changes

    • You can now delete your own games. Find it in Game Settings.

    Unity SDK

    Release v1.2.0

    Bug Fixes

    • Fixed the build errors of namespace Plastic not existing. We have moved to using an internal JSON library which you can find here: 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.
  • Author image
    Alexander BergendahlApril 21, 2023

    2023-04-21

    Web Console

    Changes

    • Released small UI revamps for Segments, Heroes and Missions
    • We have removed the Metrics page from the Web Console. It was part of our legacy feature set and most of the numbers were inaccurate

    Unity SDK

    Released v1.1.48

    Changes

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

    Bug Fixes

    • Fixed the Newtonsoft compiler errors when adding the SDK to Unity
    • Adds safeguard to avoid uploads of null files
12345...11