Lootlocker_UnitySDKv1.1.44
What's Changed
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/unity-quick-start/install-and-configure-the-sdk#configure-via-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 texts
- 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)
- Updated LootLockers logging system and allowed for more granular control of what's logged.
- Obfuscate sensitive information in logs
Bugfixes
- GetOtherPlayerXPAndLevel is no longer broken
- The SDK now registers as initialized even when manually initialized
- The SDK now logs errors as errors ;)
- EndSession will no longer throw an error if no session exists
Full Changelog: v1.1.43...v1.1.44