Hey folks,
I wanted to use the RPC system to send messages from server to client and vice versa.
Now that I wanted to send JSON strings by RPC I’ve reached the maximum allowed length per string
Now a solution could be to send the message with the string as smaller chunks but that would be very uncomfortable and I would prefere Unity to do this.
So is there a comfortable way to send longer messages over the network?