grid movement is predictable, you know the exact start and end so rather than replicate each movement tick you could just replicate the move command and each client can interp smoothly
1 Like
grid movement is predictable, you know the exact start and end so rather than replicate each movement tick you could just replicate the move command and each client can interp smoothly