The edit button disappeared on me so I'm double posting. My apologies. In my continued searching, I found my answer in another thread in these forums. I was not aware that I needed to add additional lines of code which did indeed work. Problem is solved!!! Here is what I added:
// enable Reality Composer animations...
.gesture(
SpatialTapGesture()
.targetedToAnyEntity()
.onEnded {
$0.entity.applyTapForBehaviors()
}
Post
Replies
Boosts
Views
Activity
Mine as well. Just tried on Xcode 16 RC. Can't send my Vision OS 2.0 project to TestFlight.
Did you get this figured out J0hn? I didn’t think it was possible to use shareplay in a full immersive space
Are there any new updates to this?