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.09k stars 430 forks source link

fix: Pass the transport type to the error #2788

Closed miniwolf closed 6 months ago

miniwolf commented 6 months ago

In cases where the specific transport can be used to guide the user to better support, we pass this information to the error log.

If the version is Unity Transport Protocol (UTP) we also pass the specific transport protocol to determine if relay protocol is being used

https://jira.unity3d.com/browse/MTT-7746

Changelog