Unity Friends
View Unity FriendsFriends SDK 1.2.0
7 documented changes.
- Version
- 1.2.0
- Released
- Jun 1, 2026
- Product
- Unity Friends
Unity Gaming Services release notes
Official notesFriends SDK 1.2.0
Added
- Feature
Updated `com.unity.services.core` to 1.13.0 and `com.unity.services.authentication` to 3.3.3.
- Feature
Added service registration to the core services registry.
- Feature
Added service access through the core services registry ( `UnityServices.Instance.GetFriendsService()` ).
- Feature
Added support for service instances ( `UnityServices.CreateServices` ).
- Feature
Added new error codes.
- Feature
Added `ResetStaticsOnLoad` with annotation `RuntimeInitializeOnLoadMethod` to `FriendsService` so static variables are reset upon entering Play mode.
Changed
- Improvement
Updated the minimum supported Editor version to 2022.3.