- Home /
NetworkTransform not interpolating?
I am currently trying to make a multiplayer FPS with a dedicated server, so I'm running a Unity Solution as the server and a Unity Solution for all of the clients. As of right now I can start the server and connect players, and they spawn in correctly and their movement is synced, but it's very choppy. I am using Unity's NetworkTransform, and I will attach screenshots of the player's components on both the client and the server. I've tried to fiddle with the all of the variables (send rate, transform sync mode, interpolate movement factor, etc) and the only one that makes a difference is the send rate (but only when it gets unsupportably high and it's not because it's lerping). It seems as though the NetworkTransform isn't interpolating at all, and I can't figure out why. Any insight would be incredibly appreciated. Thanks!
Your answer
Follow this Question
Related Questions
Unity networking tutorial? 6 Answers
Unet assigning local player Authority to a gameObject. 1 Answer
How would I continue an object's movement in the same direction as per last user input? 1 Answer
How to sync the position and rotation of a player controlled object over network? 0 Answers
Sending Animation Over Network 0 Answers