Hi guys,
I want to ask you create special object to move. Lets imagine we have some object we can “drive” but without controls. For vehicles there is VehicleSeat I know about this option. But if this object is controlled by mouse for example x and y axis. What is fastest way. control object locally and send data to server ? or send to server x and y from mouse and edit object by this mouse data ? I want to achieve lowest latency.
Thank you guys