Skip to content

LootLocker_UnitySDKv6.3.0

Choose a tag to compare

@kirre-bylund kirre-bylund released this 17 Oct 09:10
· 10 commits to main since this release

Features

  • 📣 Broadcasts 📣 - We’re excited to launch Broadcasts, a new LootLocker feature that helps you connect with your players more directly than ever. With Broadcasts, you can schedule and deliver localized messages to players across one or more of your games. Each broadcast can include text, images, actions, and custom key–value pairs. Read more here: https://lootlocker.com/blog/preview/introducing-broadcasts-a-new-way-to-reach-your-players
  • Session Optionals - Together with the broadcast feature we're also launching session optionals. When starting a session you can from now on optionally pass in meta information to set for the session. To begin with, the only existing value is what timezone the session is on, which will be used when interacting with broadcasts (if no value is set, then UTC will be used).
  • Time Zone converter - We added a utility class to convert between IANA timezones and Windows Timezones to use with our broadcast feature.

Deprecations

  • ListCatalogItems now has a v2 version that you will need to migrate to. All that has changed is that the new version uses "offset based pagination". This means that instead of a Count and a Cursor you send in PerPage and Page variables.

Full Changelog: v6.2.0...v6.3.0