hi all. I’m trying to send an object from server to client. the object holds (beside some strings) a byte array which represents an image file. Thus, the objects can be quite huge (depending on the image, e.g. like 300kb). I tried to send it via RPC as custom struct which failed because of the size. Now i’m sending it as NetworkMessage via NetworkServer.SendByChannelToAll on the reliableFragmented