SteamVR usingVRTK Headset OnMouseEnter

I am using VRTK version 3, I pulled my VRTK rig from the example 4 for locomotion because getting the rig set up and working wasn’t going well for me when I followed the directions for some reason.

I set up some OnMouseEnter and OnMouseExit functions on a test cube because I’m tasked with making it so that I can publish as a VR and a Non-VR and I was intending to set it up so that the controllers cast a ray that would send to the OnMouseEnter but then I find out the headset is already doing it.

Anyone know where the setting on the headset is so that I can remove it and/or adjust it when not needed? Not sure if it is attached somewhere to the rig and I am not seeing it or if it’s an automatic feature for Unity VR, SteamVR or even VRTK.

You are looking for VRTK_UIPointer
Probably attached to the camera or head on the Rig. This is what will be tracking the head position and triggering mouse-like events.

I’m not too familiar with VRTK specifically, but I do know uGUI pretty well, so my confidence on this is ‘most likely’.