Physical Animation not sync well in multiplayer game?

Hi there,
I added physical animation to Shooting Game demo.
It works ok in single player mode, however when I tested in multiplayer mode, the character’s skeleton look not fully sycned, and some time show wired result.

Since normal animation works correctlly for replication, is there any way to make phycial animtion works correctly as well?

I’m using unreal 4.27
Thanks.

Hi there,
Replicating physics with high accuracy is hard to achieve. I am also looking for a similar solution.
I found a free plugin at Epic’s Marketplace called Passive Ragdoll that should do the work in UE4.26 and earlier. Unfortunately, the developer didn’t update it to latest UE versions.

(Passive Ragdoll in Code Plugins - UE Marketplace)

I’ll see If I can find something and share here.

1 Like

I just find one thing, that if turn off “Use Less CPU when in Background”, the error will be much less!
however there are still some small different present.

Also I find another problem that if i set network simulation to “bad” there will be some strange error happenes. So I think the physical animation or physical may have problem.

1 Like