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: new message versioning starting after session owner message #2942

Closed NoelStephensUnity closed 3 weeks ago

NoelStephensUnity commented 3 weeks 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