Imagine I want to set +50 parameters from the server to a client (it’d include multiple types: bools, ints, floats, vectors, etc.). What would be the best practice to accomplish this?
ClientRpc with custom INetworkSerializable struct.
Hi @CodeSmile , thanks for answering. Could you provide a little example of it?