We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e71a2a commit 66655a9Copy full SHA for 66655a9
Runtime/Interaction/HPUIInteractor.cs
@@ -101,6 +101,8 @@ public override void GetValidTargets(List<IXRInteractable> targets)
101
ListPool<IXRInteractable>.Release(recievedTargets);
102
}
103
104
+ // NOTE: PokeInteractor has a bug where it doesn't account for the re-prioritization.
105
+ // See: https://forum.unity.com/threads/xrpokeinteractor-m_currentpoketarget-not-respecting-getvalidtargets-and-target-filters.1534039/#post-9571063
106
/// <inheritdoc />
107
public override bool CanSelect(IXRSelectInteractable interactable)
108
{
0 commit comments