Unity Authentication
View Unity AuthenticationAuthentication SDK 3.7.0
4 documented changes.
- Version
- 3.7.0
- Released
- Jun 1, 2026
- Product
- Unity Authentication
Unity Gaming Services release notes
Official notesAuthentication SDK 3.7.0
Added
- Feature
Added a Targeting component and enablement: `AuthenticationService.Instance.Targeting.SetEnabled(true)` .
- Feature
Added `IAuthenticationService.GenerateRestrictedTokenAsync(RestrictedTokenOptions)` for issuing a session token with caller-controlled restrictions, returned to the caller rather than applied to the current session.
Changed
- Improvement
Updated the minimum supported Editor version to 2022.3.
Fixed
- Removal
Fixed an issue where enabling Unity Player Accounts on iOS removed other custom URL schemes from the app.
- iOS