Hi everybody,
I want to send a byte through the network.
I saw in the online man of NetworkServer that there is SendBytesToReady().
The problem is, the online man shows me this:
- NetworkServer.SendBytesToReady(byte buffer, int numBytes, int channelId)
But the autocompletion on my side shows this:
-
NetworkServer.SendBytesToReady(GameObject contextObj, byte buffer, int numBytes, int channelId)
Should I ask them to update it? (if yes, where? how?)
Can we find more updated man to download?
What could be this new parameter?