Skip to content

Commit 66655a9

Browse files
committed
Comment related bug report for HPUIInteractor.CanSelect override
1 parent 3e71a2a commit 66655a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Runtime/Interaction/HPUIInteractor.cs

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ public override void GetValidTargets(List<IXRInteractable> targets)
101101
ListPool<IXRInteractable>.Release(recievedTargets);
102102
}
103103

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
104106
/// <inheritdoc />
105107
public override bool CanSelect(IXRSelectInteractable interactable)
106108
{

0 commit comments

Comments
 (0)