You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Awesome project! Helped me a lot getting into and familiar with VisionPro and the SDK. However, one thing I struggled with was that all my SpatialTapGesture() didn't work. So, I looking into Day 5 and it wasn't working there either.. I eventually found Day 13 and this WWDC video which cleared things up a lot..
TL;DR, you need to set InputTargetComponent & CollisionComponent, which isn't being done for contentEntity.
So, I'd suggest either removing the .gesture or setting the components. Otherwise it's a bit confusing, at least imo.. ^^
The text was updated successfully, but these errors were encountered:
Hi,
Awesome project! Helped me a lot getting into and familiar with VisionPro and the SDK. However, one thing I struggled with was that all my
SpatialTapGesture()
didn't work. So, I looking into Day 5 and it wasn't working there either.. I eventually found Day 13 and this WWDC video which cleared things up a lot..TL;DR, you need to set
InputTargetComponent
&CollisionComponent
, which isn't being done forcontentEntity
.So, I'd suggest either removing the
.gesture
or setting the components. Otherwise it's a bit confusing, at least imo.. ^^The text was updated successfully, but these errors were encountered: