Version: 5.6
Networking Reference
NetworkBehaviour

NetworkAnimator

The NetworkAnimator is used to synchronize animations across the network.

Свойства

Свойство: Функция:
animator The Animator component on the object to synchronize.

Детали

  • The NetworkAnimator synchronizes state and parameters from an AnimatorController.
    Transitions are usually triggered by parameters, this component plays animations, not transitions.
Networking Reference
NetworkBehaviour