Changelog.

  • New Feature: Feedback hero image
    Author image
    Tobias BergSeptember 12, 2024

    New Feature: Feedback

    Today we launched a brand new feature, Feedback. The Feedback feature allows you to create and manage reports across three different core LootLocker systems: Players, UGC, and the Game itself. Learn more about this feature in our announcement post.

    Check out our documentation to learn how to implement Feedback in your game.

  • Error Handling hero image
    Author image
    Tobias BergSeptember 5, 2024

    Error Handling

    We have updated how errors in the LootLocker web console are displayed.

    When recieving an error you now are provided with plain-text information about what went wrong as well as a Trace ID that you can copy and share in Discord so that we can help fix the problem.

  • Author image
    Tobias BergAugust 22, 2024

    CORS Allowlist

    A new feature has been added to the API that allows you to specify a list of domains that are allowed to make requests to the API. This is useful if you want to restrict access to the API to only your own domains.

    Documentation can be found here.

  • Author image
    Andreas StokholmAugust 15, 2024

    Configuration: Preserve Player Name on Session Start

    We have exposed a new setting in the LootLocker Console to allow you to configure whether or not the player name should be updated from the Identity Provider (eg. steam) when a session starts.

    This is useful for games that do not want to update the player name on every session start, but only when the player explicitly changes their name in the game.

    This setting is available in the Console under in "Game Settings", under the "Misc" tab. Look for "Preserve Player Names on Session Start".

  • Reward Groups hero image
    Author image
    Benjamin CableAugust 15, 2024

    Reward Groups

    It's now possible to create reward groups in LootLocker.

    • Reward groups allows multiple rewards to be awarded to a player at once.
    • This is currently available for catalogs and leaderboards rewards.

    To learn more you can read our announcement post.

  • Leaderboard Scheduling hero image
    Author image
    Tobias BergApril 2, 2024

    Leaderboard Scheduling

    An update to leaderboards have been released, allowing for scheduling of resets and rewards.

    • CRON expressions can be used to schedule resets.
    • Rewards can be awards to players based on their leaderboard position.

    To read more about leaderboard scheduling you can read our announcement post or go straight to the documentation.

  • Author image
    Tobias BergMarch 21, 2024

    2024-03-21

    White Label Login

    Bug Fixes

    • Fixed an issue where an unrelated topbar would show on the reset password and verify user pages
    • Fixed an issue where the game logo would not show on the reset password page
  • Author image
    Tobias BergJanuary 12, 2024

    2024-01-12

    Console

    Changes

    • The LootLocker Console is now response, allowing you to manage your game from any device, anywhere.

    Unity SDK

    Changes

    • Refresh Remote Sessions: Remote sessions now provide a refresh token that can be used to refresh the session without fully re-authorizing.
    • Grant and Remove Assets You can now grant and delete assets from a player directly from the game if you allow it in the console.

    Bug Fixes

    • The catalog now correctly handles the pagination cursor.

    Continuous Integration

    We have significantly improved our continuous integration and testing. Here for example is the run for this release: https://github.com/lootlocker/unity-sdk/actions/runs/7486064145

    Unreal SDK

    Changes

    • Refresh Remote Sessions: Remote sessions now provide a refresh token that can be used to refresh the session without fully re-authorizing.
    • Grant and Remove Assets You can now grant and delete assets from a player directly from the game if you allow it in the console.

    Bug Fixes

    • The catalog now correctly handles the pagination cursor.

    Unreal Server SDK

    Bug Fixes

    • BREAKING CHANGE, moved all of the header files to the public folder. You will no longer need to use the #include "LootLockerServerSDK/Private/ServerAPI/<file>.h; include line. Instead use #include "LootLockerServerSDK/Public/ServerAPI/<file>.h;
    • Fixed uninitialized parameters
    • Added unit tests
  • Author image
    Alexander BergendahlNovember 17, 2023

    2023-11-17

    Unreal SDK

    Unreal SDK v3.1.0 released

    Changes

    • Progression Currencies - 🪙 Currencies can now be rewarded from progressions 🎉
    • Session Leasing - 🎁 You can now lease a session on your client. You will get a url and a qr code that can be used by the same or another device to authorise the session.

    Bug Fixes

    • RemoveAssetFromHeroLoadout is working again
    • Packaging has been failing for certain platforms due to LootLockerConfig not being found. This issue has been fixed.

    Unreal Server SDK v2.2.0 released

    Changes

    • Currency Progressions - Progressions can now reward currencies 🎉

    Bug Fixes

    • Documentation clarifications to balance requests
1...23456...15