Releases: lootlocker/unity-sdk
Releases · lootlocker/unity-sdk
Lootlocker_UnitySDKv1.1.26
- Added more parameter type options when getting member ranks for leaderboards
Lootlocker_UnitySDKv1.1.25
- Added Player files support
Lootlocker_UnitySDKv1.1.24
- Fixed an issue with Debug logs not showing properly
Lootlocker_UnitySDKv1.1.23
- Added player_created_at field to LootLockerSessionResponse model
- Added acquisition_date field to LootLockerInventory model
- Improved error handling for server requests
Lootlocker_UnitySDKv1.1.22
- Improved error handling for null responses
Lootlocker_UnitySDKv1.1.21
- Fixed an issue with LookupPlayerNames methods
Lootlocker_UnitySDKv1.1.20
- Fixed a crash when a player reached the highest possible level
Lootlocker_UnitySDKv1.1.19
- Renaming assetID to assetInstance ID on all assetInstance function parameters
- Added ObsoleteAttribute(with false, so deprecated) to UpdateKeyValuePairByIdForAssetInstances(), it was not working correctly, will be -marked as obsolete when SDK is updated next time.
- Added new UpdateKeyValuePairByIdForAssetInstances() with correct parameters.
- Added UpdateKeyValuePairForAssetInstances() that updates asset instances by key/value name
- Added SetDefaultCharacter function.
Lootlocker_UnitySDKv1.1.18
- Introduce ability to get player names using player ID's from different platforms.
Lootlocker_UnitySDKv1.1.17
- Fix issue where using
EndSession
on White Label Login would not destroy the session - Create new version of
EndSession
which takes no input