Version: 5.3 (switch to 5.4b)
Networking Reference
NetworkBehaviour

NetworkAnimator

The NetworkAnimator is used to synchronize animations across the network.

Свойства

Свойство: Функция:
animator The Animator component on the object to synchronize.
localPlayerAuthority Controls whether this object is animated on the local client.
playAnimsDirectly This should be set if the object is animated directly from code instead of by transition triggers based on animation parameters.
sendRate The number of times per second that animation parameters should be automatically sent.

Детали

Networking Reference
NetworkBehaviour