LootLocker now has a Notifications system to help your game track and deliver important updates from features like Rewards, Triggers, Leaderboards, and Progressions. Notifications are queued and can be consumed by the game, ensuring players never miss a critical message.
Learn how to make use of Notifications with our documentation.
We have re-released the Triggers feature with a complete overhaul, now built with improved performance, stabiliity and integrated with the Rewards system. The updated Triggers support both limited and unlimited activations, enabling more flexible reward scenarios.
Check out our updated documentation to learn how to implement Triggers in your game.
LOOTLOCKER_DISABLE_EDITOR_EXTENSION
has been added so that it is possible to disable the LootLocker editor extension.InvokeTriggersByKey
method in place of the ExecuteTrigger
method. For a deeper understanding of using triggers in game, refer to our documentation.Today we launched a brand new cross-system feature, Metadata. Metadata allows you to store additional, custom information related to various LootLocker features, such as Progressions, Leaderboards, and Catalogs.
This data lets you add context or functionality to these features, going beyond the default settings. For example, you might use Metadata to store map details for a leaderboard or to attach an image to an item in your in-game store.
Check out our documentation to learn how to implement Metadata in your game.
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.
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.
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.