# How to synchronize animations MultiPlayer HLAPI

**URL:** https://community.nianticspatial.com/t/how-to-synchronize-animations-multiplayer-hlapi/1939
**Category:** I'm Stuck
**Created:** [May 6, 2022, 4:54am UTC](https://community.nianticspatial.com/t/how-to-synchronize-animations-multiplayer-hlapi/1939 "2022-05-06T04:54:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![shingogoto](https://avatars.discourse-cdn.com/v4/letter/s/ce7236/32.png) [@shingogoto](https://community.nianticspatial.com/u/shingogoto)
#### Post date: [May 6, 2022, 4:54am UTC](https://community.nianticspatial.com/t/how-to-synchronize-animations-multiplayer-hlapi/1939/1 "2022-05-06T04:54:10Z")

</div>

_Include the following details (edit as applicable):_

- **Issue category** : Multiplayer
- **Device type & OS version** : iOS
- **Host machine & OS version** : Mac
- **Issue Environment** : Unity Remote / Unity Mock / On Device / Dev Portal
- **Xcode version** :
- \*\*ARDK version_1.3.1_:
- \*\*Unity version_2020.3.26_:

Description of the issue:  
I was able to synchronize the position of objects using the multiplayer functionality as in the PongHLAPI in the tutorial. However, the animation when moving is not synchronized and looks unnatural. How can I synchronize the animations as well? I would appreciate an answer.

---

<div class="post-metadata">

### Author: ![Erik\_Brown](https://sea2.discourse-cdn.com/niantic/user_avatar/community.nianticspatial.com/erik_brown/32/25_2.png) [@Erik\_Brown](https://community.nianticspatial.com/u/Erik_Brown)
#### Post date: [May 6, 2022, 8:56pm UTC](https://community.nianticspatial.com/t/how-to-synchronize-animations-multiplayer-hlapi/1939/2 "2022-05-06T20:56:53Z")

</div>

It is possible to set up unique networked behavior such as animations. The [HLAPI FAQ](https://lightship.dev/docs/hlapi_faqs.html) shows how to inherit from `NetworkedBehaviour` class and use `NetworkedField<T>` to synchronize arbitrary values (i.e. color in the example). For further information on spawning network objects, you can check out the [HLAPI network spawning tutorial](https://lightship.dev/docs/hlapi_network_spawning.html).

---

<div class="post-metadata">

### Author: ![shingogoto](https://avatars.discourse-cdn.com/v4/letter/s/ce7236/32.png) [@shingogoto](https://community.nianticspatial.com/u/shingogoto)
#### Post date: [May 9, 2022, 4:46am UTC](https://community.nianticspatial.com/t/how-to-synchronize-animations-multiplayer-hlapi/1939/3 "2022-05-09T04:46:10Z")

</div>

Thanks for the reply.  
I will try it.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/niantic/user_avatar/community.nianticspatial.com/system/32/13_2.png) [@system](https://community.nianticspatial.com/u/system)
#### Post date: [May 9, 2022, 6:47am UTC](https://community.nianticspatial.com/t/how-to-synchronize-animations-multiplayer-hlapi/1939/4 "2022-05-09T06:47:04Z")

</div>

This topic was automatically closed 2 hours after the last reply. New replies are no longer allowed.
