Unity Authentication
View Unity AuthenticationAuthentication SDK 3.6.0
3 documented changes.
- Version
- 3.6.0
- Released
- Jan 1, 2026
- Product
- Unity Authentication
Unity Gaming Services release notes
Official notesAuthentication SDK 3.6.0
Added
- Feature
Added ability to specify scopes when signing in with a service account in the server authentication service. The base method now provides all scopes associated to the service account.
Changed
- Change
Changed the `SessionToken` value to be public for easier access.
Fixed
- Fix
Fixed an issue with ID token validation during code-link to check for both null and empty string values, ensuring proper handling of invalid tokens.