If we use OnClick.AddListener (() = > Func() ) in scripts , will the click work in VisionOS MR mode ?
Yes, you can expect UnityEvent listeners to work. I’m not sure which OnClick
event you are referring to here, but you may need to update input action maps or in order for the pinch/gaze gesture input to come through and trigger your click event.