We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a052416 commit 722985aCopy full SHA for 722985a
1 file changed
com.unity.netcode.gameobjects/Runtime/NetworkVariable/NetworkVariable.cs
@@ -413,7 +413,7 @@ internal override void WriteFieldSynchronization(FastBufferWriter writer)
413
/// </summary>
414
internal override void OnSpawned()
415
{
416
- // Assure any changes made to any NetworkVariable during spawn or post-spawn are
+ // Assure any changes made to this NetworkVariable during spawn or post-spawn are
417
// serialized with the CreateObjectMessage.
418
if (IsDirty() && CanSend())
419
0 commit comments