Lighter Vector3 stream

Options
I'm making a VR game and I have to send over a lot of IK data in SeralizeMovementState.

Is there a cheaper way to send over Vector3 in a stream?

If I compress Vector3's down to bytes and then send them over will that be more effective? Or does photon do this for us?

Comments