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: networkanimator auto owner authoritative mode when in distributed authority #3021
This PR just makes
NetworkAnimator
automatically switch to owner authoritative mode when using a distributed authority network topology.Changelog
NetworkAnimator
to automatically switch to owner authoritative mode when using a distributed authority network topology.Testing and Documentation