Post

Replies

Boosts

Views

Activity

Reply to 'init(make:update:attachments:)' is unavailable in visionOS
It's a change which is not in the document yet. From your code, I think you can fix it by RealityView { content, _ in // ... your code } update : { _, attachments in // ... your code } attachments: { Attachment(id: id) { // your code } } Adding the Attachment(id: id) { }
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Sep ’23