I’m following everything on the wiki regarding LoadAnimation
and my game has some animation replication inconsistencies. I am creating the AnimationController
and Animator
on the server and creating the Animation
doing LoadAnimation
and playing the animation track on the client, yet there are some visual issues.
Notice how the red player equips first, it doesn’t load the animation for the other players. However it’s fine from his perspective. I’m doing the LoadAnimation
once on the first equip on the equipping player’s client.