Check out https://developer.apple.com/wwdc24/10139
Post
Replies
Boosts
Views
Activity
Using the Snapshot API to grab the image is the best way to ensure that you're getting the highest quality image for a given device and one that includes any required Apple branding.
Health data is shared with Apple Vision Pro in visionOS 2.0. Check out the WWDC session https://developer.apple.com/wwdc24/10083
Found it easier to just install beta 2 , launch it, then install beta 3. Not sure why they have to make it so complicated.
Capturing a live feed off the cameras is not available in visionOS for privacy reasons.
Did you add collision support in Reality Composer Pro?
Otherwise I'd add:
entity.generateCollisionShapes(recursive: false)
entity.components.set(InputTargetComponent())
...before adding it to your content.
Could each point be a sphere with a fractional radius?
What URL are you loading? I don't see the button when I load https://www.apple.com.
Adding an SwiftUI view as an attachment in a RealityView should get you the UI you need. A previous response recommended an approach to positioning.
Can you download previous versions of the tools at https://developer.apple.com/download/all/ ?
Your software update probably included the current Xcode, which does not support intel.
According to the release notes: “For development with the visionOS 1 SDK, continue to use Xcode 15.1 beta 3.”
Not sure what you're looking for by waypoints but if you're looking to overlay a route on a map, MKDirections may have what you need.Check out: https://developer.apple.com/documentation/mapkit/mkdirections-Mark