Triggered animations not synced

Options
Hi,

Does anybody know how to sync triggered event animations over Photon properly?

Animations which are triggered, such as attack etc don't always get synced over multiplayer. From what I've read it's likely due to the short duration of the trigger causing it not to get synchronised over the network. Here's a video example:

https://youtube.com/watch?v=CRR6a0_g0vU&feature=emb_title


I'm using the photon animator view script, and it works well for animations such as players walking, but not those which are triggered on a button click.

Comments