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

fix: host not generating its own local client disconnect notification #2822

Closed NoelStephensUnity closed 3 months ago

NoelStephensUnity commented 4 months ago

This fix assures a host will invoke OnClientDisconnectCallback for its local client when it is internally shutting down.

fix: #2789

Changelog

Testing and Documentation