a UDP packet has the data(bytes[]) and data length(int length)
of course there is the problem in that ints over 128(or 255) can’t be a byte. I need to send x,y position and rotation, clientID, etc… the usualstuff.
Can a datagram packet hold data[][]l, in order to send an int converted to a byte array?
How do you guys send locational info to clients?
M