hope to be in the right section. I’m just learning motionMatching importing Lyra animations to the 3D TPS project by default. All fine, motion matching activated and working but it doesnt select some animations despite I’ve imported them into the database.
Jumping animations fro instance, not set, and also as soon I start running, the character slides forward in idle animation for a moment instead the change animation once pressed button.
I am having same issue. watch this video
i have been trying motion matching (with replication) with lyra animation pack, but there seems to be a problem when spamming A and D keys repeatedly the owing client seems to predict the pose correctly while the other client seems to be stuck with just one animation (while the mesh is moving) please refer the above video and help me diagnose the problem
I finally fixed the issue temporarily by replicating the character trajectory component. But by debugging it in a network profiler its 14 times more unoptimized than the normal state machine system. If you dont want to create a networked game then you can go with my implementation. I can share the files if you want.
But in a networked game i dont think replicating trajectory component is a good idea. I am now trying it in unreal 5.5 version, maybe they had solved this issue and it works out of the box, lets see.