Skip to content

Instantly share code, notes, and snippets.

@tomkrikorian
Created September 3, 2024 20:19
Show Gist options
  • Save tomkrikorian/b7bcda25843aaa277fc8cb5d9d3fee9d to your computer and use it in GitHub Desktop.
Save tomkrikorian/b7bcda25843aaa277fc8cb5d9d3fee9d to your computer and use it in GitHub Desktop.

visionOS 2 Beta 9 Changelog

MarketplaceKit

  • Fixed: Resolved an issue where iPhone and iPad apps on Apple Silicon Mac and Apple Vision Pro quit unexpectedly if MarketplaceKit is linked.

RealityKit

  • Known Issues:
    • Using .shadow in SpatialTrackingSession does not work on devices without LIDAR sensors. Workaround: Enable .plane as well as .shadow.
    • The AudioGeneratorController might not immediately begin playback if the RealityKit.Scene doesn't receive an update. 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.
    • RealityRenderer might be missing material inputs.

TabView

  • Known Issues:
    • Navigation configurations that include TabView must have the TabView as the root for the TabBar to appear. Workaround: Reconfigure your navigation stack to ensure TabViews are not contained within other Navigation Controllers.

Vision Framework

  • Deprecations:
    • faceCaptureQuality is now replaced by captureQuality.score on FaceObservation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment