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: NetworkTransport early and post late updates #3113

Closed NoelStephensUnity closed 2 weeks ago

NoelStephensUnity commented 3 weeks ago

This PR improves upon UnityTransport's oder of operation when it comes to:

Changelog

Testing and Documentation