Do XR Simple Interactable work with Near-Far Interactor in XR Interaction toolkit 3.0? I am unable to interact with XR Simple Interactable with with Near-Far Interactor.
Yes the XR Simple Interactable should work with any interactor. Unlike the XR Grab Interactable, it does not really do anything when hovered and selected unless you add your own actions to the Hover/Select Entered and Hover/Select Exited events under the Interactable Events foldout in the Inspector window.
You should also ensure that there is a collider component added to the XR Simple Interactable GameObject (such as Box Collider or Mesh Collider) so it can actually be hit by the Near-Far Interactor. The Colliders list on the XR Simple Interactable can be left empty and it will automatically be populated when entering Play mode.
If you need to make the collider Is Trigger, it won’t be hit by the Near-Far Interactor by default. If you want to hit triggers, you can change the value of Physics Trigger Interaction on the Sphere Interaction Caster and the Raycast Trigger Interaction on the Curve Interaction Caster on the Near-Far Interactor GameObject.