Created
September 3, 2024 20:19
-
-
Save tomkrikorian/b7bcda25843aaa277fc8cb5d9d3fee9d to your computer and use it in GitHub Desktop.
Revisions
-
tomkrikorian created this gist
Sep 3, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.