Sending long messages over network

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 :frowning:

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?

  1. Split it up
  2. Build your own communication protocol

What? That should take you 15 minutes top!

Yeah ok, I thought about it again and you guys are right, splitting it up is very easy. Maybe I worked too long yesterday :wink: