It would be helpful for everyone who wants RealityView to support entity recognition in onContinuousHover and OnHover to file Feedback. Perhaps if Apple gets a lot of Feedback this feature will be added.
Post
Replies
Boosts
Views
Activity
Is there a system function to check eye tracking status? Something basic with no privacy information, just are eyes being tracked or not. I develop accessible apps and I would like to be able to take an action if a user closes their eyes for a period of time.
I need to create some spheres that have colors, transparency and text. Color and transparency are very easy but adding text seems non-trivial. I am looking for advice on the best approach.
Also aside from WWDC video, and a few short YouTube videos, is there anywhere to find more in depth training on ShaderGraph?
Thanks
I am working on an immersive mixed reality app for visionOS. I am looking for an example of using onContinuousHover and/or onHover to select RealityView entities. I know tap gesture can be used to select entities but this is an accessible app and I just want to perform actions based on hover. Is this possible for my immersive 3D entities from a RealityView?