Unity3D RakNet Vehicle Testing

#unity3d #networking #vehicles Recently started adding vehicles to the multiplayer game, and I want to share the result. Since physics is to some extent deterministic, based on extrapolation data, I continue to use physics on objects, after the client receives data from the server, I simply correct the latest data and get beautiful and smooth physics even with high ping and losses :)
Back to Top