Skip to content

Instantly share code, notes, and snippets.

@tomkrikorian
Created August 13, 2024 12:11
Show Gist options
  • Select an option

  • Save tomkrikorian/fab601aeca29ee3af3b44dfc054993e9 to your computer and use it in GitHub Desktop.

Select an option

Save tomkrikorian/fab601aeca29ee3af3b44dfc054993e9 to your computer and use it in GitHub Desktop.

visionOS 2 Beta 6 Changelog

This changelog highlights only the new features, resolved issues, and known issues introduced in beta 6 that were not present in beta 5.

ARKit

Known Issues

  • When detecting codes of Aztec symbology, the anchor point and resulting bounding box might be offset. (133314532)

Files

Known Issues

  • Creating local files in the Files app fails in the visionOS 2 and iOS 18 simulators if the host is not upgraded to macOS Sequoia Beta. (132561244)

RealityKit

Known Issues

  • The AudioGeneratorController might not immediately begin playback if the RealityKit.Scene doesn't receive an update. (133335897) Workaround: Trigger an update to the RealityKit.Scene by modifying a @State variable, or calling entities(matching:when:) in the context of custom System's update method.

Settings

Resolved Issues

  • Fixed: In Settings > General > Apple Vision Pro Storage, viewing app storage details is now available. (132768086)

Vision Framework

Deprecations

  • faceCaptureQuality is now replaced by captureQuality.score on FaceObservation. (132508104)

Note: This changelog only includes changes that were introduced in beta 6 and were not present in beta 5. All other features, resolved issues, and known issues that were already present in beta 5 remain applicable but are not repeated here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment