Changelog.

  • Author image
    Johannes FornaeusNovember 11, 2022

    2022-11-11

    Web Console

    Bug Fixes

    • Fixed an issue where wrong 1st party platform id is returned instead of XBox id on player 1st party platform lookup endpoint.

    Admin API

    Bug Fixes

    • Fixed issue where sending demo: false when creating a game would still create a demo game.
    • Fixed a security issue where Two-Factor Authentication could be circumvented.
  • Author image
    Alexander BergendahlNovember 4, 2022

    2022-11-04

    Web Console

    Changes

    • Added the ability to show Asset ID in asset lists.

    Unity SDK

    Changes

    • Summaries added to all public functions in LootLockerSDKManager
    • Added documentation for Missions
    • Added documentation for Maps
    • Renamed functions in LootLockerSDKManager, and old ones marked as deprecated, will be removed at a later stage;
      • GettingAllMissions -> GetAllMissions
      • GettingASingleMission -> GetMission
      • StartingAMission -> StartMission
      • FinishingAMission -> FinishMission
      • GettingAllMaps -> GetAllMaps
      • PollingOrderStatus -> PollOrderStatus
      • ActivatingARentalAsset -> ActivateRentalAsset
      • GettingCollectables -> GetCollectables
      • CollectingAnItem -> CollectItem
      • TriggeringAnEvent -> ExecuteTrigger
      • ListingTriggeredTriggerEvents -> ListExecutedTriggers

    Bug Fixes

    • Imported samples has missing references to their scripts
    • Fixed all warnings when installing the SDK

    Game API

    Changes

    • Added is_public as input when uploading files to players to make API usage easier.

    Bug Fixes

    • Fixed a bad error message returned for White Label Login signups when an invalid domain key was supplied. (Thanks to Discord user @DexTex for reporting)
  • Author image
    Alexander BergendahlOctober 28, 2022

    2022-10-28

    Web Console

    Changes

    • Created a new UI for the assets page and User content pages
      • Revamped looks
      • You can now filter results
      • Possible to deactivate/activate multiple assets at the same time
      • Added a card view toggle
      • The UI is now full width to support showing many columns
    • Moved the User content moderation to a new main menu item
    • Search field doesn’t expand it’s bounds on focus
    • Moved the environment selector in platform settings, so it's in line with how you switch in other places
    • Added URL's for each tab in the player page, to make it easier to link to
    • Removed the possibility of flagging UGC assets

    Bug Fixes

    • Fixed issue where we would link to player on member type leaderboards, even though that's not possible

    Unity SDK

    Released v1.1.39

    Changes

    • Apple Refresh tokens - Signing in with Apple now returns a refresh token that can be used to refresh the sign in until it expires instead of doing the full sign in flow.

    Bug Fixes

    • When a request fails, the HTTP Status Code will now be returned for inspection
    • EndSession no longer fails if called when no session is active
    • Stability work to White Label methods, also updated documentation of the methods
    • GetAssetInformation now works

    Deprecations

    • Deprecated GetAssetInformation(string assetId, Action onComplete), is replaced by new method GetAssetInformation(int assetId, Action onComplete)
    • Deprecated StartWhiteLabelSession with password as an argument

    Game API

    Changes

    • Add support for Asset Variations for Heroes. This allows for using variations on Heroes.

    Bug Fixes

    • Fixed issue where deleting a player's profile did not delete the player's name (if provided).
    • Fixed issue resulting in moderation reports not being created

    Server API

    Changes

    • Add support for Asset Variations for Heroes.

    Admin API

    Changes

    • Added endpoint for getting leaderboard by ID

    Bug Fixes

    • Fixed issue where activating asset using /activate endpoint would not clear cache for asset list endpoints
  • Author image
    Alexander BergendahlOctober 21, 2022

    2022-10-21

    Unity SDK

    Bug Fixes

    • GetAssetInformation is now working as intended.
    • Links inside asset-variations now return correctly.

    Server API

    Changes

    • Universal Assets are finally available in the Server API!
    • All Asset Instance endpoints from the Game API are now available in the Server API too.
  • Author image
    Alexander BergendahlOctober 14, 2022

    2022-10-14

    Web Console

    Changes

    • We're now showing the players names on the list of leaderboard scores, with a link to the player page.
    • User scores can be updated and deleted from the Leaderboard tab on the Player page.
    • Users can clear search boxes.

    Admin API

    Changes

    Bug Fixes

    • Squashed a bug that made it impossible to have multiple Attachment Types for assets in some situations.
  • Author image
    Tobias BergSeptember 30, 2022

    2022-09-30

    This week is a little short on changes, but a lot of preparations and behind the scenes things are going on to allow us to move fast in the coming weeks.

    Web Console

    Bug Fixes

    • Fixed an issue with removing progression rewards.
  • Author image
    Alexander BergendahlSeptember 23, 2022

    2022-09-23

    Happy Friday! Here are new changes and bug fixes that were released this week.

    Web Console

    Changes

    • We've updated the UI for Collectables to use our new frontend framework.
      • Also added the ability to delete collectables.

    Bug Fixes

    • Fixed an issue making it impossible to remove collectable groups.

    Unity SDK

    Changes

    • Added CI tests.

    Bug Fixes

    • Fixed bug with rental assets not returning the correct information.
    • Fixed bug with Triggers not returning information about granted assets.
    • Bug fixes in sample scene, missing meta-files.

    Game API

    Changes

    Bug Fixes

    • Fixed an issue with listing leaderboards causing errors when pagination parameters are out of bounds.

    Admin API

    Changes

    • Added documentation for all Collectables endpoints.

    Bug Fixes

    • Fixed an issue making it impossible to remove collectable groups.
  • Author image
    Tobias BergSeptember 16, 2022

    2022-09-16

    Unity SDK

    Bug Fixes

    • Fixed an issue with GetAllMemberRanks method
  • Author image
    Tobias BergAugust 19, 2022

    2022-08-19

    Unity SDK

    • Updated SDK description
    • Added MIT License
    • Added samples for common use cases
1...56789...13