Hey,
I was hoping there was a way to only sync x and z position. I have these floating spheres and cubes that bob to look like they are hovering. But sending that data over the internet is useless as they really only move on a 2d plane (there is no hills or jumping) and would need to be updated every frame to look good. The server doesn't need to compute the hover or the spinning because there is no facing direction. It is a very simple game. If this can be done with a function beautiful otherwise I'll have to find a way to make the computer ignore the received y coordinate.
Kind regards,