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.
2 parents 681c719 + 197f239 commit 218bf59Copy full SHA for 218bf59
Assets/HoloToolkit/Input/Scripts/Cursor/Cursor.cs
@@ -294,6 +294,7 @@ protected virtual void UpdateCursorTransform()
294
if (TargetedObject == null)
295
{
296
this.TargetedObject = null;
297
+ this.TargetedCursorModifier = null;
298
targetPosition = gazeManager.GazeOrigin + gazeManager.GazeNormal * DefaultCursorDistance;
299
targetRotation = lookForward.magnitude > 0 ? Quaternion.LookRotation(lookForward, Vector3.up) : transform.rotation;
300
}
0 commit comments