I’m using the DemoNetDriver for a replay system and I’ve noticed the movement looks great with the Third Person Character but it looks snappy with the Vehicle Template.
I’ve tried changing the Physics Replication Mode to Predictive Interpolation and Resimulation but the margin of error in movement is too much. I’ve also played around with the Replication values in the pawn but it didn’t help much. Is there any way to decrease the snappy movement in the Default setting?
I’ve noticed something. In my other project, I enabled the physics prediction and I’m using the interpolation option, but it looks laggy too. Same with resimulation.
Increasing both the Net Update Frequency and the Min Net Update Frequency makes it a bit smoother, but not even close to what I need.
Any ideas? I don’t understand why it works perfect with the Third Person Character but not with the vehicle or even a cube.