LootLocker_UnitySDKv3.6.0
Features
- Updated Steam Authentication - We have updated the way we start steam session to make it less error prone and to inline it to a single call for the developer.
- Create UGC as completed - You can now set user generated content as completed when creating it, simplifying the flow.
- New player info endpoints - We have introduced new endpoints where you can look up players using any of a few different identifiers.
Bug Fixes
- Adress null reference exceptions in samples - We have updated the samples so that the scripts are not started until after the first frame to avoid UI resources not having been initialized.
Deprecations
- SubmitXp and GetXpAndLevel have been deprecated in favor of the independent progressions system.
- GetOtherPlayerInfo and GetPlayerInfo has been deprecated in favor of the new methods ListPlayerInfo and GetCurrentPlayerInfo respectively.
- SteamSessionTicket, VerifySteamID and StartSteamSession have been deprecated. You should instead be using one of the VerifyPlayerAndStartSteamSession variants.
Full Changelog: v3.4.0...v3.6.0