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: shutdown and shutdown notification issues [MTT-7791] [MTT-7540] #2789

Closed NoelStephensUnity closed 6 months ago

NoelStephensUnity commented 6 months ago

This PR includes several fixes to the NetworkManager shutdown sequence where:

MTT-7791 MTT-7540

fix: #2759 fix: #2705 fix: #2699 fix: #2389 fix: #2064 fix: #1880

Changelog

Testing and Documentation