Changelog.

  • Author image
    Tobias BergMarch 10, 2023

    2023-03-10

    Unity SDK

    Changes

    • The SDK now supports Google Sign In
    • The SDK will now automatically resolve and use the domain API if the domain key is set
    • The SDK will now store and automatically use the Apple and Google refresh tokens if not done manually

    Bug Fixes

    • The SDK now supports Enter Play Mode Options allowing you to speed up your development process
    • The SDK will now now relies on a newer version of Newtonsoft
    • The SDK will no longer silently discard requests with an expected body that is null
    • Player and Asset Reports now have a message instead of a text
    • Requests are now allowed to timeout
    • Local session data is now cleared upon ending a session and deleting a player

    Unreal SDK

    Changes

    Bug Fixes

    • StartSteamSession now sets the correct platform
    • Fixed Critical WhiteLabel bug that caused white label sessions to fail for old Unreal projects

    Game API

    Changes

    • Google Sign In - Game API now supports starting player sessions using Google ID tokens
  • Author image
    Alexander BergendahlMarch 3, 2023

    2023-03-03

    Web console

    Bug Fixes

    • Fixed an issue making it impossible to clear leaderboards
      • We still have a known issue where the UI won't show success when clearing leaderboards, but it does work
  • Author image
    Tobias BergFebruary 24, 2023

    2023-02-24

    Web Console

    Changes

    Your asset page has had an overhaul! With an updated design more in line with the rest of the web console, you’ll also find some stability improvements. We’re not perfect however, and if you find something not working as it should, you still have access to the legacy page for now.

  • Author image
    Johannes FornaeusFebruary 17, 2023

    2023-02-17

    Web Console

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Platform keys and other sensitive information are now behaves like a password input, with toggleable visibility, except the first four characters are visible for easy identification.
    • Assets in the asset list and grid views are now able to be filtered by their context type eg. Soft Currency Package, Feature Unlocks, or any of your custom contexts.
    • You can now see player file revisions in the Player files section and revert to previous versions of the file.

    Unreal SDK

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Major overhaul of LootLocker settings
      • Deprecated Platform selector: No need to set the platform here, instead you should use the appropriate StartSession method for your platform.
      • Deprecated legacy API keys (that don't start with dev or prod): If you're on one of those, generate new keys and use those instead
      • Clarified descriptions
    • Added method to update player files
    • Added method that allows a player to delete themselves
    • Added a single method combining WhiteLabel Login and Start Session -> WhiteLabelLoginAndStartSession
    • Added methods to handle heroes with variations

    Bug Fixes

    • Avoid logging sensitive information, especially outside the editor
    • Fixed bug that broke White Label login

    Unity SDK

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Major overhaul of LootLocker settings
      • Deprecated Platform selector: No need to set the platform here, instead you should use the appropriate StartSession method for your platform.
      • Deprecated legacy API keys (that don't start with dev or prod): If you're on one of those, generate new keys and use those instead
      • Clarified descriptions
    • Added method to update player files
    • Added method that allows a player to delete themselves
    • Added a single method combining WhiteLabel Login and Start Session -> WhiteLabelLoginAndStartSession
    • Updated LootLockers logging system and allowed for more granular control of what's logged.
    • Obfuscate sensitive information in logs

    Bug Fixes

    • GetOtherPlayerXPAndLevel is no longer broken
    • The SDK now registers as initialized even when manually initialized
    • The SDK now logs errors as errors ;)
    • EndSession will no longer throw an error if no session exists
    • Fixed bug that broke White Label login

    Game API

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Added an endpoint for updating Player Files.

    Server API

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Added an endpoint for updating Player Files.

    Admin API

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Added an endpoint for updating Player Files.
    • Added an endpoint for reverting to previous revisions of Player Files.
  • Author image
    Johannes FornaeusFebruary 10, 2023

    2023-02-10

    Web Console

    Changes

    • Leaderboards now tell users if they are on the wrong environment (stage/production) when trying to view a particular leaderboard.

    Bug Fixes

    • Fixed an issue where it wasn’t possible to save White Label Platform settings if you had enabled player verification

    Game API

    Changes

    • Added endpoint to allow players to delete themselves. This lets iOS games comply with updated requirements from Apple.
    • Added an endpoint for getting player persistent storage for multiple players

    Bug Fixes

    • Fixed a bug causing players on the guest platform without names to not be returned in the lookup endpoint.

    Server API

    Changes

    • Added an endpoint for getting player persistent storage for multiple players

    Bug Fixes

    • Fixed a bug causing players on the guest platform without names to not be returned in the lookup endpoint.
  • Author image
    Alexander BergendahlFebruary 3, 2023

    2023-02-03

    Unity SDK

    Release: v1.1.43 of the Unity SDK - https://github.com/LootLocker/unity-sdk/releases/tag/v1.1.43

    Bug Fixes

    • Fixed a bug with the LootLocker Samples using the wrong assembly definition file
    • Added a namespace for LootLocker samples to remove warnings when installing

    Admin API

    Bug Fixes

    • Uploading files to players will now return those files when listing a players files in all APIs
  • Author image
    Alexander BergendahlJanuary 27, 2023

    2023-01-27

    Web Console

    Changes

    • Users are now able to add scores to players in leaderboards
    • Metadata added to scores in leaderboards is now visible, and updatable
    • You can now block white label users from leaderboards if they haven't verified their email
    • When creating an Asset we now remember the last Context used, making it easier to create multiple Assets in a row with the same Context

    Bug Fixes

    • Improved Player list pagination positioning for better visibility
    • Improved API Key descriptions for clarity
    • Fixed issue when adding scores to generic leaderboards
    • Fixed issue where refund button was cutoff in some scenarios
    • Fixed issue where it wasn't possible to delete messages
    • Fixed an issue where you wouldn't be shown the MFA recovery code after enabling it
    • Fixed an issue where it wasn't possible to use MFA recovery codes

    Game Maker Extension

    Changes

    • Added a new function to include metadata when uploading a score; LootLockerSubmitScoreMetadata("leaderboardID", "score", "metadata")

    Game API

    Changes

    • Player names will be returned when a new game session is registered (if the user has set a name)

    Bug Fixes

    • Requesting a verification email for white label users now works again, and can be requested with the users email, and not just ID like before
    • Improved error message when trying lookup a player on playerID, but sending a string
    • Improved errors when sending invalid version number in session registration

    Server API

    Bug Fixes

    • Improved error message when trying lookup a player by playerID, but sending a string

    LootLocker.com Website

    Bug Fixes

    • Fixed issue with price calculator price using incorrect formatting
    • Fixed issue where images were covering up some text
  • Author image
    Alexander BergendahlDecember 16, 2022

    2022-12-16

    Web Console

    Bug Fixes

    • Fixed a few broken links in the getting started section. Thanks to Discord user @LegendarySwordsman2 for reporting this!

    Unity SDK

    Changes

    • Deprecated leaderboard functions that uses leaderboardID -> use the same functions but with leaderboardKey instead

    Bug Fixes

    • Updating LootLocker will no longer remove the API-key and LootLocker settings
    • Fixes for the Unity asset-store
  • Author image
    Tobias BergDecember 9, 2022

    2022-12-09

    Web Console

    Changes

    • Brand new merging interface rebuilt in React for viewing and selecting changes from your staging environment to your live.

    Bug Fixes

    • Fixed a bug where the action button on the asset list would sometimes be half way cut off.

    Game API

    Bug Fixes

    • Fixed a bug causing Player Storage to silently fail to save if the value was above 260 characters, but below 15000. The actual length limit is now 1500 characters.
1...34567...12