What's the appropriate way to make authoritative movement?

Options
filipd
edited July 2013 in Photon Server
Basically , i want to send "Target Position" to the server , the server calculates trip distance,velocity and direction and it sends it to the client for interpolation/extrapolation.

I know i should use custom operation to send the target position to server , but how should I update that to the other clients (i guess i should send position based on time)? Events?

Comments