Lootlocker_UnitySDKv1.1.45
What's Changed (includes 1.1.44)
Features
- Overhauled Progression System: We're excited to give you a new feature. Learn more here: https://docs.lootlocker.com/game-systems/progressions
- Major overhaul of LootLocker settings (https://docs.lootlocker.com/the-basics/unreal-quick-start/download-the-lootlocker-sdk#configure-the-sdk-in-project-settings)
- Deprecated Platform selector: No need to set the platform here, instead you should use the appropriate StartSession method for your platform.
- Deprecated legacy API keys (that don't start with dev_ or prod_): If you're on one of those, generate new keys and use those instead (https://console.lootlocker.com/settings/api-keys)
- Clarified descriptions
- Added method to update player files
- Added method that allows a player to delete themselves
- Added a single method combining WhiteLabel Login and Start Session -> WhiteLabelLoginAndStartSession (https://docs.lootlocker.com/players/authentication/white-label-login#logging-in-and-starting-a-session)
Bugfixes
- Avoid logging sensitive information, especially outside the editor
- Fixed bug that broke White Label sign in
Full Changelog: v1.1.43...v1.1.45