I thought I would try to add the lyra animations to my existing project I have migrated to UE5 to learn how they work and have it works locally but running into issues when replicating. And curious if the Lyra Anims are possibly being replicated in C++ is why I am having issues?
Locally and on the server the characters are animated fine. But on the client they are stuck in A Pose
I have checked the animation blueprint and the base mesh I have set as component replicates, and the Animation blueprint is the ABP Mannequin Base.
I then thought maybe it needs to replicate the BP from the start so I added some replication events to call server, but the following updates locally and for the server but not to other clients.
I am kind of stumped if anyone can help. I’ll update if I can figure this out but thought I would ask here to see if anyone else has experienced.