com.unity.services.authentication 3.3.0
com.unity.services.authentication
Notes: processedReleased January 12, 2024
Unity Compatibility
Minimum Unity: 2020.3
Package Dependencies
- com.unity.modules.unitywebrequest (1.0.0)
- com.unity.nuget.newtonsoft-json (3.2.1)
- com.unity.services.core (1.12.2)
- com.unity.ugui (1.0.0)
✨ Features
- Added `LastNotificationDate` field to inform the client of the player's notifications last created date.
- Added `GetNotificationsAsync` method to allow the client to request the player's notifications
- Added `Notifications` field to cache the notifications after GetNotificationsAsync is called
- Added `BannedUser` error code to identify an exception when a user has been banned.
🔧 Bug Fixes
- Fixed authentication refresh and expiration scheduling relying on device time which could cause edge cases.
