Changelog.

  • Author image
    Johannes FornaeusNovember 18, 2021

    2021-11-18

    Unity SDK

    • Add support for Guest Login
    • Add support for White Label Login
    • Remove unused platforms in the settings dropdown
    • Improve the settings view visuals
  • Author image
    Tobias BergOctober 22, 2021

    2021-10-22

    Unity SDK

    • Add support for submitting score with leaderboard key
  • Author image
    Johannes FornaeusOctober 7, 2021

    2021-10-07

    Unity SDK

    • Add support for getting UGC Assets by creator player ID
    • Fixed broken API URL
  • Author image
    Johannes FornaeusSeptember 25, 2021

    2021-09-25

    Unity SDK

    • Add support for metadata in leaderboards
    • Fix various broken methods
    • Update project README
  • Author image
    Tobias BergAugust 22, 2021

    2021-08-22

    Unity SDK

    • Unified positive response from the sdk. You can now use response.success to know when it is successful. Removed references to response.status
    • Added GetAllMemberRanks api
  • Author image
    Alexander BergendahlAugust 11, 2021

    2021-08-11

    Game API

    • Added UUIDs to Assets and Contexts. These are consistent across both environments.
    • Added Key/Value Storage to Character Classes.

    Server API

    • Added UUIDs to Assets and Contexts. These are consistent across both environments.

    Admin API

    • Added UUIDs to Assets and Contexts. These are consistent across both environments.
    • Added Key/Value Storage to Character Classes.
  • Author image
    Alexander BergendahlJune 24, 2021

    2021-06-24

    Game API

    Server API

  • Author image
    Tobias BergJune 7, 2021

    2021-06-07

    Server API

    • Delete leaderboard now returns 204 response code with no body. Make sure to send the new LL-version header to get this behavior.

    Admin API

    • Delete leaderboard now returns 204 response code with no body. Make sure to send the new LL-version header to get this behavior.
  • Author image
    Johannes FornaeusJune 4, 2021

    2021-06-04

    Unity SDK

    • Added ability to get and set names of players
    • Changed "LootLockerMember" class name to "LootLockerLeaderboardMember"