But with the xr.interaction.toolkit version 3, this option is complete disappeared, because it replaced with a near-far Interactor. There are no such options for hiding hands.
Hi @connygy. You could leverage the Interactor Events on either the ray interactor or near-far interactor and enable/disable the visuals GameObject on Select Entered and Select Exited events.
@thomasGreavey This solution should still work for that case. If you use the left hands select events to disable the left hand visuals, and the right hand select events to disable the right hand visuals, that will hide the visuals of the hand that has selected the item.