One option is you can replicate position and velocity from server to client. Then on client you can interpolate current position to new server position so it’s a bit smoother and not jarring.
1 Like
One option is you can replicate position and velocity from server to client. Then on client you can interpolate current position to new server position so it’s a bit smoother and not jarring.