Web Console
Changes
- Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
- Platform keys and other sensitive information are now behaves like a password input, with toggleable visibility, except the first four characters are visible for easy identification.
- Assets in the asset list and grid views are now able to be filtered by their context type eg. Soft Currency Package, Feature Unlocks, or any of your custom contexts.
- You can now see player file revisions in the Player files section and revert to previous versions of the file.
Unreal SDK
Changes
- Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
- Major overhaul of LootLocker 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
- 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
- Added methods to handle heroes with variations
Bug Fixes
- Avoid logging sensitive information, especially outside the editor
- Fixed bug that broke White Label login
Unity SDK
Changes
- Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
- Major overhaul of LootLocker 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
- 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
- Updated LootLockers logging system and allowed for more granular control of what's logged.
- Obfuscate sensitive information in logs
Bug Fixes
- 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
- Fixed bug that broke White Label login
Game API
Changes
- Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
- Added an endpoint for updating Player Files.
Server API
Changes
- Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
- Added an endpoint for updating Player Files.
Admin API
Changes
- Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
- Added an endpoint for updating Player Files.
- Added an endpoint for reverting to previous revisions of Player Files.