Skip to content

Instantly share code, notes, and snippets.

@tomkrikorian
Created September 3, 2024 20:19
Show Gist options
  • Select an option

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

Select an option

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

Revisions

  1. tomkrikorian created this gist Sep 3, 2024.
    18 changes: 18 additions & 0 deletions changelogvisionos2beta9.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    # 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.