We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1315486 commit 5cd76f3Copy full SHA for 5cd76f3
1 file changed
docs/_docs/the-basics/messaging-system.md
@@ -95,7 +95,7 @@ private void Update()
95
{
96
writer.WriteInt32Packed(Random.Range(-50, 50));
97
98
- InvokeClientRpcOnEveryone(MyClientRPC, stream);
+ InvokeClientRpcOnEveryonePerformance(MyClientRPC, stream);
99
}
100
101
@@ -107,7 +107,7 @@ private void Update()
107
108
109
110
- InvokeServerRpc(MyServerRpc, stream);
+ InvokeServerRpcPerformance(MyServerRpc, stream);
111
112
113
0 commit comments