Features
- We've added Playstation Network v3 support to the SDK
Deprecations
- We've refactored the Playstation authentication flow so instead of needing to first verify the player and then starting a session we have baked the two steps together into one call. So use
VerifyPlayerAndStartPlaystationNetworkSession
instead of theVerifyID
andStartPlaystationNetworkSession
methods.
Full Changelog: v6.0.0...v6.1.0