Unity-Technologies / com.unity.netcode.gameobjects

Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
MIT License
2.15k stars 435 forks source link

fix: provide users ability to get client endpoint #3130

Closed NoelStephensUnity closed 2 days ago

NoelStephensUnity commented 3 days ago

This PR adds a UnityTransport.GetEndpoint method to provide users the ability to obtain endpoint connection information about a specific client identifier.

Changelog

Testing and Documentation