Multiple RPC

I have a question:

Multiple RPC calls are packed into one net packet or each RPC generate its own net packet if send during the same Updade()?

Thanks!

Comments

  • RPCs that are called in the same Update will be sent in one udp package (if they fit in) but will be a message each.