Posts

Post not yet marked as solved
1 Replies
Capturing a live feed off the cameras is not available in visionOS for privacy reasons.
Post not yet marked as solved
4 Replies
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.
Post not yet marked as solved
2 Replies
What URL are you loading? I don't see the button when I load https://www.apple.com.
Post not yet marked as solved
2 Replies
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.
Post not yet marked as solved
2 Replies
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.
Post not yet marked as solved
2 Replies
According to the release notes: “For development with the visionOS 1 SDK, continue to use Xcode 15.1 beta 3.”
Post not yet marked as solved
3 Replies
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