I have the Locomotion System implemented on a project.
In Single Player mode, all the character animations using the Locomotion System look fine; however, in Multiplayer mode, all characters controlled from another computer have too fast animations.
I'm simply using a NetworkView on the characters to synchronize the Transform component. I also tried making the model with the animations a child node and creating another NetworkView to synchronize the Animation component.
Any tips or suggestions to get the Locomotion System animations working properly in a multiplayer game?