Hello, I have a root animation for a character(a basic, straight charge) which I try to replicate across all clients. I’m using a multicast event to play it and it seems to work fine but I get this warning in the log
LogRootMotion:Warning: Server
disagrees with Client’s track
position!! ServerTrackPosition:
0.043700, ClientTrackPosition: 0.000000, DeltaTrackPosition: 0.043700. TimeStamp: 10.983173
and sometimes the client freezes for like half a second before it starts, but otherwise it seems to work(every client sees the animation and the movement happens properly)
I do not get this warning nor the freeze when I use it on the server (with listen server open),only with clients. Does anyone know why?