Version: 2017.3 (switch to 2017.4)
Networking Reference
NetworkBehaviour
Other Versions

NetworkAnimator

The NetworkAnimator is used to synchronize animations across the network.

Properties

Property: Function:
animator The Animator component on the object to synchronize.

Details

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

Did you find this page useful? Please give it a rating:

Networking Reference
NetworkBehaviour