- Home /
Networking - How to prepare for Interpolation?
I am currently building a very simple networking game. My player moves using transform.Translate() and transform.Rotate() - but at this moment the code is so simple it can still be changed. Previously, I've handled this by sending key commands over the network. However, this hasn't really taken lag and latency into account and I was wondering if there was a better way to set up packets. I know I need to send a timestamp. Should I also send the last known vectors?
Answer by Dave-Carlile · Mar 15, 2013 at 12:40 PM
Here are a couple of good resources that discuss networking for FPS type games.
https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking
Your answer
Follow this Question
Related Questions
Network Movement Sync Very jumpy. 0 Answers
Network Trasnform Interpolation Factor 2 Answers
Network Interpolated Transform resets position? 1 Answer
UNET Network Transform Child 0 Answers