For my application i need to loop over a bunch of already created buttons and give them hover functionality, I’ve tried a couple of different approaches and some are working in web but none worked in an actual VR headset or webxr emulator.
(the button hover block is at the end of the script i tried to simplify my original script as much as possible but keep the structure so if the issue lies there it can be identified)
Tried:
- actionManager
- scene.onPointerObservable
- onPointerEnterObservable (works in web but not in VR)
I found a couple of threads similar to this but none of them had an issue with hovering and the docs that were linked to it are now dead links since those topics were opened 4-5 years ago.