styly-dev / STYLY-XR-Rig

MIT License
1 stars 0 forks source link

Improve Hover effect for Grabbable Objects #44

Open from2001 opened 4 months ago

from2001 commented 4 months ago

AddVisionOSHoverEffect.cs in the STYLY-XR-Rig automatically attach VisionOSHoverEffect.cs to Gameobjects which have XRGrabInteractable or XRSimpleInteractable script.

It works with normal Unity projects, but doesn't work with STYLY contents. I think I should put some delay to wait for the contents load completion.

@afjk Is there a good wait to detect if the content load finishes from STYLY-XR-Rig?

from2001 commented 4 months ago

This feature should be implemented in STYLY for Vision Pro app, not in STYLY-XR-Rig.

I'll remove this feature from STYLY-XR-Rig.