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 eeb6f73 commit de28f0dCopy full SHA for de28f0d
com.unity.netcode.gameobjects/Tests/Runtime/NetworkVariableTraitsTests.cs
@@ -137,6 +137,11 @@ public void WhenNoThresholdIsSetButMinTimeHasNotPassed_VariableIsNotSerialized()
137
Assert.AreEqual(0.15f, testComponent.TheVariable.Value);
138
}
139
140
+ /// <summary>
141
+ /// Integration test to validate that a <see cref="NetworkVariable{T}"/> with <see cref="NetworkVariableUpdateTraits"/>
142
+ /// does not cause other <see cref="NetworkVariable{T}"/>s to miss an update when they are dirty but the one with
143
+ /// traits is not ready to send an update.
144
+ /// </summary>
145
[Test]
146
public void WhenNonTraitsIsDirtyButTraitsIsNotReadyToSend()
147
{
0 commit comments