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.16k stars 435 forks source link

fix: new message versioning starting after session owner message #2942

Closed NoelStephensUnity closed 6 months ago

NoelStephensUnity commented 6 months ago

Fixing session owner and time synchronization issue by including the session owner message in the legacy ordinally sorted message indices ordering.

MTTB-129

Changelog

Testing and Documentation