Added more parameter type options for all Leaderboard related methods
Added support for setting player files public or private
Added support for retrieving other player's public files
1.1.26 - 2022-06-13
Added more parameter type options when getting member ranks for leaderboards
1.1.25 - 2022-06-08
Added Player files support
1.1.24 - 2022-06-01
Fixed an issue with Debug logs not showing properly
1.1.23 - 2022-06-01
Added player_created_at field to LootLockerSessionResponse model
Added acquisition_date field to LootLockerInventory model
Improved error handling for server requests
1.1.22 - 2022-05-23
Improved error handling for null responses
1.1.21 - 2022-05-19
Fixed an issue with LookupPlayerNames methods
1.1.20 - 2022-05-16
Fixed a crash when a player reached the highest possible level
1.1.19 - 2022-05-11
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.
1.1.18 - 2022-05-10
Introduce ability to get player names using player ID's from different platforms
1.1.17 - 2022-05-04
Fix issue where using EndSession on White Label Login would not destroy the session
Create new version of EndSession which takes no input
1.1.15 - 2022-04-28
Fix issue where failing the request when trying to start a guest session would wipe the internal playerID
1.1.14 - 2022-04-20
Add support for Sign in with Apple
1.1.13 - 2022-04-14
Fix all uncallable methods in SDK manager
1.1.12 - 2022-04-14
Fix ResetAssetCalls method not working
1.1.10 - 2022-04-11
Make it possible to use either string or int when getting leaderboard member score
1.1.9 - 2022-03-22
Added initial support for Xbox One
1.1.8 - 2022-02-24
Added support for reading Data Entities on Assets
1.1.7 - 2022-02-21
Added ping endpoint
1.1.6 - 2022-02-18
Added new version of StartGuestSession which takes a custom player identifier
1.1.5 - 2022-01-09
Re-enable support for Nintendo Switch
1.1.4 - 2022-01-26
Ensure the SDK once again works in Unity 2019
1.1.3 - 2022-01-25
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
1.1.2 - 2022-01-18
Added support for White Label Login session tokens
1.1.1 - 2021-11-23
Fix issue where development mode did not work when verifying steam user
1.1.0 - 2021-11-18
Add support for Guest Login
Add support for White Label Login
Remove unused platforms in the settings dropdown
Improve the settings view visuals
1.0.10 - 2021-10-22
Add support for submitting score with leaderboard key
1.0.9 - 2021-10-07
Add support for getting UGC Assets by creator player ID
1.0.8 - 2021-10-07
Fixed broken API URL
1.0.7 - 2021-09-25
Add support for metadata in leaderboards
Fix various broken methods
Update project README
1.0.6 - 2021-08-22
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
1.0.5 - 2021-06-04
Added ability to get and set names of players
Changed "LootLockerMember" class name to "LootLockerLeaderboardMember"
General improvements and fixes
1.0.4 - 2021-04-21
Added access to the new leaderboard APIs
General improvements and fixes
1.0.3 - 2021-04-06
Completely extracted Admin SDK for normal Game SDK
Added ability to update config using the Project Settings of Unity
Fixed minor bug where response text was not being updated
Added support for Unity Package Manager
Added dependency to use Unity's newtonsoft json package
1.0.2 - 2021-02-13
Added new APIs for the updated character creation and class system