Changelog.

  • Author image
    Tobias BergJanuary 25, 2022

    2022-01-25

    Unity SDK

    • Fixed capitalization mistake in SDK initialization error
    • Fixed a couple of issues where the automatic re-authentication would start a new session for a player with the wrong identifier
  • Author image
    Tobias BergJanuary 18, 2022

    2022-01-18

    Unity SDK

    • Added support for White Label Login session tokens
  • Author image
    Johannes FornaeusJanuary 9, 2022

    2022-01-09

    Unity SDK

    • Re-enable support for Nintendo Switch
  • Author image
    Tobias BergNovember 23, 2021

    2021-11-23

    Unity SDK

    • Fix issue where development mode did not work when verifying steam user
  • 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