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: allow clients to set client synchronization mode distributed authority #2985
This update allows clients to set the client synchronization mode since any client can be promoted to session owner.
Changelog
NetworkSceneManager
client synchronization mode when using a distributed authority network topology.Testing and Documentation