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 1528664 commit 1f79be8Copy full SHA for 1f79be8
Assets/MRTK/Tests/PlayModeTests/BaseCursorTests.cs
@@ -138,6 +138,8 @@ public IEnumerator ArticulatedCursorState()
138
// Move back so the cursor is no longer on the object
139
yield return hand.MoveTo(offObjectPos, numFramesPerMove);
140
VerifyCursorStateFromPointers(inputSystem.FocusProvider.GetPointers<ShellHandRayPointer>(), CursorStateEnum.Interact);
141
+
142
+ yield return null;
143
}
144
145
[UnityTest]
0 commit comments