We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c32f3f commit 35da82eCopy full SHA for 35da82e
docs/tutorials/goldenpath_series/gp_module_two.md
@@ -70,8 +70,7 @@ public class NetworkVariableTest : NetworkBehaviour
70
if (t_now - last_t > 0.5f)
71
{
72
last_t = t_now;
73
- Debug.Log("Server set its var to: " + ServerNetworkVariable.Value + ", has client var at: " +
74
- ClientNetworkVariable.Value);
+ Debug.Log("Server set its var to: " + ServerNetworkVariable.Value);
75
}
76
77
0 commit comments