2024-01-12
Console
Changes
- The LootLocker Console is now response, allowing you to manage your game from any device, anywhere.
Unity SDK
Changes
- Refresh Remote Sessions: Remote sessions now provide a refresh token that can be used to refresh the session without fully re-authorizing.
- Grant and Remove Assets You can now grant and delete assets from a player directly from the game if you allow it in the console.
Bug Fixes
- The catalog now correctly handles the pagination cursor.
Continuous Integration
We have significantly improved our continuous integration and testing. Here for example is the run for this release: https://github.com/lootlocker/unity-sdk/actions/workflows/run-tests-and-package.yml
Unreal SDK
Changes
- Refresh Remote Sessions: Remote sessions now provide a refresh token that can be used to refresh the session without fully re-authorizing.
- Grant and Remove Assets You can now grant and delete assets from a player directly from the game if you allow it in the console.
Bug Fixes
- The catalog now correctly handles the pagination cursor.
Unreal Server SDK
Bug Fixes
- BREAKING CHANGE, moved all of the header files to the public folder. You will no longer need to use the
#include "LootLockerServerSDK/Private/ServerAPI/<file>.h;include line. Instead use#include "LootLockerServerSDK/Public/ServerAPI/<file>.h; - Fixed uninitialized parameters
- Added unit tests